Releases: sentriz/betanin
Releases · sentriz/betanin
betanin v0.3.27
betanin v0.3.26
warning, the docker volumes for this container have changed!
mounts in the container prefixed with /root should now be /b
for example, with docker-compose you can set
volumes:
- ./data:/b/.local/share/betanin/ # betanin database
- ./config:/b/.config/betanin/ # betanin config
- ./beets:/b/.config/beets/ # beets config
it is also recommended that you set the UID/GID environment variables
for more info, check the README
https://github.com/sentriz/betanin
thanks!
Features
- ci: setup release please (f7d0493)
- ui: add prettier check (4db38ee)
- ui: clean up example scripts (fd661a4)
- ui: merge two torrents pages (7d74eaf)
- ui: show login error as toast (c03d81c)