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.
ozgursozluk/README.md

54 lines
1.6 KiB

1 year ago
# ozgursozluk
![](https://img.shields.io/badge/python-3.8%2B-blue)
1 year ago
![](https://img.shields.io/badge/code%20style-black-black)
![](https://img.shields.io/github/v/release/beucismis/ozgursozluk)
1 year ago
![](https://img.shields.io/github/actions/workflow/status/beucismis/ozgursozluk/tests.yml?label=tests)
A free and open source alternative Ekşi Sözlük front-end. Does not use the API, only scrapes the web. Offical instance: https://ozgursozluk.freedns.rocks
## Features
- No JavaScript
- Docker support
- Topic searching
- Viewing topic, entry and author
- Gündem and debe page support
1 year ago
- Optional displaying author nickname
- 8 different theme support
- Self-hosted, ad-free, simple and fast
- Responsive support for small screens
1 year ago
## Installing and Running
Clone the repository:
1 year ago
```
git clone https://github.com/beucismis/ozgursozluk
cd ozgursozluk/
```
Normal running:
```
1 year ago
pip3 install -r requirements.txt
gunicorn
```
1 year ago
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
1 year ago
```
## Preview
<table>
<tbody>
<tr>
<td><img src="https://github.com/beucismis/ozgursozluk/assets/40023234/b3505c9f-61f9-4596-89dc-ebfafcfbb373"></td>
<td><img src="https://github.com/beucismis/ozgursozluk/assets/40023234/f4821a5c-8522-4ffb-8cf5-01620924ef1a"></td>
<td><img src="https://github.com/beucismis/ozgursozluk/assets/40023234/11516669-da4b-4732-9413-d77e889167a0"></td>
</tr>
</tbody>
</table>
## License
This project lisanced under WTFPL for details check [LICENSE](LICENSE) file.