dependabot[bot] b19b06879b Bump reqwest from 0.12.22 to 0.12.23
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.22 to 0.12.23.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.12.22...v0.12.23)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-version: 0.12.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-18 20:42:39 +08:00
2025-08-12 11:01:39 +08:00
2025-07-25 18:02:35 +08:00
2025-07-28 10:44:14 +08:00
js
2025-07-25 22:25:33 +08:00
js
2025-07-25 22:25:33 +08:00
2025-07-25 23:23:24 +08:00
2025-08-12 11:02:26 +08:00
2022-06-22 02:11:15 +08:00
2025-07-26 11:31:55 +08:00
2025-03-08 20:45:04 +08:00

freedit

CI Github Release Release Doc License

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)
  • e2ee private message
  • Math and Code highlighting support without JavaScript
  • Markdown support
  • inn: Subgroup like Subreddits
  • solo: Personal space like Twitter
  • 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

FAQ

How to generate podcast srt file?

whisper is used.

  • Usage: whisper ~/podcasts/1.mp3 --word_timestamps True --highlight_words True -f srt

Documentation

cargo doc --no-deps --document-private-items --open

Development

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

Credits

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