Update appfiles

This commit is contained in:
John Guan 2021-12-27 16:08:45 +08:00
parent cae317a82d
commit 5962159c30
10 changed files with 52 additions and 52 deletions

View File

@ -68,7 +68,7 @@
"volumes": [ "volumes": [
{ {
"container": "/db", "container": "/db",
"host": "$AppData/$AppName/db", "host": "/DATA/AppData/$AppID/db",
"mode": "rw", "mode": "rw",
"allocation": "automatic", "allocation": "automatic",
"configurable": "no", "configurable": "no",
@ -76,7 +76,7 @@
}, },
{ {
"container": "/srv", "container": "/srv",
"host": "$DATA", "host": "/DATA",
"mode": "rw", "mode": "rw",
"allocation": "automatic", "allocation": "automatic",
"configurable": "advanced", "configurable": "advanced",
@ -119,5 +119,5 @@
"latest_updates": "", "latest_updates": "",
"url": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/FileBrowser/changelog.txt" "url": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/FileBrowser/changelog.txt"
}, },
"latest_update_date": "1640243786" "latest_update_date": "1640591843"
} }

View File

@ -57,7 +57,7 @@
"volumes": [ "volumes": [
{ {
"container": "/config", "container": "/config",
"host": "$AppData/$AppName/config", "host": "/DATA/AppData/$AppID/config",
"mode": "rw", "mode": "rw",
"allocation": "automatic", "allocation": "automatic",
"configurable": "no", "configurable": "no",
@ -86,5 +86,5 @@
"latest_updates": "", "latest_updates": "",
"url": "" "url": ""
}, },
"latest_update_date": "1640340629" "latest_update_date": "1640591843"
} }

View File

@ -99,7 +99,7 @@
"volumes": [ "volumes": [
{ {
"container": "/config", "container": "/config",
"host": "$AppData/$AppName/config", "host": "/DATA/AppData/$AppID/config",
"mode": "rw", "mode": "rw",
"allocation": "automatic", "allocation": "automatic",
"configurable": "no", "configurable": "no",
@ -107,7 +107,7 @@
}, },
{ {
"container": "/Media", "container": "/Media",
"host": "$Media", "host": "/DATA/Media",
"mode": "rw", "mode": "rw",
"allocation": "automatic", "allocation": "automatic",
"configurable": "advanced", "configurable": "advanced",

View File

@ -56,35 +56,11 @@
"volumes": [ "volumes": [
{ {
"container": "/var/www/html", "container": "/var/www/html",
"host": "$AppData/$AppName/var/www/html", "host": "/DATA/AppData/$AppID/var/www/html",
"mode": "rw", "mode": "rw",
"allocation": "automatic", "allocation": "automatic",
"configurable": "no", "configurable": "no",
"description": "Nextcloud config directory." "description": "Nextcloud config directory."
},
{
"container": "/var/www/html/data",
"host": "$DATA/$AppName/data",
"mode": "rw",
"allocation": "automatic",
"configurable": "advanced",
"description": "Nextcloud apps directory."
},
{
"container": "/var/www/html/custom_apps",
"host": "$DATA/$AppName/custom_apps",
"mode": "rw",
"allocation": "automatic",
"configurable": "advanced",
"description": "Nextcloud custom_apps directory."
},
{
"container": "/var/www/html/themes",
"host": "$DATA/$AppName/themes",
"mode": "rw",
"allocation": "automatic",
"configurable": "advanced",
"description": "Nextcloud themes directory."
} }
], ],
"devices": [], "devices": [],
@ -109,5 +85,5 @@
"latest_updates": "", "latest_updates": "",
"url": "" "url": ""
}, },
"latest_update_date": "1640317389" "latest_update_date": "1640592011"
} }

View File

@ -66,7 +66,7 @@
"volumes": [ "volumes": [
{ {
"container": "/photoprism/storage", "container": "/photoprism/storage",
"host": "$AppData/$AppName/storage", "host": "/DATA/AppData/$AppID/photoprism/storage",
"mode": "rw", "mode": "rw",
"allocation": "automatic", "allocation": "automatic",
"configurable": "no", "configurable": "no",
@ -74,7 +74,7 @@
}, },
{ {
"container": "/photoprism/originals", "container": "/photoprism/originals",
"host": "$Gallery", "host": "/DATA/Gallery",
"mode": "rw", "mode": "rw",
"allocation": "automatic", "allocation": "automatic",
"configurable": "advanced", "configurable": "advanced",
@ -117,5 +117,5 @@
"latest_updates": "", "latest_updates": "",
"url": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/PhotoPrism/changelog.txt" "url": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/PhotoPrism/changelog.txt"
}, },
"latest_update_date": "1640245945" "latest_update_date": "1640592011"
} }

View File

