summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKasra Bigdeli <[email protected]>2020-01-05 15:05:51 -0500
committerKasra Bigdeli <[email protected]>2020-01-05 15:05:51 -0500
commit2a98ab2ea65c96d9dbbdbae7149e62467bb5956f (patch)
tree8239f48d2a6865903724ea9bcd3707164eff5722
parent3c8aadb47d718b6cfee45a4b75a1fdef85151e7d (diff)
parent25b8439956c9825aa0b5b3e32433bf3557920010 (diff)
downloadcaprover-one-click-apps-2a98ab2ea65c96d9dbbdbae7149e62467bb5956f.tar.gz
caprover-one-click-apps-2a98ab2ea65c96d9dbbdbae7149e62467bb5956f.zip
Merge branch 'master' of github.com:caprover/one-click-apps
-rw-r--r--public/v2/apps/filebrowser.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/v2/apps/filebrowser.json b/public/v2/apps/filebrowser.json
index 2afab5f..3203548 100644
--- a/public/v2/apps/filebrowser.json
+++ b/public/v2/apps/filebrowser.json
@@ -26,7 +26,7 @@
},
"instructions": {
"start": "filebrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files. It allows the creation of multiple users and each user can have its own directory.\n\n\nIMPORTANT:\nThe default image maps an empty volume to FileBrowser in order to avoid exposing your files, but after you finished installation and changed the password you can mount the root directory of host. i.e. / to /srv in the app.",
- "end": "username and password are both \"admin\".\n\nRemember that currently, $$cap_appname-files, an empty directory, is mapped to your file browser /srv, the directory you see when you use file browser. You can, however, change this to map / from the host to /srv in order to view all your files on your server.\n\n"
+ "end": "Important! Read this and take a screenshot so you can refer to it!\n\nusername and password are both \"admin\".\n\nBy default, $$cap_appname-files volume, which is an empty directory, is mapped to your file browser content which is at /srv inside the app. To change this:\n\n1- Go to FileBrowser and change password to something else to avoid having your files exposed\n2- Go to CapRover > Apps > FileBrowser > App Config tab and change $$cap_appname-files to\n2a) some other volume name such as \"cap_name-myappvolume\" if you want to view the content of that volume\n2b) \"/some/existing/path/on/host\" if you want to view a specific path on the host.\n2c) \"/\" to view the entire content of your host!\n\n\nDon't change the \"/srv\" part of the mapping. \"/srv\" is the directory inside FileBrowser which is used to display content in FileBrowser."
},
"variables": [
{
@@ -37,4 +37,4 @@
"validRegex": "/^([^\\s^\\/])+$/"
}
]
-} \ No newline at end of file
+}