From 0e88a8cd41b1d8f00a067cab0f9bfff3e77a6f32 Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Tue, 2 Mar 2021 18:38:45 +0200 Subject: [PATCH] Follow new exciting README standard See coop-cloud/organising#31 --- README.md | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index cfd867c..de6afad 100644 --- a/README.md +++ b/README.md @@ -4,24 +4,28 @@ Self hostable application for saving web pages β€’ https://github.com/wallabag/wallabag + +* **Category**: Apps +* **Status**: ❸🍎 +* **Image**: [`wallabag/wallabag`](https://hub.docker.com/r/wallabag/wallabag), βΆπŸ’š, upstream +* **Healthcheck**: No +* **Backups**: No +* **Email**: No +* **Tests**: β·πŸ’› +* **SSO**: No + + ## Basic usage 1. Set up Docker Swarm and [`abra`] 2. Deploy [`compose-stacks/traefik`] -3. `git clone https://git.autonomic.zone/compose-stacks/wallabag.git && cd wallabag` -3. `cp .envrc.sample .envrc` -4. Edit `.envrc` - be sure to change `DOMAIN` to something that resolves to +3. `abra app new wallabag --secrets` +4. `abra app YOURAPPDOMAIN config` - be sure to change `$DOMAIN` to something that resolves to your Docker swarm box -5. `direnv allow` (or `. .envrc`) -6. Generate secrets: -``` -abra secret generate db_password v1 -abra secret generate db_root_password v1 -``` -7. `abra deploy` +5. `abra app YOURAPPDOMAIN deploy` 8. Initialise database ``` -abra run app bash +abra app YOURAPPDOMAIN run app bash cd /var/www/wallabag/ php bin/console wallabag:install --env=prod -n ```