feat: add homepage template
This commit is contained in:
parent
88581c8983
commit
82e7348cf2
BIN
public/svgs/homepage.png
Normal file
BIN
public/svgs/homepage.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
15
templates/compose/homepage.yaml
Normal file
15
templates/compose/homepage.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
# documentation: https://gethomepage.dev/latest/
|
||||
# slogan: A modern, fully static, fast, secure fully proxied, highly customizable application dashboard
|
||||
# tags: dashboard, homepage
|
||||
# logo: svgs/homepage.png
|
||||
# port: 3000
|
||||
|
||||
services:
|
||||
homepage:
|
||||
image: ghcr.io/gethomepage/homepage:latest
|
||||
container_name: homepage
|
||||
ports:
|
||||
- 0.0.0.0:3000:3000
|
||||
volumes:
|
||||
- /path/to/config:/app/config # Make sure your local config directory exists
|
||||
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations
|
Loading…
Reference in New Issue
Block a user