appdata: cannot use cifs or sshfs

Fixes #827
This commit is contained in:
Girish Ramakrishnan
2023-07-11 20:52:46 +05:30
parent 1bf91413c4
commit 0ab72f5900
4 changed files with 8 additions and 2 deletions

View File

@@ -1476,7 +1476,8 @@
"description": "If the server is running out of disk space, use this to move the app's data to a <a href=\"/#/volumes\">volume</a>. Any data here is part of the app's backup.",
"dataDirPlaceholder": "Leave empty to use platform default",
"moveAction": "Move Data",
"diskUsage": "The app is currently using {{ size }} of storage (as of {{ date }})."
"diskUsage": "The app is currently using {{ size }} of storage (as of {{ date }}).",
"mountTypeWarning": "The destination file system must support file permissions and ownership for the move to work"
},
"mounts": {
"title": "Mounts",