nimi / agreper

Minimal, no-JS web forum software

Home Page:https://forum.agreper.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Agreper - minimal, no-JS forum software

Hello world!

Agreper is a forum board with a focus on being easy to set up and manage.

Install & running

Linux

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.

Then setup with:

./init_sqlite.sh forum.db

Lastly, run with:

./run_sqlite.sh forum.db forum.pid

You will need a proxy such as nginx to access the forum on the public internet.

Screenshots

Index Forum Admin panel

About

Minimal, no-JS web forum software

https://forum.agreper.com/

License:GNU Affero General Public License v3.0


Languages

Language:Python 68.5%Language:HTML 25.0%Language:Shell 3.3%Language:CSS 2.8%Language:Makefile 0.4%