feat(homepage): add Homepage
This commit is contained in:
parent
6c66dff470
commit
c48014cb23
4 changed files with 33 additions and 1 deletions
|
@ -183,7 +183,7 @@ that I intend to add to this repository. It is still growing, and I welcome
|
||||||
- [ ] [Healthchecks](https://healthchecks.io/)
|
- [ ] [Healthchecks](https://healthchecks.io/)
|
||||||
- [x] [hoarder](https://hoarder.app/)
|
- [x] [hoarder](https://hoarder.app/)
|
||||||
- [x] [Homarr](https://homarr.dev/)
|
- [x] [Homarr](https://homarr.dev/)
|
||||||
- [ ] [Homepage](https://gethomepage.dev/)
|
- [x] [Homepage](https://gethomepage.dev/)
|
||||||
- [ ] [Immich](https://immich.app/)
|
- [ ] [Immich](https://immich.app/)
|
||||||
- [x] [IT-Tools](https://it-tools.tech/)
|
- [x] [IT-Tools](https://it-tools.tech/)
|
||||||
- [x] [Joplin](https://joplinapp.org/)
|
- [x] [Joplin](https://joplinapp.org/)
|
||||||
|
|
23
quadlets/homepage/homepage.container
Normal file
23
quadlets/homepage/homepage.container
Normal 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
|
||||||
|
|
6
quadlets/homepage/homepage.network
Normal file
6
quadlets/homepage/homepage.network
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Homepage network
|
||||||
|
|
||||||
|
[Network]
|
||||||
|
NetworkName=homepage
|
||||||
|
|
3
quadlets/homepage/homepage.volume
Normal file
3
quadlets/homepage/homepage.volume
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[Volume]
|
||||||
|
VolumeName=homepage-config
|
||||||
|
|
Loading…
Add table
Reference in a new issue