This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
selfoss/README.md

21 lines
716 B
Markdown
Raw Normal View History

2020-09-22 15:48:14 +00:00
# selfoss
[Selfoss][selfoss] RSS reader using Coöp Cloud ♥
NOTE: this set-up currently has NO AUTHENTICATION and is probably not ready for
production use.
1. Set up Docker Swarm and [`abra`][abra]
2. Deploy [`compose-stacks/traefik`][compose-traefik]
3. `cp .envrc.sample .envrc`
4. Edit `.envrc` - be sure to change `$DOMAIN` to something that resolves to
your Docker swarm box
5. `direnv allow` (or `. .envrc`)
2020-09-23 12:21:22 +00:00
6. `abra secret_generate db_password v1`
7. `abra deploy`
9. Open the configured domain in your browser to finish set-up
2020-09-22 15:48:14 +00:00
[selfoss]: https://www.selfoss.aditu.de/
[abra]: https://git.autonomic.zone/autonomic-cooperative/abra
[compose-traefik]: https://git.autonomic.zone/compose-stacks/traefik