feat: Update EZ-Homelab configurations and documentation

- Update .env.example with latest environment variables
- Enhance homepage dashboard configurations and templates
- Improve Traefik routing templates for external hosts
- Update docker-compose files for dashboards and infrastructure
- Add comprehensive TUI documentation and PRD
- Add new Homelab-Audit documentation
- Remove outdated release notes
- Resolve merge conflicts with remote changes
This commit is contained in:
kelinfoxy
2026-01-28 21:56:54 -05:00
3 changed files with 16 additions and 4 deletions

View File

@@ -116,6 +116,18 @@ http:
theme: ghost
show-details-by-default: true
sablier-${SERVER_HOSTNAME}-assistant:
plugin:
sablier:
sablierUrl: http://sablier-service:10000
group: ${SERVER_HOSTNAME}-assistant
sessionDuration: 30m
ignoreUserAgent: curl
dynamic:
displayName: EZ-Assistant
theme: ghost
show-details-by-default: true
sablier-${SERVER_HOSTNAME}-formio:
plugin:
sablier:
@@ -232,7 +244,7 @@ http:
sessionDuration: 5m
ignoreUserAgent: curl
dynamic:
displayName: MediaWiki
displayName: mediawiki
theme: ghost
show-details-by-default: true

View File

@@ -119,7 +119,7 @@ services:
- DOCKER_TLS_VERIFY=1
- DOCKER_CERT_PATH=/certs
volumes:
- ./sablier-certs:/certs:ro
- ./shared-ca:/certs:ro
ports:
- 10000:10000
labels:
@@ -134,6 +134,6 @@ networks:
x-dockge:
urls:
- https://auth.${DOMAIN}
- https://${SERVER_IP}:9091
- http://${SERVER_IP}:9091
- https://traefik.${DOMAIN}
- https://${SERVER_IP}:8080
- http://${SERVER_IP}:8080