説明なし

Kyle Czar 3042df2c66 fix oauth token update* 4 ヶ月 前
kddit 3042df2c66 fix oauth token update* 4 ヶ月 前
static c314fc1942 feat: remove awards stuff 11 ヶ月 前
tests d9ead5bb3a modified: kddit/html.py 3 年 前
.gitignore 9e25ed5075 revamp 1 年間 前
README.md 93798fb83c change style 3 年 前
requirements.txt 174fa55456 new file: kddit/__init__.py 3 年 前
wsgi.py 174fa55456 new file: kddit/__init__.py 3 年 前

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;
    }
}