Ville Rantanen 79780f0769 allow user css
2023-07-23 22:11:15 +03:00
2023-07-23 22:11:15 +03:00
2022-10-11 21:05:45 +02:00
2022-10-07 13:23:19 +02:00
2022-10-10 14:22:10 +02:00
2023-07-23 22:11:15 +03:00
2023-01-26 09:34:26 +01:00
2022-10-14 20:11:12 +02:00
2022-10-09 18:17:15 +02:00
2023-01-25 18:51:17 +01:00
2022-10-14 20:11:12 +02:00

Agreper - minimal, no-JS forum software

For security issues, please send a mail to agreper+security@demindiro.com

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.

Upgrading

To upgrade from a previous version, run upgrade_sqlite.sh

Screenshots

Index Forum Admin panel

Description
No description provided
Readme 220 KiB
Languages
Python 63.2%
HTML 25.3%
Shell 6.3%
CSS 4.2%
Dockerfile 1%