unraidM
Members
-
Joined
Solutions
-
unraidM's post in Nextcloud-aio-mastercontainer (spaceinvaderone) - auto-start subcontainers not working was marked as the answerUpdate:
This issues is resolved - after I've installed unraid 7, to subcontainers started automatically.
-
unraidM's post in unraid Server to Server (ddns): Abhilfe bei täglichem IP-wechsel? was marked as the answerIch habe jetzt folgendes Script erstellt und lasse es via user-scripts alle paar Minuten laufen.
#!/bin/bash #backgroundOnly=true if ping -c 1 WG-HOST-IP-HIER-EINGEBEN &> /dev/null then echo "wg-host ist erreichbar" else echo "wg-host ist nicht erreichbar..." wg-quick down wg0 wg-quick up wg0 echo "wg neu gestartet" fi Ein initialer Test, nachdem es heute morgen wieder getrennt war, schien schonmal zu klappen.
Danke und Grüße