Cleaned up the script. Fixed bugs. Added services. Categorized services.
This commit is contained in:
+40
-3
@@ -30,6 +30,43 @@ export NETWORK_ROUTER_IP="192.168.1.1"
|
||||
export HOME_SERVER_IP="192.168.1.5"
|
||||
|
||||
# SERVICES SETTINGS
|
||||
export SELECTED_DNS_SERVICE="pi-hole" # or adguard
|
||||
export SELECTED_SERVICES=( "frigate" "gitea" "home-assistant" "immich" "it-tools" \
|
||||
"nextcloud" "passbolt" "clamav" "virtualization" )
|
||||
export SELECTED_DNS_SERVICE=(
|
||||
"pi-hole" # or adguard
|
||||
)
|
||||
export SELECTED_WEB_APPLICATIONS=(
|
||||
"crafty"
|
||||
"frigate"
|
||||
"gitea"
|
||||
"home-assistant"
|
||||
"immich"
|
||||
"it-tools"
|
||||
"jellyfin"
|
||||
"netbootxyz"
|
||||
"nextcloud"
|
||||
"passbolt"
|
||||
"uptime-kuma"
|
||||
"vscodium"
|
||||
)
|
||||
export SELECTED_SYSTEM_SERVICES=(
|
||||
"clamav"
|
||||
"virtualization"
|
||||
)
|
||||
|
||||
# OPTIONAL SETTINGS
|
||||
export SELECTED_DNS_SERVICE_SUBDOMAIN=(
|
||||
"my-pi-hole-subdomain" # or "my-adguard-subdomain"
|
||||
)
|
||||
export SELECTED_WEB_APPLICATIONS_SUBDOMAIN=( # ⚠️ Must match SELECTED_WEB_APPLICATIONS order ⚠️
|
||||
"my-crafty-subdomain"
|
||||
"my-frigate-subdomain"
|
||||
"my-gitea-subdomain"
|
||||
"my-home-assistant-subdomain"
|
||||
"my-immich-subdomain"
|
||||
"my-it-tools-subdomain"
|
||||
"my-jellyfin-subdomain"
|
||||
"my-netbootxyz-subdomain"
|
||||
"my-nextcloud-subdomain"
|
||||
"my-passbolt-subdomain"
|
||||
"my-uptime-kuma-subdomain"
|
||||
"my-vscodium-subdomain"
|
||||
)
|
||||
Reference in New Issue
Block a user