diff --git a/README.md b/README.md index 6eefbfa..8955f3b 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/quadlets/pocket-id/pocket-id.container b/quadlets/pocket-id/pocket-id.container new file mode 100644 index 0000000..4e3b4e1 --- /dev/null +++ b/quadlets/pocket-id/pocket-id.container @@ -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 diff --git a/quadlets/pocket-id/pocket-id.volume b/quadlets/pocket-id/pocket-id.volume new file mode 100644 index 0000000..deb5630 --- /dev/null +++ b/quadlets/pocket-id/pocket-id.volume @@ -0,0 +1,3 @@ +[Volume] +VolumeName=pocket-id-data +