remove timeout and use gid 100 for webmount wheatley

This commit is contained in:
Lillian Violet 2024-12-05 15:15:29 +01:00
parent ccf6b5effc
commit c430c04900

View file

@ -90,9 +90,8 @@
what = "https://gladtherescake.eu/remote.php/dav/files/GLaDTheresCake";
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";
mountConfig.TimeoutSec = 15;
}
];