feat(betanin): add betanin
This commit is contained in:
parent
3cc8919e6d
commit
808c26324e
4 changed files with 36 additions and 1 deletions
|
@ -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/)
|
- [x] [Audiobookshelf](https://www.audiobookshelf.org/)
|
||||||
- [ ] [Authelia](https://www.authelia.com/)
|
- [ ] [Authelia](https://www.authelia.com/)
|
||||||
- [ ] [Authentik](https://goauthentik.io/)
|
- [ ] [Authentik](https://goauthentik.io/)
|
||||||
- [ ] [betanin](https://github.com/sentriz/betanin)
|
- [x] [betanin](https://github.com/sentriz/betanin)
|
||||||
- [ ] [Bigcapital](https://bigcapital.app/)
|
- [ ] [Bigcapital](https://bigcapital.app/)
|
||||||
- [ ] [Bitwarden](https://bitwarden.com/)
|
- [ ] [Bitwarden](https://bitwarden.com/)
|
||||||
- [x] [Blinko](https://blinko.mintlify.app/introduction)
|
- [x] [Blinko](https://blinko.mintlify.app/introduction)
|
||||||
|
|
24
quadlets/betanin/betanin.container
Normal file
24
quadlets/betanin/betanin.container
Normal 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
|
6
quadlets/betanin/betanin.network
Normal file
6
quadlets/betanin/betanin.network
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
[Unit]
|
||||||
|
Description=betanin network
|
||||||
|
|
||||||
|
[Network]
|
||||||
|
NetworkName=betanin
|
||||||
|
|
5
quadlets/betanin/betanin.volume
Normal file
5
quadlets/betanin/betanin.volume
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
[Volume]
|
||||||
|
VolumeName=betanin-data
|
||||||
|
VolumeName=betanin-config
|
||||||
|
VolumeName=betanin-beets
|
||||||
|
|
Loading…
Add table
Reference in a new issue