Merge pull request #2416 from cksidharthan/feat/add-homepage

Feat/add homepage
This commit is contained in:
Andras Bacsai 2024-06-11 12:14:33 +02:00 committed by GitHub
commit 533587ce4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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