added guidance for domainless setup, self-signed cert generation and DDNS setup.
This commit is contained in:
@@ -341,10 +341,6 @@ cd /opt/stacks/convertx
|
||||
docker compose up -d
|
||||
echo -e "${cyan}convertx${nc} has been launched from http://convert.$domain, verify it is online"
|
||||
|
||||
cd /opt/stacks/wireguard
|
||||
docker compose up -d
|
||||
echo -e "${cyan}wireguard${nc} has been launched from http://vpn.$domain, verify it is online"
|
||||
|
||||
cd /opt/stacks/it-tools
|
||||
docker compose up -d
|
||||
echo -e "${cyan}it-tools${nc} has been launched from http://tools.$domain, verify it is online"
|
||||
@@ -393,6 +389,9 @@ cd /opt/stacks/pihole
|
||||
docker compose up -d
|
||||
echo -e "${cyan}pihole${nc} has been launched from http://dns.$domain, to use pihole as your DNS provider, set your DNS to $localip in your router for DHCP and on your device for any device with a static ip. Currently, the DNS is configured to use the joindns4.eu DNS, which *also* has built-in adblocking."
|
||||
|
||||
cd /opt/stacks/wireguard
|
||||
docker compose up -d
|
||||
echo -e "${cyan}wireguard${nc} has been launched from http://vpn.$domain, verify it is online"
|
||||
|
||||
cd /opt/stacks/downloader
|
||||
docker compose up -d
|
||||
|
||||
Reference in New Issue
Block a user