refactored all to dev

This commit is contained in:
2025-11-26 21:48:53 -08:00
parent a8066686bc
commit f8ca733307
170 changed files with 12 additions and 29 deletions
-19
View File
@@ -1,19 +0,0 @@
# Heimdall
## Overview
Heimdall is a lightweight web-based dashboard for organizing and launching your self-hosted applications.
## Project Details
- **Project Repository:** [Offical Website](https://heimdall.site/)
- **Container Image:** [Docker Hub](https://hub.docker.com/r/linuxserver/heimdall)
- **Reverse Proxy Port:** `80`
## Environment Variable Notes
FORCE_HTTPS=true - For https
## Additional Notes / Gotchas
Still working on the staging config, TODO: where is domain base path set?
-14
View File
@@ -1,14 +0,0 @@
services:
heimdall:
image: ${HEIMDALL_IMAGE}
restart: unless-stopped
volumes:
- ${VOL_PATH:-./data}/heimdall:/config
environment:
- PGID=${HEIMDALL_PGID:-1000}
- PUID=${HEIMDALL_PUID:-1000}
- TZ=${TZ:-America/Vancouver}
ports:
- 8000:80
networks:
- proxy
-8
View File
@@ -1,8 +0,0 @@
# Heimdall Variables
# Inclue cookbook.env
# Heimdall
HEIMDALL_IMAGE=linuxserver/heimdall:latest
HEIMDALL_PGID=1000
HEIMDALL_PUID=1000