Lightweight self-hosted facebook-styled PHP blog.
Find a file
2019-12-24 00:36:12 +01:00
app db schema to custom dir 2019-12-24 00:33:15 +01:00
data log files are ignored 2019-09-02 17:43:47 +02:00
i Initial Release 2016-12-27 21:25:32 +01:00
static html to text: client side xss prevention 2019-12-22 23:12:16 +01:00
t Thumbnail folder was missing 2016-12-28 05:03:06 -05:00
.gitignore log files are ignored 2019-09-02 17:43:47 +02:00
.htaccess Basic changes 2017-02-11 14:39:25 +01:00
ajax.php remove empty lines with spaces 2019-12-20 18:38:48 +01:00
common.php session cookie as httponly 2019-12-22 22:53:25 +01:00
config.ini docker-compose introduced 2019-12-24 00:33:51 +01:00
docker-compose.yml docker compose unless stopped 2019-12-24 00:36:12 +01:00
Dockerfile added Dockerfile 2019-12-23 22:03:22 +01:00
favicon.ico Initial Release 2016-12-27 21:25:32 +01:00
index.php removed mcrypt_create_iv func 2019-12-22 22:58:11 +01:00
README.md Initial Release 2016-12-27 21:25:32 +01:00
robots.txt Initial Release 2016-12-27 21:25:32 +01:00

blog

Requirements: Apache, PHP 7.0, MySQL

How to install

  1. Copy files
  2. Import db.sql => MySQL
  3. Copy config.ini => custom.ini and define
  4. Done