Update extension repos

This commit is contained in:
2025-06-09 01:57:53 -03:00
parent 6a991f296a
commit ffa4a9fcbc

View File

@ -24,9 +24,12 @@ services:
# - BASIC_AUTH_ENABLED=true # - BASIC_AUTH_ENABLED=true
# - BASIC_AUTH_USERNAME=manga # - BASIC_AUTH_USERNAME=manga
# - BASIC_AUTH_PASSWORD=hello123 # - BASIC_AUTH_PASSWORD=hello123
- EXTENSION_REPOS=["https://raw.githubusercontent.com/keiyoushi/extensions/repo/index.min.json", "https://raw.githubusercontent.com/Kohi-den/extensions/main/index.min.json"] # Disabled due to takedown: "https://raw.githubusercontent.com/Kohi-den/extensions/main/index.min.json"
# Backup: "https://raw.githubusercontent.com/yuzono/manga-repo/repo/index.min.json"
- EXTENSION_REPOS=["https://raw.githubusercontent.com/keiyoushi/extensions/repo/index.min.json", "https://raw.githubusercontent.com/suwayomi/tachiyomi-extension/repo/index.min.json"]
volumes: volumes:
- /docker/appdata/suwayomi/data:/home/suwayomi/.local/share/Tachidesk - /docker/appdata/suwayomi/data:/home/suwayomi/.local/share/Tachidesk
- /home/isaac/Media:/media
ports: ports:
- "4567:4567" - "4567:4567"
restart: unless-stopped restart: unless-stopped