Work on the compose file
This commit is contained in:
28
server/.env
28
server/.env
@@ -8,41 +8,27 @@ NGINX_LETSENCRYPT=/mnt/md0/nginx/letsencrypt
|
|||||||
NEXTCLOUD_DATA=/mnt/md0/nextcloud/data
|
NEXTCLOUD_DATA=/mnt/md0/nextcloud/data
|
||||||
NEXTCLOUD_DB_DATA=/mnt/md0/nextcloud/db
|
NEXTCLOUD_DB_DATA=/mnt/md0/nextcloud/db
|
||||||
NEXTCLOUD_DB_PASSWORD=K7m9P2xQ8vN3rY6sL4dF1jH5eW9zB2cX
|
NEXTCLOUD_DB_PASSWORD=K7m9P2xQ8vN3rY6sL4dF1jH5eW9zB2cX
|
||||||
|
NC_DOMAIN=nc.trude.dev
|
||||||
REDIS_PASSWORD=R3d1sP@ssw0rd2025SecureCache
|
REDIS_PASSWORD=R3d1sP@ssw0rd2025SecureCache
|
||||||
|
|
||||||
# Gitea
|
# Gitea
|
||||||
GITEA=/mnt/md0/gitea
|
GITEA=/mnt/md0/gitea
|
||||||
|
|
||||||
# Immich
|
# N8N Automation
|
||||||
IMMICH_UPLOAD_LOCATION=/mnt/md0/immich/uploads
|
N8N_HOST=n8n.trude.dev
|
||||||
IMMICH_DB_DATA_LOCATION=/mnt/md0/immich/db
|
N8N_DATA=/mnt/md0/n8n/data
|
||||||
IMMICH_VERSION=release
|
N8N_FILES=/mnt/md0/n8n/files
|
||||||
IMMICH_DB_PASSWORD=postgres
|
|
||||||
IMMICH_DB_USERNAME=postgres # Do not change
|
|
||||||
IMMICH_DB_DATABASE_NAME=immich # Do not change
|
|
||||||
|
|
||||||
# -------------------
|
|
||||||
|
|
||||||
# Home Assistant
|
# Home Assistant
|
||||||
HA_CONFIG=/mnt/md0/ha/config
|
HA_CONFIG=/mnt/md0/ha/config
|
||||||
OWW_CUSTOM_MODEL_DIR=/mnt/md0/ha/openwakeword-model
|
|
||||||
OWW_DATA=/mnt/md0/ha/openwakeword-data
|
|
||||||
PIPER_DATA=/mnt/md0/ha/piper-data
|
PIPER_DATA=/mnt/md0/ha/piper-data
|
||||||
WHISPER_DATA=/mnt/md0/ha/whisper-data
|
WHISPER_DATA=/mnt/md0/ha/whisper-data
|
||||||
|
|
||||||
|
# ESPHome
|
||||||
ESPHOME_CONFIG=/mnt/md0/esphome/config
|
ESPHOME_CONFIG=/mnt/md0/esphome/config
|
||||||
|
|
||||||
|
|
||||||
# FileBrowser
|
|
||||||
FILEBROWSER_DATA=/mnt/md0/files
|
|
||||||
FILEBROWSER_CONFIG=/mnt/md0/filebrowser/config
|
|
||||||
FILEBROWSER_DATABASE=/mnt/md0/filebrowser/database
|
|
||||||
|
|
||||||
# Prosody XMPP Server
|
# Prosody XMPP Server
|
||||||
PROSODY_CONFIG=/mnt/md0/prosody/config
|
PROSODY_CONFIG=/mnt/md0/prosody/config
|
||||||
PROSODY_LOGS=/tmp/prosody/logs
|
PROSODY_LOGS=/tmp/prosody/logs
|
||||||
PROSODY_MODULES=/mnt/md0/prosody/modules
|
PROSODY_MODULES=/mnt/md0/prosody/modules
|
||||||
|
|
||||||
# N8N Automation
|
|
||||||
N8N_HOST=n8n.trude.dev
|
|
||||||
N8N_DATA=/mnt/md0/n8n/data
|
|
||||||
N8N_FILES=/mnt/md0/n8n/files
|
|
||||||
|
|||||||
@@ -1,20 +0,0 @@
|
|||||||
# Domains
|
|
||||||
|
|
||||||
- trude.dev (github pages site)
|
|
||||||
|
|
||||||
## External Domains
|
|
||||||
|
|
||||||
- ha.trude.dev (home assistant) (for phone tracking)
|
|
||||||
- git.trude.dev (gitea) (for public repos)
|
|
||||||
- chat.trude.dev (XMPP)
|
|
||||||
- muc.trude.dev (group chats)
|
|
||||||
- share.trude.dev (file sharing)
|
|
||||||
- proxy.trude.dev (compatibility)
|
|
||||||
- n8n.trude.dev
|
|
||||||
|
|
||||||
## Tailscale Access / Local
|
|
||||||
|
|
||||||
- server.local:81 (NGINX)
|
|
||||||
- server.local:2100 (PiHole)
|
|
||||||
- server.local:2283 (immich)
|
|
||||||
- server.local:8080 (file browser)
|
|
||||||
Reference in New Issue
Block a user