Skip to content

Commit d6500f5

Browse files
committed
v5.9
2 parents 5b0d632 + cd4375d commit d6500f5

3 files changed

Lines changed: 24 additions & 1 deletion

File tree

APPS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
- **Dashy**: A self-hosted dashboard for managing your server.
8181
- **Heimdall**: An application dashboard for organizing your web applications.
8282
- **Homarr**: A sleek, modern dashboard for managing your home server.
83+
- **Homer**: A dead simple static HOMepage for your servER to keep your services on hand, from a simple yaml configuration file.
8384
- **Organizr**: A web-based tool that makes organizing your server applications simple.
8485

8586
## Reading

compose/gptwol.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ services:
2020
volumes:
2121
- $DOCKERDIR/appdata/gptwol/db:/app/db
2222
- $DOCKERDIR/appdata/gptwol/cron:/etc/cron.d
23-
# DOCKER-LABELS-PLACEHOLDER
23+
# DOCKER-LABELS-PLACEHOLDER

compose/homer.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<<<<<<< HEAD
12
services:
23
# Homer - Application Dashboard
34
homer:
@@ -17,4 +18,25 @@ services:
1718
- $DOCKERDIR/appdata/homer:/www/assets
1819
environment:
1920
- DOCKER_HOST
21+
=======
22+
services:
23+
# Homer - Application Dashboard
24+
homer:
25+
image: b4bz/homer:latest
26+
container_name: homer
27+
security_opt:
28+
- no-new-privileges:true
29+
restart: unless-stopped
30+
profiles: ["apps", "all"]
31+
networks:
32+
- default
33+
- socket_proxy
34+
ports:
35+
- "$homer_PORT:8080"
36+
volumes:
37+
# - /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
38+
- $DOCKERDIR/appdata/homer/config:/www/assets
39+
environment:
40+
- DOCKER_HOST
41+
>>>>>>> origin/main
2042
# DOCKER-LABELS-PLACEHOLDER

0 commit comments

Comments
 (0)