diff --git a/README.md b/README.md index 3b7027e..795781a 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ that I intend to add to this repository. It is still growing, and I welcome - [x] [Audiobookshelf](https://www.audiobookshelf.org/) - [ ] [Authelia](https://www.authelia.com/) - [ ] [Authentik](https://goauthentik.io/) -- [ ] [betanin](https://github.com/sentriz/betanin) +- [x] [betanin](https://github.com/sentriz/betanin) - [ ] [Bigcapital](https://bigcapital.app/) - [ ] [Bitwarden](https://bitwarden.com/) - [x] [Blinko](https://blinko.mintlify.app/introduction) diff --git a/quadlets/betanin/betanin.container b/quadlets/betanin/betanin.container new file mode 100644 index 0000000..af6129d --- /dev/null +++ b/quadlets/betanin/betanin.container @@ -0,0 +1,24 @@ +[Unit] +Description=betanin + +[Service] +Restart=on-failure +TimeoutStartSec=900 + +[Install] +WantedBy=default.target + +[Container] +Image=docker.io/sentriz/betanin +ContainerName=betanin +AutoUpdate=registry + +Network=betanin.network +HostName=betanin +PublishPort=9393:9393 + +Volume=betanin-data:/b/.local/share/betanin +Volume=betanin-config:/b/.local/share/config +Volume=betanin-beets:/b/.local/share/beets +Volume=/path/to/music:/music +Volume=/path/to/downloads:/downloads diff --git a/quadlets/betanin/betanin.network b/quadlets/betanin/betanin.network new file mode 100644 index 0000000..af2d0c7 --- /dev/null +++ b/quadlets/betanin/betanin.network @@ -0,0 +1,6 @@ +[Unit] +Description=betanin network + +[Network] +NetworkName=betanin + diff --git a/quadlets/betanin/betanin.volume b/quadlets/betanin/betanin.volume new file mode 100644 index 0000000..5e7b930 --- /dev/null +++ b/quadlets/betanin/betanin.volume @@ -0,0 +1,5 @@ +[Volume] +VolumeName=betanin-data +VolumeName=betanin-config +VolumeName=betanin-beets +