mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
Fix Syncthing data directory ownership
This commit is contained in:
@@ -89,8 +89,8 @@ server_directories:
|
||||
group: root
|
||||
mode: "0755"
|
||||
- path: /srv/syncthing/data
|
||||
owner: root
|
||||
group: root
|
||||
owner: "1000"
|
||||
group: "1000"
|
||||
mode: "0755"
|
||||
|
||||
server_ufw_rules:
|
||||
|
||||
Reference in New Issue
Block a user