A modified filebrowser container image, allowing for more customization using environment variables
Go to file
Tyler Perkins 7516256ab9
Add container
2023-12-18 18:19:59 -05:00
.drone.yml Initial commit 2023-12-18 22:36:51 +00:00
.gitignore Initial commit 2023-12-18 22:36:51 +00:00
.pre-commit-config.yaml Initial commit 2023-12-18 22:36:51 +00:00
Dockerfile Add container 2023-12-18 18:19:59 -05:00
README.md Add more complete environment table 2023-12-18 18:13:29 -05:00
docker-compose.yml Add container 2023-12-18 18:19:59 -05:00
entrypoint.sh Add container 2023-12-18 18:19:59 -05:00
setup.sh Initial commit 2023-12-18 22:36:51 +00:00

README.md

Filebrowser

An extension of filebrowser that allows for some configuration using environment variables. Intended to be used as a sidecar for kubernetes pods.

Configuration

Variable Description Default
ADMIN_PASS admin user password admin
DEFAULT_USERNAME The username for the newly created user default
DEFAULT_PASSWORD The password for the newly created user default
BRANDING_NAME Name shown on the home screen My file storage
AUTH_METHOD What auth method should be used? json
AUTH_HEADER What header should be used for proxy authentication? X-My-Header
PERM_ADMIN Allow user admin privileges false
PERM_EXECUTE Allow user to execute commands false
PERM_CREATE Allow user to create files and directories false
PERM_RENAME Allow user to rename files and directories false
PERM_MODIFY Allow user to modify files false
PERM_DELETE Allow user to delete files false
PERM_SHARE Allow user to share files and directories false
PERM_DOWNLOAD Allow user to download files false