feat(pocket-id): add Pocket ID
This commit is contained in:
parent
7079952150
commit
f3b4b61137
3 changed files with 23 additions and 1 deletions
|
@ -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)
|
||||
|
|
19
quadlets/pocket-id/pocket-id.container
Normal file
19
quadlets/pocket-id/pocket-id.container
Normal 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
|
3
quadlets/pocket-id/pocket-id.volume
Normal file
3
quadlets/pocket-id/pocket-id.volume
Normal file
|
@ -0,0 +1,3 @@
|
|||
[Volume]
|
||||
VolumeName=pocket-id-data
|
||||
|
Loading…
Add table
Reference in a new issue