https://github.com/dmartingarcia/docker-filebrower
Docker compose integration for filebrowser
https://github.com/dmartingarcia/docker-filebrower
Last synced: about 2 months ago
JSON representation
Docker compose integration for filebrowser
- Host: GitHub
- URL: https://github.com/dmartingarcia/docker-filebrower
- Owner: dmartingarcia
- Created: 2024-04-10T23:13:10.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-11T23:48:34.000Z (9 months ago)
- Last Synced: 2024-09-12T09:47:35.389Z (9 months ago)
- Language: Makefile
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-filebrowser
It is part of a [set of repositories](https://github.com/search?q=user%3Admartingarcia+docker) that contain dockerised environments for small applications.
In this case, it contains a self-efficient *Filebrowser* setup.
## How to use it
```
cp .env.example .env
docker compose up -d
```PLEASE, CHANGE THE DEFAULT ADMIN PASSWORDS
And browse into `http://localhost:8082` in order to see the `filebrowser` login page.
User: admin
Password: admin## Traefik integration`
It also contains a Traefik integration, that interact with this reverse proxy, routing request to each container in case it matches the specified domain
There's multiple subdomains exposed:
- filebrowser.your.domain.com## .env setup
It contains a basic set of variables like:
- Credentials
- http host that uses Traefik to match requestsPlease take a look on that and :warning: create your own credentials :warning: in case you want to expose it to the public.
## Docker Traefik
If you want to use this Traefik integration, [take a look at this repository](https://github.com/dmartingarcia/docker-traefik)