in-progress update

This commit is contained in:
2026-03-04 06:40:38 +01:00
parent 49c75768ba
commit c9e37abc63
19 changed files with 356 additions and 456 deletions

View File

@@ -0,0 +1,18 @@
services:
dashboard:
image: lscr.io/linuxserver/heimdall:latest
container_name: dashboard
environment:
- PUID=1000
- PGID=1000
- TZ=$timezone
- ALLOW_INTERNAL_REQUESTS=false #optional
- APP_NAME=Home
volumes:
- ./config:/config
networks:
- dockge_default
restart: unless-stopped
networks:
dockge_default:
external: true

View File

@@ -0,0 +1,3 @@
# todo: include pre-made app.sqlite under dashboard/www/app.sqlite
# create version of this database with placeholders
# use sql commands to replace the placeholders

Binary file not shown.