Update filebrowser.json

This commit is contained in:
Kasra Bigdeli 2020-01-03 16:46:25 -05:00 committed by GitHub
parent d21bf463aa
commit 25b8439956
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
}, },
"instructions": { "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.", "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": "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." "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": [ "variables": [
{ {