Discord bot for interacting with your Jellyfin server.
//todo Actual install guide // Assumes Jellyfin, Radarr, Sonarr, Autoscan installed.
- Download the project and unzip into a folder
- Rename the
config.py.example
toconfig.py
- Edit the variables in config for your environment.
- Enter that folder in your terminal session
- Run the command:
docker image build -t jvuebot:0.0.10
4. the name jvuebot is arbitrary, and the build number is arbitrary - Now you have a docker image in your local repo, that you can use to run a container.
7. ex.
docker create --name=jvuebot --restart unless-stopped jvuebot:0.0.1
8. ex.docker start jvuebot
NOTE: Whenever you want to change the configuration, you'll have to remove and rebuild the image/container. Will work on changing this to use editable environment variables in the future
ex. docker stop jvuebot && docker rm jvuebot
- says the thing you wanted to say
- Says hello to you
- Runs your configured policy options against all users (minus exclusions)
- Useful for applying a policy change like
"LoginAttemptsBeforeLockout": 10'
to all users