An open API service indexing awesome lists of open source software.

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

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
```