feat(pocket-id): add Pocket ID

This commit is contained in:
redbeardymcgee 2025-04-12 11:37:48 -05:00
parent 7079952150
commit f3b4b61137
3 changed files with 23 additions and 1 deletions

View file

@ -213,7 +213,7 @@ that I intend to add to this repository. It is still growing, and I welcome
- [ ] [OpenNMS](https://www.opennms.org/)
- [x] [OpenSpeedTest](https://openspeedtest.com)
- [ ] [PiHole](https://pi-hole.net/)
- [ ] [Pocket ID](https://github.com/stonith404/pocket-id)
- [x] [Pocket ID](https://github.com/stonith404/pocket-id)
- [ ] [Pod Arcade](https://www.pod-arcade.com/)
- [x] [Postiz](https://postiz.com/)
- [x] [Prometheus](https://prometheus.io)

View file

@ -0,0 +1,19 @@
[Unit]
Description=Pocket ID
[Service]
Restart=on-failure
TimeoutStartSec=900
[Install]
WantedBy=default.target
[Container]
Image=ghcr.io/pocket-id/pocket-id
ContainerName=pocket-id
AutoUpdate=registry
HostName=pocket-id
PublishPort=3000:80
Volume=pocket-id-container:/app/backend/data

View file

@ -0,0 +1,3 @@
[Volume]
VolumeName=pocket-id-data