Commit graph

4 commits

Author SHA1 Message Date
8972dcc818 #0000 - Remove basic auth for MobSF
Removed the basic authentication configuration from the `docker-compose.yml` and the corresponding section in the `README.md`. Updated the README to mention the default super admin username and password.
2024-10-13 19:03:00 +02:00
f454a1d1ee #0000 - Modify restart policy in docker-compose.yml
Changed the restart policy condition from "on-failure" to "any" to ensure the container restarts on any circumstance. Removed the maximum attempts and window restrictions to allow continuous attempts without limitation.
2024-10-13 18:31:36 +02:00
f16ab2ab36 #0000 - Add Docker setup for MobSF with Traefik integration
Introduce Docker Compose configuration for MobSF, integrated with Traefik for domain management and basic auth. Enhanced documentation with installation and usage instructions, and added a template for environment variables.
2024-10-13 18:29:13 +02:00
28a877ec85 Initial commit 2024-10-13 18:11:23 +02:00