Added Statistic Tracking

This commit is contained in:
2025-12-11 02:46:57 -06:00
parent fdc6df373d
commit 61dc5db6d0
4 changed files with 86 additions and 12 deletions

View File

@@ -1,24 +1,24 @@
#Jellycord version 1.0.9
# Jellycord version 1.1.0
# Discord
# |Discord|
DISCORD_TOKEN=your_discord_bot_token
PREFIX=!
GUILD_IDS=123456789012345678,123456789012345678
ADMIN_ROLE_IDS=111111111111111111,222222222222222222
REQUIRED_ROLE_IDS=333333333333333333,444444444444444444
# Jellyfin
# |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|
JELLYSEERR_ENABLED=false
JELLYSEERR_URL=http://localhost:5055
JELLYSEERR_API_KEY=your_api_key_here
# JFA-Go
# |JFA-Go|
ENABLE_JFA=false
JFA_URL=http://localhost:8056
JFA_USERNAME=yourusername
@@ -26,13 +26,13 @@ JFA_PASSWORD=yourpassword
JFA_API_KEY=your_api_key_here
JFA_TOKEN=
# QBittorrent
# |QBittorrent|
ENABLE_QBITTORRENT=false
QBIT_HOST=http://localhost:8080
QBIT_USERNAME=your_username
QBIT_PASSWORD=your_password
# Proxmox
# |Proxmox|
ENABLE_PROXMOX=false
PROXMOX_HOST=https://your-proxmox-server:8006
PROXMOX_TOKEN_NAME=root@pam!yourtokenname
@@ -43,15 +43,17 @@ PROXMOX_VM_ID=
# Proxmox type can be "qemu" for VM, "lxc" for container
PROXMOX_TYPE=
# MySQL
# |MySQL|
DB_HOST=localhost
DB_USER=root
DB_PASSWORD=password
DB_NAME=jellyfin_bot
# Time Settings
# |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
# |Logs|
SYNC_LOG_CHANNEL_ID=555555555555555555
EVENT_LOGGING=false