Add screenshots

This commit is contained in:
David Hoppenbrouwers
2022-10-10 14:47:48 +02:00
parent a583d89b76
commit 4c65660b99

View File

@@ -1,8 +1,8 @@
# Agreper - minimal, no-JS forum software
Agreper is a forum board with a focus on being easy to set up and manage.
![Hello world!](https://static.agreper.com/hello_world.png)
## Features
Agreper is a forum board with a focus on being easy to set up and manage.
## Install & running
@@ -14,7 +14,7 @@ Ensure you have the necessary packages, e.g. for Debian:
apt install git make sqlite3 python3-venv python3-pip
```
First clone or [download the latest release](https://github.com/Demindiro/agreper/archive/refs/tags/v0.1.tar.gz).
First clone or [download the latest release](https://github.com/Demindiro/agreper/archive/refs/tags/v0.1.1.tar.gz).
Then setup with:
@@ -29,3 +29,9 @@ Lastly, run with:
```
You will need a proxy such as nginx to access the forum on the public internet.
## Screenshots
![Index](https://static.agreper.com/index.png)
![Forum](https://static.agreper.com/forum.png)
![Admin panel](https://static.agreper.com/admin_panel.png)