Alternate reddit frontend.
https://kddit.kalli.st
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 months ago | |
---|---|---|
kddit | 2 months ago | |
static | 2 months ago | |
tests | 2 years ago | |
.gitignore | 2 months ago | |
README.md | 3 years ago | |
requirements.txt | 2 years ago | |
wsgi.py | 2 years ago |
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;
}
}