nas0: add webdav
This commit is contained in:
parent
268b755795
commit
0adf9df034
1 changed files with 3 additions and 1 deletions
|
@ -84,7 +84,9 @@
|
||||||
# WebDAV anonymous reads
|
# WebDAV anonymous reads
|
||||||
services.webdav-server-rs = {
|
services.webdav-server-rs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
seetings = {
|
user = "data";
|
||||||
|
group = "data";
|
||||||
|
settings = {
|
||||||
location = [
|
location = [
|
||||||
{
|
{
|
||||||
route = [ "/public/*path" ];
|
route = [ "/public/*path" ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue