Sen descrición

Kyle Czar 937ce163b7 preview i.redd.it images inside comments hai 3 semanas
kddit 937ce163b7 preview i.redd.it images inside comments hai 3 semanas
static c314fc1942 feat: remove awards stuff hai 1 ano
.gitignore 9e25ed5075 revamp hai 1 ano
README.md 93798fb83c change style %!s(int64=4) %!d(string=hai) anos
poetry.lock d1b258d06e revert back to youtube_dl hai 1 mes
pyproject.toml d1b258d06e revert back to youtube_dl hai 1 mes
requirements.txt 174fa55456 new file: kddit/__init__.py %!s(int64=3) %!d(string=hai) anos
wsgi.py 174fa55456 new file: kddit/__init__.py %!s(int64=3) %!d(string=hai) anos

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