Aucune description

Kylie Czar 9e25ed5075 revamp il y a 1 an
kddit 9e25ed5075 revamp il y a 1 an
static 9e25ed5075 revamp il y a 1 an
tests d9ead5bb3a modified: kddit/html.py il y a 3 ans
.gitignore 9e25ed5075 revamp il y a 1 an
README.md 93798fb83c change style il y a 3 ans
requirements.txt 174fa55456 new file: kddit/__init__.py il y a 3 ans
wsgi.py 174fa55456 new file: kddit/__init__.py il y a 3 ans

README.md

kddit.kalli.st

reddit frontend

Running

$ uwsgi --ini app.ini

requires python>=3.8

Nginx config

server {
    listen 80;
    merge_slashes off;
    location / {
        include uwsgi_params;
        uwsgi_pass unix:/path/to/kddit.kalli.st/socket;
    }
}