Compare commits
3 Commits
a6c91b405d
...
e440df2ac8
Author | SHA1 | Date | |
---|---|---|---|
![]() |
e440df2ac8 | ||
![]() |
039873b3f6 | ||
![]() |
6259e63e31 |
@@ -16,7 +16,7 @@
|
|||||||
- overseerr
|
- overseerr
|
||||||
- ntfy
|
- ntfy
|
||||||
- gluetun
|
- gluetun
|
||||||
- name: lubelogger
|
- name: qbittorrent
|
||||||
tags: test
|
tags: test
|
||||||
- nextcloud
|
- nextcloud
|
||||||
- redlib
|
- redlib
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
- slskd
|
- slskd
|
||||||
- navidrome
|
- navidrome
|
||||||
- lidarr
|
- lidarr
|
||||||
- qbittorrent
|
- lubelogger
|
||||||
- searxng
|
- searxng
|
||||||
- synapse
|
- synapse
|
||||||
- rimgo
|
- rimgo
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
module.exports = {
|
module.exports = {
|
||||||
delay: 10,
|
delay: 30,
|
||||||
|
|
||||||
torznab: [
|
torznab: [
|
||||||
"http://prowlarr.local.{{ personal_domain }}/1/api?apikey={{ prowlarr_api_key }}", // TorrentLeech
|
"http://prowlarr.local.{{ personal_domain }}/1/api?apikey={{ prowlarr_api_key }}", // TorrentLeech
|
||||||
@@ -25,14 +25,14 @@ module.exports = {
|
|||||||
includeEpisodes: false,
|
includeEpisodes: false,
|
||||||
includeNonVideos: false,
|
includeNonVideos: false,
|
||||||
fuzzySizeThreshold: 0.02,
|
fuzzySizeThreshold: 0.02,
|
||||||
excludeOlder: undefined,
|
excludeOlder: "12w",
|
||||||
excludeRecentSearch: undefined,
|
excludeRecentSearch: "3w",
|
||||||
action: "inject",
|
action: "inject",
|
||||||
rtorrentRpcUrl: undefined,
|
rtorrentRpcUrl: undefined,
|
||||||
qbittorrentUrl: "https://qbittorrent.local.{{ personal_domain }}",
|
qbittorrentUrl: "https://qbittorrent.local.{{ personal_domain }}",
|
||||||
duplicateCategories: true,
|
duplicateCategories: true,
|
||||||
notificationWebhookUrl: "https://webhooks.cheogram.com/{{ crossseed_webhook_endpoint }}",
|
notificationWebhookUrl: "https://webhooks.cheogram.com/{{ crossseed_webhook_endpoint }}",
|
||||||
port: 2468,
|
port: 2468,
|
||||||
rssCadence: "2w",
|
rssCadence: "16min",
|
||||||
searchCadence: "6w",
|
searchCadence: "1w",
|
||||||
};
|
};
|
||||||
|
@@ -43,9 +43,7 @@ tracker:
|
|||||||
tag: DigitalCore
|
tag: DigitalCore
|
||||||
myanonamouse:
|
myanonamouse:
|
||||||
tag: MaM
|
tag: MaM
|
||||||
tleechreload:
|
torrentleech|tleechreload:
|
||||||
tag: TorrentLeech
|
|
||||||
torrentleech:
|
|
||||||
tag: TorrentLeech
|
tag: TorrentLeech
|
||||||
aither:
|
aither:
|
||||||
tag: Aither
|
tag: Aither
|
||||||
|
@@ -32,3 +32,4 @@
|
|||||||
handlers:
|
handlers:
|
||||||
- name: reboot
|
- name: reboot
|
||||||
ansible.builtin.reboot:
|
ansible.builtin.reboot:
|
||||||
|
become: true
|
||||||
|
Reference in New Issue
Block a user