Tinysite

Tinysite is an attempt to create minimalistic secure blog engine for running a darknet blog site. Project has never been audited. Use at your own risk.

Pure Nim score 15/100 · last commit 2023-06-29 · 2 stars · tests present · no docs generated

Summary

Latest Version Unknown
License Unknown
CI Status Failing
Stars 2
Forks 0
Open Issues 0
Last Commit 2023-06-29
Downloads 0
Last Indexed 2026-08-11 05:07

Installation

nimble install Tinysite
choosenim install Tinysite
git clone https://gitlab.com/evgeniy-zdravov/tinysite

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
Tinysite - - - - - - -

README

Tinysite Blog Engine

Tinysite is an attempt to create minimalistic secure blog engine for running a darknet blog site. It lacks many features, but allows new message posting, using categories.

Quick Build

mvn compile package assembly:single

Quick Start

java -jar target/tinysite-1.0-SNAPSHOT-jar-with-dependencies.jar

Notes

Categories

To specify root category in post editor, that is displayed on index page add "/" to categories list. Tinysite looks for optional tinysite.properies file for configuration options.

Password

Password for user admin is generated automatically on first launch and stored in plaintext to autogenerated_admin_password.txt.