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.5 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. 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>
1 year ago
<td><img src="https://user-images.githubusercontent.com/40023234/236811059-a328bda0-78e7-44ba-b125-3d782ad9582c.png"></td>
<td><img src="https://user-images.githubusercontent.com/40023234/236811259-474f43ce-fd4b-4fcb-bf1e-7b241f9a9384.png"></td>
<td><img src="https://user-images.githubusercontent.com/40023234/236811430-aae679cb-211c-4ac5-a67c-e69550295460.png"></td>
</tr>
</tbody>
</table>
## License
This project lisanced under WTFPL for details check [LICENSE](LICENSE) file.