feat(betanin): add betanin

This commit is contained in:
redbeardymcgee 2025-04-12 18:48:11 -05:00
parent 3cc8919e6d
commit 808c26324e
4 changed files with 36 additions and 1 deletions

View file

@ -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)

View file

@ -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

View file

@ -0,0 +1,6 @@
[Unit]
Description=betanin network
[Network]
NetworkName=betanin

View file

@ -0,0 +1,5 @@
[Volume]
VolumeName=betanin-data
VolumeName=betanin-config
VolumeName=betanin-beets