feat: add homepage template

This commit is contained in:
Sidharthan 2024-06-09 21:39:36 +00:00
parent 88581c8983
commit 82e7348cf2
2 changed files with 15 additions and 0 deletions

BIN
public/svgs/homepage.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View 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