Synology: Difference between revisions

From The Brain Rot MediaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:


== '''<u>Docker Pi-Hole ''' ==
== '''<u>Docker Pi-Hole ''' ==
 
'''<u>SSH NAS</u>'''<syntaxhighlight line="1">
SSH NAS
docker network create \
 
  --driver macvlan \
<u>compose.yaml</u>'''
  --subnet=192.168.50.0/24 \
 
  --gateway=192.168.50.254  \
<u>Network for container:</u>
  --opt parent=ovs_eth2 vlan50
</syntaxhighlight>

Revision as of 10:56, 30 December 2024

Visual Editor

After installing MediaWiki the "Visual Editor" error, after a long debug and search just enable zlib.

VisualEditor-error.png
Zlib.png


Docker Pi-Hole

SSH NAS

	docker network create \
  --driver macvlan \
  --subnet=192.168.50.0/24 \
  --gateway=192.168.50.254  \
  --opt parent=ovs_eth2 vlan50