The multipurpose rss reader, live stream, mashup, aggregation web application https://selfoss.aditu.de/
Go to file
3wc 9315f322fb
continuous-integration/drone/push Build is passing Details
Fix embarrassing mass-typo 😳
2020-12-31 23:02:28 +02:00
.drone.yml Set up Drone CI 2020-09-25 16:18:05 +02:00
.env.sample Fix embarrassing mass-typo 😳 2020-12-31 23:02:28 +02:00
.gitignore Initial import 2020-09-22 17:48:14 +02:00
README.md Add CI status to README 2020-09-25 16:22:56 +02:00
compose.postgres.yml Tidy up postgres compose 2020-10-24 20:58:30 +02:00
compose.yml Add (commented-out) Wallabag config 2020-10-24 20:59:56 +02:00
entrypoint.sh.tmpl Add comments and TODOs 2020-09-23 13:53:34 +02:00

README.md

selfoss

Build Status

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
  8. Open the configured domain in your browser to finish set-up