https://www.bananas-playground.net/projekt/scientia/
A self hosted small knowledge base.
+
+Simple storage of text into the database.
+Browsable by date.
+Searchable with mysql fulltext search.
+Protected by BASIC AUTH, single user only, so far.
A Webserver (tested on Apache 2.4)
-PHP 7+ with mysqli, mbstring, curl
+PHP 8+ with mysqli, mbstring, curl
MySQL 8+ / MariaDB 10.2
/**
* scientia
*
- * Copyright 2021 Johannes Keßler
+ * Copyright 2022 Johannes Keßler
*
* https://www.bananas-playground.net/projekt/scientia/
*
/**
* scientia
*
- * Copyright 2021 Johannes Keßler
+ * Copyright 2022 Johannes Keßler
*
* https://www.bananas-playground.net/projekt/scientia/
*