2023-01-18 17:31:33 +08:00
2022-12-08 16:29:55 +08:00
2022-12-20 17:53:28 +08:00
2023-01-18 17:31:33 +08:00
2022-11-26 18:37:05 +08:00
2023-01-18 17:31:33 +08:00
2022-09-20 10:42:46 +08:00
2023-01-18 17:31:33 +08:00
2023-01-17 18:10:22 +08:00
2023-01-17 18:10:22 +08:00
2023-01-18 17:31:33 +08:00
2022-06-22 02:11:15 +08:00
2022-12-08 16:31:54 +08:00

freedit

CI release Doc

The safest and lightest forum, powered by rust.

Demo: https://freedit.eu/

GitHub: https://github.com/freedit-org/freedit

Features

  • Easy to deploy: one binary to run, using embedded database sled
  • No javascript at all, for safety maximization. (Why javascript is evil)
  • LaTex and Code highlighting support without JavaScript
  • Markdown support
  • inn: Subgroup like Subreddits
  • solo: Personal space like Twitter
  • https support
  • Online rss reader

Usage

From binary

  1. Download freedit binary from releases
  2. unzip freedit.zip
  3. run ./freedit, open browser to addr, http://127.0.0.1:3001/

From source code

Prerequisition: install Rust

git clone https://github.com/freedit-org/freedit
cd freedit && cargo build -r
./target/release/freedit

Documentation

cargo doc --no-deps --open

Development

git clone https://github.com/freedit-org/freedit
cd freedit && cargo run

integration testing

COOKIE=<cookie> cargo run --example mock

Credits

Description
No description provided
Readme MIT 7.3 MiB
Languages
Rust 59.7%
HTML 37.2%
JavaScript 2.5%
CSS 0.6%