rblog

Crates.iorblog
lib.rsrblog
version0.278.0
created_at2020-03-11 07:12:45.151294+00
updated_at2025-04-16 05:05:26.788866+00
descriptionBlog app
homepage
repositoryhttps://github.com/prabirshrestha/rblog
max_upload_size
id217469
size348,306
Prabir Shrestha (prabirshrestha)

documentation

README

rblog

Blog engine written in rust.

Installing

cargo install rblog

Running from source code

git clone https://github.com/prabirshrestha/rblog.git
cargo run

Running from source with listenfd

cargo install systemfd
systemfd --no-pid -s http::8080 -- cargo watch -x 'run'

Running in docker

Running tagged docker image

docker run -v ./posts:/data/posts -v ./blog.conf:/data/blog.yaml -p 8080:8080 prabirshrestha/rblog:v0.264.0

Running latest docker image

docker run -v ./posts:/data/posts -v ./blog.conf:/data/blog.yaml -p 8080:8080 prabirshrestha/rblog:latest

Running nightly docker image

docker run -v ./posts:/data/posts -v ./blog.conf:/data/blog.yaml -p 8080:8080 prabirshrestha/rblog:nightly

For demos ignore the volume mappings.

docker run -p 8080:8080 prabirshrestha/rblog:nightly

License

MIT

Commit count: 691

cargo fmt