diff --git a/Apps/FileBrowser/appfile.json b/Apps/FileBrowser/appfile.json index c8b0b72..fd2a6fa 100644 --- a/Apps/FileBrowser/appfile.json +++ b/Apps/FileBrowser/appfile.json @@ -68,7 +68,7 @@ "volumes": [ { "container": "/db", - "host": "$AppData/$AppName/db", + "host": "/DATA/AppData/$AppID/db", "mode": "rw", "allocation": "automatic", "configurable": "no", @@ -76,7 +76,7 @@ }, { "container": "/srv", - "host": "$DATA", + "host": "/DATA", "mode": "rw", "allocation": "automatic", "configurable": "advanced", @@ -119,5 +119,5 @@ "latest_updates": "", "url": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/FileBrowser/changelog.txt" }, - "latest_update_date": "1640243786" + "latest_update_date": "1640591843" } \ No newline at end of file diff --git a/Apps/HomeAssistant/appfile.json b/Apps/HomeAssistant/appfile.json index 7b64427..52987f8 100644 --- a/Apps/HomeAssistant/appfile.json +++ b/Apps/HomeAssistant/appfile.json @@ -57,7 +57,7 @@ "volumes": [ { "container": "/config", - "host": "$AppData/$AppName/config", + "host": "/DATA/AppData/$AppID/config", "mode": "rw", "allocation": "automatic", "configurable": "no", @@ -86,5 +86,5 @@ "latest_updates": "", "url": "" }, - "latest_update_date": "1640340629" + "latest_update_date": "1640591843" } \ No newline at end of file diff --git a/Apps/Jellyfin/appfile.json b/Apps/Jellyfin/appfile.json index ac65f54..329d094 100644 --- a/Apps/Jellyfin/appfile.json +++ b/Apps/Jellyfin/appfile.json @@ -99,7 +99,7 @@ "volumes": [ { "container": "/config", - "host": "$AppData/$AppName/config", + "host": "/DATA/AppData/$AppID/config", "mode": "rw", "allocation": "automatic", "configurable": "no", @@ -107,7 +107,7 @@ }, { "container": "/Media", - "host": "$Media", + "host": "/DATA/Media", "mode": "rw", "allocation": "automatic", "configurable": "advanced", diff --git a/Apps/Nextcloud/appfile.json b/Apps/Nextcloud/appfile.json index 7501a7a..91a6a99 100644 --- a/Apps/Nextcloud/appfile.json +++ b/Apps/Nextcloud/appfile.json @@ -56,35 +56,11 @@ "volumes": [ { "container": "/var/www/html", - "host": "$AppData/$AppName/var/www/html", + "host": "/DATA/AppData/$AppID/var/www/html", "mode": "rw", "allocation": "automatic", "configurable": "no", "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": [], @@ -109,5 +85,5 @@ "latest_updates": "", "url": "" }, - "latest_update_date": "1640317389" + "latest_update_date": "1640592011" } \ No newline at end of file diff --git a/Apps/PhotoPrism/appfile.json b/Apps/PhotoPrism/appfile.json index dd1fa03..440e690 100644 --- a/Apps/PhotoPrism/appfile.json +++ b/Apps/PhotoPrism/appfile.json @@ -66,7 +66,7 @@ "volumes": [ { "container": "/photoprism/storage", - "host": "$AppData/$AppName/storage", + "host": "/DATA/AppData/$AppID/photoprism/storage", "mode": "rw", "allocation": "automatic", "configurable": "no", @@ -74,7 +74,7 @@ }, { "container": "/photoprism/originals", - "host": "$Gallery", + "host": "/DATA/Gallery", "mode": "rw", "allocation": "automatic", "configurable": "advanced", @@ -117,5 +117,5 @@ "latest_updates": "", "url": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/PhotoPrism/changelog.txt" }, - "latest_update_date": "1640245945" + "latest_update_date": "1640592011" } \ No newline at end of file diff --git a/Apps/Plex/appfile.json b/Apps/Plex/appfile.json index c214972..5b6ea3a 100644 --- a/Apps/Plex/appfile.json +++ b/Apps/Plex/appfile.json @@ -57,7 +57,7 @@ "volumes": [ { "container": "/config", - "host": "$AppData/$AppName/config", + "host": "/DATA/AppData/$AppID/config", "mode": "rw", "allocation": "automatic", "configurable": "no", @@ -65,7 +65,7 @@ }, { "container": "/Media", - "host": "$Media", + "host": "/DATA/Media", "mode": "rw", "allocation": "automatic", "configurable": "advanced", diff --git a/Apps/Radarr/appfile.json b/Apps/Radarr/appfile.json index 4a8c7fa..656461f 100644 --- a/Apps/Radarr/appfile.json +++ b/Apps/Radarr/appfile.json @@ -68,7 +68,7 @@ "volumes": [ { "container": "/config", - "host": "$AppData/$AppName/config", + "host": "/DATA/AppData/$AppID/config", "mode": "rw", "allocation": "automatic", "configurable": "no", @@ -76,7 +76,7 @@ }, { "container": "/movies", - "host": "$Movies", + "host": "/DATA/Media/Movies", "mode": "rw", "allocation": "automatic", "configurable": "advanced", @@ -84,7 +84,7 @@ }, { "container": "/downloads", - "host": "$Downloads", + "host": "/DATA/Downloads", "mode": "rw", "allocation": "automatic", "configurable": "advanced", @@ -113,5 +113,5 @@ "latest_updates": "", "url": "" }, - "latest_update_date": "1640251837" + "latest_update_date": "1640592272" } \ No newline at end of file diff --git a/Apps/Sonarr/appfile.json b/Apps/Sonarr/appfile.json index c1d3824..3dec9aa 100644 --- a/Apps/Sonarr/appfile.json +++ b/Apps/Sonarr/appfile.json @@ -67,7 +67,7 @@ "volumes": [ { "container": "/config", - "host": "$AppData/$AppName/config", + "host": "/DATA/AppData/$AppID/config", "mode": "rw", "allocation": "automatic", "configurable": "no", @@ -75,7 +75,7 @@ }, { "container": "/tv", - "host": "$TV_Shows", + "host": "/DATA/Media/TV Shows", "mode": "rw", "allocation": "automatic", "configurable": "advanced", @@ -83,7 +83,7 @@ }, { "container": "/downloads", - "host": "$Downloads", + "host": "/DATA/Downloads", "mode": "rw", "allocation": "automatic", "configurable": "advanced", @@ -112,5 +112,5 @@ "latest_updates": "", "url": "" }, - "latest_update_date": "1640251837" + "latest_update_date": "1640592382" } \ No newline at end of file diff --git a/Apps/Syncthing/appfile.json b/Apps/Syncthing/appfile.json index d40df15..fb0954d 100644 --- a/Apps/Syncthing/appfile.json +++ b/Apps/Syncthing/appfile.json @@ -86,7 +86,7 @@ "volumes": [ { "container": "/config", - "host": "$AppData/$AppName/config", + "host": "/DATA/AppData/$AppID/config", "mode": "rw", "allocation": "automatic", "configurable": "no", @@ -94,7 +94,7 @@ }, { "container": "/DATA", - "host": "$DATA", + "host": "/DATA", "mode": "rw", "allocation": "automatic", "configurable": "advanced", @@ -123,5 +123,5 @@ "latest_updates": "", "url": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Syncthing/changelog.txt" }, - "latest_update_date": "1640243786" + "latest_update_date": "1640592395" } \ No newline at end of file diff --git a/Apps/qBittorrent/appfile.json b/Apps/qBittorrent/appfile.json index da47b68..a3bfad8 100644 --- a/Apps/qBittorrent/appfile.json +++ b/Apps/qBittorrent/appfile.json @@ -71,7 +71,7 @@ "volumes": [ { "container": "/config", - "host": "$AppData/$AppName/config", + "host": "/DATA/AppData/$AppID/config", "mode": "rw", "allocation": "automatic", "configurable": "no", @@ -79,7 +79,7 @@ }, { "container": "/DATA", - "host": "$DATA", + "host": "/DATA", "mode": "rw", "allocation": "automatic", "configurable": "advanced", @@ -115,6 +115,30 @@ { "content": "Password: ", "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": "", "url": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/qBittorrent/changelog.txt" }, - "latest_update_date": "1640250092" + "latest_update_date": "1640592195" } \ No newline at end of file