A Web interface for managing fediverse.express instances, written with Java EE. (The times we live in!)
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.
 
 
 
 
Pasture Pastureson 0c89ac1f9b Add additional system controls 2 years ago
akari Add additional system controls 2 years ago
.gitignore Initial commit 2 years ago
Dockerfile Add Dockerfile and server.xml 2 years ago
LICENSE Initial commit 2 years ago
README.md Update README 2 years ago
docker.sh Add docker.sh 2 years ago
server.xml Add Dockerfile and server.xml 2 years ago

README.md

Akari

A Web interface for managing fediverse.express instances, written with Java EE. (The times we live in!)

Install

Docker is the supported method of deployment.

git clone https://git.gamers.exposed/akari/akari.git
cd akari
docker build . -t akari
docker run -it --rm -d -p 8080:8080 akari

Then access localhost:8080

Develop

You can probably just import the project into your favorite IDE. We use Maven and Tomcat.

License

GNU AGPL v3, see the LICENSE file.