A free and open source alternative ekşi sözlük front-end
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.
 
 
 
 
beucismis 219346ee71 Update gunicorn.conf.py 1 year ago
.github/workflows Fix test file name 1 year ago
ozgursozluk Update style.css 1 year ago
.gitignore Initial commit 1 year ago
Dockerfile Add Docker support 1 year ago
LICENSE Initial commit 1 year ago
README.md Update preview 1 year ago
TODO.md Update TODO.md 1 year ago
gunicorn.conf.py Update gunicorn.conf.py 1 year ago
requirements-dev.txt Update requirements-dev.txt 1 year ago
requirements.txt Add gunicorn 1 year ago
tests.py Rename file 1 year ago

README.md

ozgursozluk

A free and open source alternative Ekşi Sözlük front-end. Offical instance: https://ozgursozluk.freedns.rocks

Features

  • No JavaScript
  • Docker support
  • Topic searching
  • Viewing topic, entry and author
  • Gündem and debe page support
  • Optional displaying author nickname
  • 8 different theme support
  • Self-hosted, ad-free, simple and fast
  • Responsive support for small screens

Installing and Running

Clone the repository:

git clone https://github.com/beucismis/ozgursozluk
cd ozgursozluk/

Normal running:

pip3 install -r requirements.txt
gunicorn

Deploy using a different port: gunicorn --bind 127.0.0.1:3131

Running with Docker:

docker build -t ozgursozluk .
docker run -p 3131:80 ozgursozluk

Preview

License

This project lisanced under WTFPL for details check LICENSE file.