|
||
---|---|---|
static | ||
templates | ||
views | ||
README.md | ||
app.ini | ||
config.ini | ||
requirements.txt | ||
wsgi.py |
README.md
u.kalli.st
file uploader with smtp auth
Requires python>=3.8.
Running
$ uwsgi --ini app.ini
Nginx config
server {
listen 80;
client_max_body_size 1g;
location / {
include uwsgi_params;
uwsgi_pass unix:/path/to/u.kalli.st/socket;
}
}