dependabot[bot] 2e3eeb6992 Bump rustls-webpki from 0.101.3 to 0.101.4
Bumps [rustls-webpki](https://github.com/rustls/webpki) from 0.101.3 to 0.101.4.
- [Release notes](https://github.com/rustls/webpki/releases)
- [Commits](https://github.com/rustls/webpki/compare/v/0.101.3...v/0.101.4)

---
updated-dependencies:
- dependency-name: rustls-webpki
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-23 12:10:51 +08:00
2023-08-18 15:56:50 +08:00
2023-06-25 14:17:14 +08:00
2023-08-18 15:19:56 +08:00
2023-06-01 19:20:26 +08:00
2023-08-18 15:56:50 +08:00
2023-08-18 15:20:39 +08:00
2022-06-22 02:11:15 +08:00
2023-03-05 19:44:12 +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

Enable https (Optional)

Contents of certificate file and private key file must be in PEM format.

In config.toml file

cert = 'cert-path'
key = 'key-path'

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 1.5 MiB
Languages
Rust 59.6%
HTML 37%
JavaScript 1.4%
TypeScript 1.2%
CSS 0.8%