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 85e97b8d71 Update style.css 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 Add Docker support 1 year ago
TODO.md Add Docker support 1 year ago
gunicorn.conf.py Add gunicorn.conf.py 1 year ago
requirements-dev.txt Add requirements-dev.txt 1 year ago
requirements.txt Add gunicorn 1 year ago
tests.py Rename file 1 year ago

README.md

ozgursozluk

Free alternative simple ekşi sözlük front-end. Offical instance: http://ozgursozluk.freedns.rocks

Features

  • No JavaScript
  • Docker support
  • Topic searching
  • Entry sorting options
  • View topic, entry and author
  • Gündem and debe page support
  • Optioanl dispaying 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 0.0.0.0: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.