This commit is contained in:
parent
4f1646afc2
commit
f2c7e9a95a
@ -12,7 +12,7 @@ systemd_mounts:
|
|||||||
type: cifs
|
type: cifs
|
||||||
options:
|
options:
|
||||||
- credentials=/etc/creds/hetzner_credentials
|
- credentials=/etc/creds/hetzner_credentials
|
||||||
- uid= 1024
|
- uid= 100001
|
||||||
- gid= 10
|
- gid= 10
|
||||||
- vers=3.0
|
- vers=3.0
|
||||||
- mfsymlinks
|
- mfsymlinks
|
||||||
|
@ -71,7 +71,7 @@ job "torrent" {
|
|||||||
|
|
||||||
}
|
}
|
||||||
env {
|
env {
|
||||||
PUID = 1024
|
PUID = 1000001
|
||||||
PGID = 984
|
PGID = 984
|
||||||
UMASK = 002
|
UMASK = 002
|
||||||
WEBUI_PORT = "8080"
|
WEBUI_PORT = "8080"
|
||||||
|
@ -41,6 +41,7 @@ job "seedboxsync" {
|
|||||||
"${USERNAME}@${REMOTE_SERVER}:${REMOTE_PATH}",
|
"${USERNAME}@${REMOTE_SERVER}:${REMOTE_PATH}",
|
||||||
"/media",
|
"/media",
|
||||||
"--exclude=seed",
|
"--exclude=seed",
|
||||||
|
"--remove-source-files",
|
||||||
"-v"
|
"-v"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user