feat(homepage): add Homepage

This commit is contained in:
redbeardymcgee 2025-04-12 15:22:12 -05:00
parent 6c66dff470
commit c48014cb23
4 changed files with 33 additions and 1 deletions

View file

@ -183,7 +183,7 @@ that I intend to add to this repository. It is still growing, and I welcome
- [ ] [Healthchecks](https://healthchecks.io/)
- [x] [hoarder](https://hoarder.app/)
- [x] [Homarr](https://homarr.dev/)
- [ ] [Homepage](https://gethomepage.dev/)
- [x] [Homepage](https://gethomepage.dev/)
- [ ] [Immich](https://immich.app/)
- [x] [IT-Tools](https://it-tools.tech/)
- [x] [Joplin](https://joplinapp.org/)

View file

@ -0,0 +1,23 @@
[Unit]
Description=Homepage
[Service]
Restart=on-failure
TimeoutStartSec=900
[Install]
WantedBy=default.target
[Container]
Image=ghcr.io/gethomepage/homepage:latest
ContainerName=homepage
AutoUpdate=registry
Network=homepage.network
HostName=homepage
PublishPort=3000:3000
Volume=homepage-config:/app/config
Environment=HOMEPAGE_ALLOWED_HOSTS=homepage.example.com

View file

@ -0,0 +1,6 @@
[Unit]
Description=Homepage network
[Network]
NetworkName=homepage

View file

@ -0,0 +1,3 @@
[Volume]
VolumeName=homepage-config