remove timeout and use gid 100 for webmount wheatley
This commit is contained in:
parent
ccf6b5effc
commit
c430c04900
|
@ -90,9 +90,8 @@
|
||||||
|
|
||||||
what = "https://gladtherescake.eu/remote.php/dav/files/GLaDTheresCake";
|
what = "https://gladtherescake.eu/remote.php/dav/files/GLaDTheresCake";
|
||||||
where = "/home/jellyfinmediaplayer/nextcloud";
|
where = "/home/jellyfinmediaplayer/nextcloud";
|
||||||
options = "uid=1003,gid=1003,file_mode=0664,dir_mode=2775";
|
options = "uid=1003,gid=100,file_mode=0664,dir_mode=2775";
|
||||||
type = "davfs";
|
type = "davfs";
|
||||||
mountConfig.TimeoutSec = 15;
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue