Synology: Difference between revisions

From The Brain Rot MediaWiki
Jump to navigation Jump to search
Line 15: Line 15:
'''<u>SSH NAS</u>'''
'''<u>SSH NAS</u>'''


<syntaxhighlight line="1">
 
docker network create \
 
  --driver macvlan \
  --subnet=192.168.50.0/24 \
  --gateway=192.168.50.254  \
  --opt parent=ovs_eth2 vlan50
</syntaxhighlight>





Revision as of 10:51, 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



compose.yaml



Network for container:

Pi-hole network .png