An Indieweb server taylored mainly for my needs, but I hope easily configurable for yours.
- Your content is yours
- You are better connected
- You are in control
Requires at least Elixir 13.0 with OTP 24.
Works fine with latest Elixir/OTP, including OTP 26.
- IndieAuth endpoint
- Micropub endpoint
- Webmentions:
- send webmentions on new posts
- receive webmentions
- Webmentions:
- Comment API
- run tests:
mix test
- run locally:
iex -S mix
- install git hooks locally:
mix git_hooks.install
- make a release:
MIX_ENV=prod mix release
or with personal secretsMIX_ENV=perso mix release
- make a release that targets a debian:
./debian_release.sh
(uses docker)