https://github.com/trydock/caddy-flask-mongo
A stack made of Caddy Server, Python Flask, Mongo and Mongo-Express
https://github.com/trydock/caddy-flask-mongo
Last synced: 6 months ago
JSON representation
A stack made of Caddy Server, Python Flask, Mongo and Mongo-Express
- Host: GitHub
- URL: https://github.com/trydock/caddy-flask-mongo
- Owner: trydock
- License: gpl-3.0
- Created: 2021-10-02T22:58:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-02T23:12:14.000Z (over 4 years ago)
- Last Synced: 2024-12-29T19:49:17.547Z (over 1 year ago)
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# caddy-flask-mongo
A stack made of Caddy Server, Python Flask, Mongo and Mongo-Express
## Podman Instruction
Run this command to open privileged ports by an un-privileged user:
```
sudo sysctl net.ipv4.ip_unprivileged_port_start=0
```