-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig.yaml
43 lines (34 loc) · 883 Bytes
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# app:
# hostname: 0.0.0.0
# port: 2875
# database_url: postgres://autopulse:autopulse@localhost:5432/autopulse
# auth:
# username: admin
# password: password
# opts:
# check_path: true # Check if the path exists, assuming the path is available to the container
# max_retries: 5 # Exponential backoff when a target fails
# triggers:
# sonarr:
# type: sonarr
# rewrite:
# from: /orig/tv
# to: /new/tv
# webhooks:
# discord:
# type: "discord"
# url: "https://discord.com/api/webhooks/1234567890/aBcDeFgHiJkLmNoPqRsTuVwXyZ"
# targets:
# plex:
# type: plex
# url: http://plex:32400
# token: your-plex-token
# jellyfin:
# type: jellyfin
# url: http://jellyfin:8096
# token: your-jellyfin-token
# list:
# type: command
# raw: echo $FILE_PATH >> list.txt
# or
# path: /path/to/script.sh