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:
@@ -116,6 +116,18 @@ http:
|
|||||||
theme: ghost
|
theme: ghost
|
||||||
show-details-by-default: true
|
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:
|
sablier-${SERVER_HOSTNAME}-formio:
|
||||||
plugin:
|
plugin:
|
||||||
sablier:
|
sablier:
|
||||||
@@ -232,7 +244,7 @@ http:
|
|||||||
sessionDuration: 5m
|
sessionDuration: 5m
|
||||||
ignoreUserAgent: curl
|
ignoreUserAgent: curl
|
||||||
dynamic:
|
dynamic:
|
||||||
displayName: MediaWiki
|
displayName: mediawiki
|
||||||
theme: ghost
|
theme: ghost
|
||||||
show-details-by-default: true
|
show-details-by-default: true
|
||||||
|
|
||||||
|
|||||||
@@ -119,7 +119,7 @@ services:
|
|||||||
- DOCKER_TLS_VERIFY=1
|
- DOCKER_TLS_VERIFY=1
|
||||||
- DOCKER_CERT_PATH=/certs
|
- DOCKER_CERT_PATH=/certs
|
||||||
volumes:
|
volumes:
|
||||||
- ./sablier-certs:/certs:ro
|
- ./shared-ca:/certs:ro
|
||||||
ports:
|
ports:
|
||||||
- 10000:10000
|
- 10000:10000
|
||||||
labels:
|
labels:
|
||||||
@@ -134,6 +134,6 @@ networks:
|
|||||||
x-dockge:
|
x-dockge:
|
||||||
urls:
|
urls:
|
||||||
- https://auth.${DOMAIN}
|
- https://auth.${DOMAIN}
|
||||||
- https://${SERVER_IP}:9091
|
- http://${SERVER_IP}:9091
|
||||||
- https://traefik.${DOMAIN}
|
- https://traefik.${DOMAIN}
|
||||||
- https://${SERVER_IP}:8080
|
- http://${SERVER_IP}:8080
|
||||||
Reference in New Issue
Block a user