69 lines
1.6 KiB
Plaintext
69 lines
1.6 KiB
Plaintext
# Jellycord version 1.1.0
|
|
|
|
# |Discord|
|
|
DISCORD_TOKEN=your_discord_bot_token
|
|
PREFIX=!
|
|
GUILD_IDS=123456789012345678,123456789012345678
|
|
ADMIN_ROLE_IDS=111111111111111111,222222222222222222
|
|
REQUIRED_ROLE_IDS=333333333333333333,444444444444444444
|
|
|
|
# |Jellyfin|
|
|
JELLYFIN_URL=http://127.0.0.1:8096
|
|
JELLYFIN_API_KEY=your_jellyfin_api_key
|
|
ENABLE_TRIAL_ACCOUNTS=false
|
|
TRIAL_TIME=24 # In hours
|
|
|
|
# |Jellyseerr|
|
|
JELLYSEERR_ENABLED=false
|
|
JELLYSEERR_URL=http://localhost:5055
|
|
JELLYSEERR_API_KEY=your_api_key_here
|
|
|
|
# |JFA-Go|
|
|
ENABLE_JFA=false
|
|
JFA_URL=http://localhost:8056
|
|
JFA_USERNAME=yourusername
|
|
JFA_PASSWORD=yourpassword
|
|
JFA_API_KEY=your_api_key_here
|
|
JFA_TOKEN=
|
|
|
|
# |Servarr|
|
|
RADARR_URL=http://your-radarr-ip:7878
|
|
RADARR_API_KEY=yourradarrapikey
|
|
ENABLE_RADARR=false
|
|
|
|
SONARR_URL=http://your-sonarr-ip:8989
|
|
SONARR_API_KEY=yoursonarrapikey
|
|
ENABLE_SONARR=false
|
|
|
|
# |QBittorrent|
|
|
ENABLE_QBITTORRENT=false
|
|
QBIT_HOST=http://localhost:8080
|
|
QBIT_USERNAME=your_username
|
|
QBIT_PASSWORD=your_password
|
|
|
|
# |Proxmox|
|
|
ENABLE_PROXMOX=false
|
|
PROXMOX_HOST=https://your-proxmox-server:8006
|
|
PROXMOX_TOKEN_NAME=root@pam!yourtokenname
|
|
PROXMOX_TOKEN_VALUE=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
|
|
PROXMOX_VERIFY_SSL=false
|
|
PROXMOX_NODE=pve1
|
|
PROXMOX_VM_ID=
|
|
# Proxmox type can be "qemu" for VM, "lxc" for container
|
|
PROXMOX_TYPE=
|
|
|
|
# |MySQL|
|
|
DB_HOST=localhost
|
|
DB_USER=root
|
|
DB_PASSWORD=password
|
|
DB_NAME=jellyfin_bot
|
|
|
|
# |General Settings|
|
|
TIMEZONE=America/Chicago
|
|
# Tracking only reports limited information about your instance for development reasons. (Tracking enabled Instance & Enabled Features)
|
|
TRACKING_ENABLED=true
|
|
|
|
# |Logs|
|
|
SYNC_LOG_CHANNEL_ID=555555555555555555
|
|
EVENT_LOGGING=false
|