https://github.com/quvide/file-uploader
A temporary file hosting application
https://github.com/quvide/file-uploader
docker nginx python3
Last synced: 2 months ago
JSON representation
A temporary file hosting application
- Host: GitHub
- URL: https://github.com/quvide/file-uploader
- Owner: quvide
- License: agpl-3.0
- Created: 2017-04-12T13:10:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-10T10:56:50.000Z (about 9 years ago)
- Last Synced: 2025-10-14T17:13:38.103Z (8 months ago)
- Topics: docker, nginx, python3
- Language: Python
- Homepage:
- Size: 3.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# file-uploader
Source code for my personal file hosting site
## Usage
Running `docker-compose up` should be enough, provided you have Docker installed. You might want to change the exposed ports in `docker-compose.yaml` though. By default it's only visible to localhost. You're supposed to use a second nginx (or other http server) as a reverse proxy to implement TLS etc.
## Configuration
The only configuration file can be found in `backend/app/config.yaml`. The options are commented. You must set `proxy_set_header X-Real-IP $remote_addr;` in your reverse proxy for IP logging to work.