fix nextcloud permissions to allow shared folder
This commit is contained in:
parent
734d50435e
commit
04e875e5f1
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
let
|
||||
# todo : let nextcloud run as media, this would make this part easier.
|
||||
nextcloudUid = 1000;
|
||||
nextcloudUid = config.ids.uids.transmission;
|
||||
nextcloudGid = config.ids.gids.transmission;
|
||||
nextcloudPort = 9080;
|
||||
nextcloudHostName = "nextcloud.ingolf-wagner.de";
|
||||
|
|
Loading…
Reference in a new issue