Edit ignored files.
This commit is contained in:
+2
-1
@@ -1,4 +1,5 @@
|
|||||||
final-nix-config/
|
/config/
|
||||||
|
/web/ux/
|
||||||
test*
|
test*
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.env
|
.env
|
||||||
+2
-2
@@ -1,5 +1,5 @@
|
|||||||
agents/
|
/config/
|
||||||
final-nix-config/
|
/web/ux/
|
||||||
test*
|
test*
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.env
|
.env
|
||||||
-35
@@ -1,35 +0,0 @@
|
|||||||
# SCRIPT SETTINGS
|
|
||||||
export DEBUG="true"
|
|
||||||
|
|
||||||
#LIVE TARGET SETTINGS
|
|
||||||
export LIVE_TARGET_IP="192.168.1.10"
|
|
||||||
export LIVE_TARGET_PASSWD="example"
|
|
||||||
|
|
||||||
#SERVER SETTINGS
|
|
||||||
export LANGUAGE="FR"
|
|
||||||
export LOCALE="fr_FR"
|
|
||||||
export TIMEZONE="Europe/Paris"
|
|
||||||
export SERVER_OWNER_NAME="yourName"
|
|
||||||
export SERVER_USER_EMAIL="user@your-domain.com"
|
|
||||||
export SERVER_ADMIN_EMAIL="admin@your-domain.com"
|
|
||||||
export AUTHORIZED_SSH_PUBLIC_KEY=( "ssh-ed25519 AAAAoefzefpoipoeCEZJCPEACPAcjapjcpajepcjAPJECJPEJAPJAZ yours@yourdomain.com" )
|
|
||||||
|
|
||||||
# TRAEFIK SETTINGS
|
|
||||||
export DOMAIN_NAME="yourdomain.com"
|
|
||||||
export CLOUDFLARE_DNS_API_TOKEN="yourToken"
|
|
||||||
|
|
||||||
# SMTP SETTINGS
|
|
||||||
export SMTP_SERVER_USERNAME="your-address@gmail.com"
|
|
||||||
export SMTP_SERVER_PASSWORD="emrp raps vzoi vnoe"
|
|
||||||
export SMTP_SERVER_HOST="smtp.yourdomain.com"
|
|
||||||
export SMTP_SERVER_PORT="587"
|
|
||||||
|
|
||||||
#NETWORK SETTINGS
|
|
||||||
export NETWORK_SUBNET="192.168.1.0/24"
|
|
||||||
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" )
|
|
||||||
Reference in New Issue
Block a user