78b1d12c7c
[ci skip]
20 lines
745 B
Markdown
20 lines
745 B
Markdown
# selfoss
|
|
|
|
[![Build Status](https://drone.autonomic.zone/api/badges/compose-stacks/selfoss/status.svg)](https://drone.autonomic.zone/compose-stacks/selfoss)
|
|
|
|
[Selfoss] RSS reader using Coöp Cloud ♥
|
|
|
|
1. Set up Docker Swarm and [`abra`]
|
|
2. Deploy [`compose-stacks/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`)
|
|
6. `abra secret_generate db_password v1`
|
|
7. `abra deploy`
|
|
9. Open the configured domain in your browser to finish set-up
|
|
|
|
[Selfoss]: https://www.selfoss.aditu.de/
|
|
[`abra`]: https://git.autonomic.zone/autonomic-cooperative/abra
|
|
[`compose-stacks/traefik`]: https://git.autonomic.zone/compose-stacks/traefik
|