Federated blogging application, thanks to ActivityPub https://joinplu.me
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
 
Iet uz failu
trinity-1686a 304fb740d8 Merge pull request 'Support for storing media on S3' (#1149) from lx/Plume:s3 into main
Reviewed-on: #1149
Reviewed-by: trinity-1686a <trinity-1686a@noreply@joinplu.me>
pirms 10 mēnešiem
.cargo Move Rust flag for plume-front to .cargo/config.toml from env var pirms 3 gadiem
.circleci Update rustfmt and clippy on Ci pirms 1 gada
.github Update GitHub actions pirms 1 gada
assets Fix SCSS errors pirms 1 gada
migrations Set null to email_blocklist table fields for SQLite pirms 2 gadiem
plume-api Update crates pirms 1 gada
plume-cli fix plume-cli pirms 12 mēnešiem
plume-common Bump futures from 0.3.21 to 0.3.25 pirms 1 gada
plume-front Update crates pirms 1 gada
plume-macro Set release to false for sub crates [skip ci] pirms 2 gadiem
plume-models improve formatting pirms 12 mēnešiem
po (cargo-release) version {{version}} pirms 2 gadiem
script Fix caddy run option pirms 1 gada
snap Update Rust version pirms 2 gadiem
src improve formatting pirms 12 mēnešiem
templates Follow pagination user list page change pirms 1 gada
.codecov.yml Make Plume compile on release (#365) pirms 5 gadiem
.dockerignore Update .dockerignore pirms 1 gada
.editorconfig Slightly improve the media experience (#452) pirms 5 gadiem
.env.sample Set default RUST_LOG to info pirms 3 gadiem
.envrc Add Nix development shell pirms 12 mēnešiem
.gitignore Add Nix development shell pirms 12 mēnešiem
CHANGELOG.md Add changelogs [skip ci] pirms 1 gada
CODE_OF_CONDUCT.md Update some documents (#616) pirms 5 gadiem
Cargo.lock Update rust-s3 dependency and move Cargo.toml dependencies pirms 12 mēnešiem
Cargo.toml Add support for uploading media files to S3 pirms 12 mēnešiem
Dockerfile Remove unnecessary trick pirms 1 gada
Dockerfile.dev Revert "Remove unused diesel_cli from Docker env image" pirms 3 gadiem
LICENSE Add a license (AGPLv3) pirms 6 gadiem
README.md Change default branch to main pirms 2 gadiem
build.rs Follow rsass API change pirms 2 gadiem
crowdin.yml cargo release helper (again) (#835) pirms 3 gadiem
diesel.toml add sqlite migrations pirms 6 gadiem
flake.lock try (and fail) to build with Nix pirms 12 mēnešiem
flake.nix fix plume-cli pirms 12 mēnešiem
release.toml Fix release.toml pirms 2 gadiem
rust-toolchain Update Rust pirms 1 gada

README.md

Plume's logo Plume

CircleCI Code coverage Docker Pulls Liberapay patrons

WebsiteDocumentationContributeInstances list

Plume is a federated blogging engine, based on ActivityPub. It is written in Rust, with the Rocket framework, and Diesel to interact with the database. The front-end uses Ructe templates, WASM and SCSS.

Features

A lot of features are still missing, but what is already here should be quite stable. Current and planned features include:

  • A blog-centric approach: you can create as much blogs as you want with your account, to keep your different publications separated.
  • Media management: you can upload pictures to illustrate your articles, but also audio files if you host a podcast, and manage them all from Plume.
  • Federation: Plume is part of a network of interconnected websites called the Fediverse. Each of these websites (often called instances) have their own rules and thematics, but they can all communicate with each other.
  • Collaborative writing: invite other people to your blogs, and write articles together. (Not implemented yet, but will be in 1.0)

Get involved

If you want to have regular news about the project, the best place is probably our blog, or our Matrix room: #plume-blog:matrix.org.

If you want to contribute more, a good first step is to read our contribution guides. We accept all kind of contribution:

But this list is not exhaustive and if you want to contribute differently you are welcome too!

As we want the various spaces related to the project (GitHub, Matrix, Loomio, etc) to be as safe as possible for everyone, we adopted a code of conduct. Please read it and make sure you accept it before contributing.

Starting your own instance

We provide various way to install Plume: from source, with pre-built binaries, with Docker or with YunoHost. For detailed explanations, please refer to the documentation.