feat: add qbittorrent configuration directory
All checks were successful
sync tailscale acls / acls (push) Successful in 1m3s
All checks were successful
sync tailscale acls / acls (push) Successful in 1m3s
This commit is contained in:
parent
01cb8f8b67
commit
416cde4c9f
3 changed files with 36 additions and 0 deletions
1
.stowrc
1
.stowrc
|
|
@ -1,6 +1,7 @@
|
||||||
--ignore='^httpd$'
|
--ignore='^httpd$'
|
||||||
--ignore='^slurm$'
|
--ignore='^slurm$'
|
||||||
--ignore='^tsdproxy$'
|
--ignore='^tsdproxy$'
|
||||||
|
--ignore='^qbittorrent$'
|
||||||
--ignore='^vimix$'
|
--ignore='^vimix$'
|
||||||
--ignore='^policy\.hujson$'
|
--ignore='^policy\.hujson$'
|
||||||
--ignore='^xstow\.ini$'
|
--ignore='^xstow\.ini$'
|
||||||
|
|
|
||||||
34
qbittorrent/categories.json
Normal file
34
qbittorrent/categories.json
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
{
|
||||||
|
"autobrr": {
|
||||||
|
"download_path": null,
|
||||||
|
"inactive_seeding_time_limit": -2,
|
||||||
|
"ratio_limit": -2,
|
||||||
|
"save_path": "/var/lib/qBittorrent/qBittorrent/downloads/autobrr",
|
||||||
|
"seeding_time_limit": -2,
|
||||||
|
"share_limit_action": "Default"
|
||||||
|
},
|
||||||
|
"lidarr": {
|
||||||
|
"download_path": null,
|
||||||
|
"inactive_seeding_time_limit": -2,
|
||||||
|
"ratio_limit": -2,
|
||||||
|
"save_path": "",
|
||||||
|
"seeding_time_limit": -2,
|
||||||
|
"share_limit_action": "Default"
|
||||||
|
},
|
||||||
|
"radarr": {
|
||||||
|
"download_path": null,
|
||||||
|
"inactive_seeding_time_limit": -2,
|
||||||
|
"ratio_limit": -2,
|
||||||
|
"save_path": "",
|
||||||
|
"seeding_time_limit": -2,
|
||||||
|
"share_limit_action": "Default"
|
||||||
|
},
|
||||||
|
"sonarr": {
|
||||||
|
"download_path": null,
|
||||||
|
"inactive_seeding_time_limit": -2,
|
||||||
|
"ratio_limit": -2,
|
||||||
|
"save_path": "",
|
||||||
|
"seeding_time_limit": -2,
|
||||||
|
"share_limit_action": "Default"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
[matches]
|
[matches]
|
||||||
ignore = ^httpd$
|
ignore = ^httpd$
|
||||||
ignore = ^slurm$
|
ignore = ^slurm$
|
||||||
|
ignore = ^qbittorrent$
|
||||||
ignore = ^tsdproxy$
|
ignore = ^tsdproxy$
|
||||||
ignore = ^vimix$
|
ignore = ^vimix$
|
||||||
ignore = ^\.stowrc$
|
ignore = ^\.stowrc$
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue