Tips¶
Environment variables¶
We can setup 2 environment variables:
- ADMIN_PASSWORD stores the admin password credentials in a bcrypt format
- APPLICATION_URL stores the fqdn (myhost.domain.com)
- CONFIG_JSON stores the config as a base64 string with the plg_config_env plugin
Some web endpoints¶
- http://domain.com/about
- http://domain.com/admin/
- http://domain.com/admin/setup
- http://domain.com/admin/backend
- http://domain.com/admin/api/simple-user-management
- http://domain.com/admin/tty
Links¶
- Website
- Github
https://github.com/mickael-kerjean/filestash
- Hardening Guide