ECHibiki / Kotatsu-V

The version of kotatsu running on 4taba and 4taba2
https://4taba2.net
GNU General Public License v3.0
16 stars 2 forks source link

kotatsu

Hackable and easy to deploy imageboard software written in Guile/Scheme.
It should run right out of the box without the need to setup Apache2, Nginx, or a database.
By default it will use sqlite3 as the database and the built-in Artanis engine for serving data.

However, if more speed and scalability is required then services such as Apache2, Nginx, PostgresQL, and MySQL are also supported and can be enabled in the config files. This may require some code changes to allow storage of capcode posts.

Dependencies

Installation