fix paths
This commit is contained in:
parent
c014677675
commit
241c43409f
|
@ -27,7 +27,7 @@ in {
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
id = "uploads";
|
id = "uploads";
|
||||||
remote = "Storage:Uploads";
|
remote = "Uploads:";
|
||||||
type = "webdav";
|
type = "webdav";
|
||||||
extraArgs = [
|
extraArgs = [
|
||||||
"--addr=0.0.0.0:${toString ports.webdav.uploads}"
|
"--addr=0.0.0.0:${toString ports.webdav.uploads}"
|
||||||
|
@ -37,7 +37,7 @@ in {
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
id = "music";
|
id = "music";
|
||||||
remote = "Storage:Music";
|
remote = "Music:";
|
||||||
type = "http";
|
type = "http";
|
||||||
extraArgs = [
|
extraArgs = [
|
||||||
"--addr=0.0.0.0:${toString ports.http.music}"
|
"--addr=0.0.0.0:${toString ports.http.music}"
|
||||||
|
@ -47,7 +47,7 @@ in {
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
id = "public";
|
id = "public";
|
||||||
remote = "Storage:Public";
|
remote = "Public:";
|
||||||
type = "http";
|
type = "http";
|
||||||
extraArgs = [
|
extraArgs = [
|
||||||
"--addr=0.0.0.0:${toString ports.http.public}"
|
"--addr=0.0.0.0:${toString ports.http.public}"
|
||||||
|
@ -57,7 +57,7 @@ in {
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
id = "uploads_public";
|
id = "uploads_public";
|
||||||
remote = "Storage:Uploads/Public";
|
remote = "Uploads:Public";
|
||||||
type = "http";
|
type = "http";
|
||||||
extraArgs = [
|
extraArgs = [
|
||||||
"--addr=0.0.0.0:${toString ports.http.uploads_public}"
|
"--addr=0.0.0.0:${toString ports.http.uploads_public}"
|
||||||
|
|
Loading…
Reference in a new issue