1
0
orblog-legacy/README.md
2024-07-13 19:20:50 +03:00

1.3 KiB

orblog (0.1.1) [Deprecated]

Simple blog for hidden services (like tor / i2p) with markdown support.

Comment

It was written in 2 evenings in 2020 to complete one small personal task. There will be no updating or development.

Use only at your own risk!

Features

  • Without JavaScript.
  • Posts with markdown support.
  • Comments with markdown support.
  • Categories.
  • View posts by tags.
  • RSS feed

System requirements

  • PHP 7.3 +
  • GDLib
  • SQLite3

Run

git clone https://code.fossee.net/chicory/orblog-legacy.git
cd orblog
php -S 127.0.0.1:8000

Admin panel:

hostname/?view=admin
password: changeme

Installation

  • Edit config file (./config.php).
  • Set permissions.
    • For ./private/data 775
    • For ./private/data/data.sqlite 664
    • For other files 644
  • Deny access to ./private directory at web server.
  • Open your_domain/?view=admin in web browser.

Screenshots

Main page

Main page

Comment

Comment

Amin panel post adding

Amin panel post adding

Amin panel categories management

Amin panel categories management

Amin panel comments moderation

Amin panel comments moderation