@ -57,7 +57,7 @@
"volumes": [ "volumes": [
{ {
"container": "/config", "container": "/config",
"host": "$AppData/$AppName/config", "host": "/DATA/AppData/$AppID/config",
"mode": "rw", "mode": "rw",
"allocation": "automatic", "allocation": "automatic",
"configurable": "no", "configurable": "no",
@ -65,7 +65,7 @@
}, },
{ {
"container": "/Media", "container": "/Media",
"host": "$Media", "host": "/DATA/Media",
"mode": "rw", "mode": "rw",
"allocation": "automatic", "allocation": "automatic",
"configurable": "advanced", "configurable": "advanced",

View File

@ -68,7 +68,7 @@
"volumes": [ "volumes": [
{ {
"container": "/config", "container": "/config",
"host": "$AppData/$AppName/config", "host": "/DATA/AppData/$AppID/config",
"mode": "rw", "mode": "rw",
"allocation": "automatic", "allocation": "automatic",
"configurable": "no", "configurable": "no",
@ -76,7 +76,7 @@
}, },
{ {
"container": "/movies", "container": "/movies",
"host": "$Movies", "host": "/DATA/Media/Movies",
"mode": "rw", "mode": "rw",
"allocation": "automatic", "allocation": "automatic",
"configurable": "advanced", "configurable": "advanced",
@ -84,7 +84,7 @@
}, },
{ {
"container": "/downloads", "container": "/downloads",
"host": "$Downloads", "host": "/DATA/Downloads",
"mode": "rw", "mode": "rw",
"allocation": "automatic", "allocation": "automatic",
"configurable": "advanced", "configurable": "advanced",
@ -113,5 +113,5 @@
"latest_updates": "", "latest_updates": "",
"url": "" "url": ""
}, },
"latest_update_date": "1640251837" "latest_update_date": "1640592272"
} }

View File

@ -67,7 +67,7 @@
"volumes": [ "volumes": [
{ {
"container": "/config", "container": "/config",
"host": "$AppData/$AppName/config", "host": "/DATA/AppData/$AppID/config",
"mode": "rw", "mode": "rw",
"allocation": "automatic", "allocation": "automatic",
"configurable": "no", "configurable": "no",
@ -75,7 +75,7 @@
}, },
{ {
"container": "/tv", "container": "/tv",
"host": "$TV_Shows", "host": "/DATA/Media/TV Shows",
"mode": "rw", "mode": "rw",
"allocation": "automatic", "allocation": "automatic",
"configurable": "advanced", "configurable": "advanced",
@ -83,7 +83,7 @@
}, },
{ {
"container": "/downloads", "container": "/downloads",
"host": "$Downloads", "host": "/DATA/Downloads",
"mode": "rw", "mode": "rw",
"allocation": "automatic", "allocation": "automatic",
"configurable": "advanced", "configurable": "advanced",
@ -112,5 +112,5 @@
"latest_updates": "", "latest_updates": "",
"url": "" "url": ""
}, },
"latest_update_date": "1640251837" "latest_update_date": "1640592382"
} }

View File

@ -86,7 +86,7 @@
"volumes": [ "volumes": [
{ {
"container": "/config", "container": "/config",
"host": "$AppData/$AppName/config", "host": "/DATA/AppData/$AppID/config",
"mode": "rw", "mode": "rw",
"allocation": "automatic", "allocation": "automatic",
"configurable": "no", "configurable": "no",
@ -94,7 +94,7 @@
}, },
{ {
"container": "/DATA", "container": "/DATA",
"host": "$DATA", "host": "/DATA",
"mode": "rw", "mode": "rw",
"allocation": "automatic", "allocation": "automatic",
"configurable": "advanced", "configurable": "advanced",
@ -123,5 +123,5 @@
"latest_updates": "", "latest_updates": "",
"url": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Syncthing/changelog.txt" "url": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Syncthing/changelog.txt"
}, },
"latest_update_date": "1640243786" "latest_update_date": "1640592395"
} }

View File

@ -71,7 +71,7 @@
"volumes": [ "volumes": [
{ {
"container": "/config", "container": "/config",
"host": "$AppData/$AppName/config", "host": "/DATA/AppData/$AppID/config",
"mode": "rw", "mode": "rw",
"allocation": "automatic", "allocation": "automatic",
"configurable": "no", "configurable": "no",
@ -79,7 +79,7 @@
}, },
{ {
"container": "/DATA", "container": "/DATA",
"host": "$DATA", "host": "/DATA",
"mode": "rw", "mode": "rw",
"allocation": "automatic", "allocation": "automatic",
"configurable": "advanced", "configurable": "advanced",
@ -115,6 +115,30 @@
{ {
"content": "Password: ", "content": "Password: ",
"value": "adminadmin" "value": "adminadmin"
},
{
"content": ""
},
{
"content": "Default Accessible Path in qBittorrent"
},
{
"content": "DATA Path: ",
"value": "/DATA"
},
{
"content": "Downloads Path: ",
"value": "/DATA/Downloads"
},
{
"content": "Media Path: ",
"value": "/DATA/Media"
},
{
"content": "The paths of other DATA subdirectories in CasaOS are also similar."
},
{
"content": "Please make sure you use the correct path when using qBittorrent."
} }
] ]
}, },
@ -122,5 +146,5 @@
"latest_updates": "", "latest_updates": "",
"url": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/qBittorrent/changelog.txt" "url": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/qBittorrent/changelog.txt"
}, },
"latest_update_date": "1640250092" "latest_update_date": "1640592195"
} }