Saltfish
Saltfish
数据库信息需要在app.conf 中修改
如果不介意直接将所有注释删除的话 实现应该并不复杂,但是只是做到去重的话可能可以利用cache优化?
Try using api and crontab? Though a bit complex. Maybe auto-detect will be better, like jellyfin.
```yaml version: "3.4" services: qbittorrent: container_name: qbittorrent image: linuxserver/qbittorrent hostname: qbittorrent environment: - PGID=$(id -g) - PUID=$(id -u) - TZ=Asia/Shanghai volumes: - ./qb_config:/config - :/downloads # 注意 修改此处为自己存放动漫的目录,ab 内下载路径填写downloads network_mode:...