View Source LastCrusader - Indieweb and the Last Crusade
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.
Todo
- [ ] IndieAuth endpoint
- [X] Micropub endpoint
- [ ] Webmentions:
- [X] send webmentions on new posts
- [ ] receive webmentions
- [ ] Webmentions:
- [X] Comment API
Notes to self
- 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)