Skip to content

Commit 82e7348

Browse files
committed
feat: add homepage template
1 parent 88581c8 commit 82e7348

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

public/svgs/homepage.png

30.1 KB
Loading

templates/compose/homepage.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# documentation: https://gethomepage.dev/latest/
2+
# slogan: A modern, fully static, fast, secure fully proxied, highly customizable application dashboard
3+
# tags: dashboard, homepage
4+
# logo: svgs/homepage.png
5+
# port: 3000
6+
7+
services:
8+
homepage:
9+
image: ghcr.io/gethomepage/homepage:latest
10+
container_name: homepage
11+
ports:
12+
- 0.0.0.0:3000:3000
13+
volumes:
14+
- /path/to/config:/app/config # Make sure your local config directory exists
15+
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations

0 commit comments

Comments
 (0)