Compare commits

...

6 Commits

Author SHA1 Message Date
3wc 416a8cf91e Switch to self-hosted stack-ssh-deploy image [mass update]
continuous-integration/drone/push Build is passing Details
2023-01-21 11:49:56 -08:00
3wc 841de3f767 Fix CI by adding networks: [mass update]
continuous-integration/drone/push Build is passing Details
2023-01-20 11:58:41 -08:00
3wc 0c844a48b3 Automatically generate catalogue on release [mass update]
continuous-integration/drone/push Build is failing Details
Re: coop-cloud/recipes-catalogue-json#4
2023-01-20 10:27:11 -08:00
3wc acf51f5f93 Update abra syntax in examples (finally) [mass update]
continuous-integration/drone/push Build is failing Details
2023-01-19 16:02:27 -08:00
3wc 5164a2abd4 Goodbye, emojis! 😢
[ci skip]
2021-11-23 12:19:05 +02:00
decentral1se b292037248
chore: new major release
continuous-integration/drone/push Build is failing Details
2021-10-08 10:52:16 +02:00
3 changed files with 21 additions and 13 deletions

View File

@ -3,10 +3,12 @@ kind: pipeline
name: deploy to swarm-test.autonomic.zone
steps:
- name: deployment
image: decentral1se/stack-ssh-deploy:latest
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
settings:
host: swarm-test.autonomic.zone
stack: keyoxide
networks:
- proxy
purge: true
deploy_key:
from_secret: drone_ssh_swarm_test
@ -19,11 +21,17 @@ trigger:
- main
---
kind: pipeline
name: recipe release
name: generate recipe catalogue
steps:
- name: release a new version
image: thecoopcloud/drone-abra:latest
image: plugins/downstream
settings:
command: recipe keyoxide release
deploy_key:
from_secret: abra_bot_deploy_key
server: https://build.coopcloud.tech
token:
from_secret: drone_abra-bot_token
fork: true
repositories:
- coop-cloud/auto-recipes-catalogue-json
trigger:
event: tag

View File

@ -6,12 +6,12 @@ A modern, secure and privacy-friendly platform to establish your decentralized o
<!-- metadata -->
* **Category**: Apps
* **Status**: ❷💛
* **Image**: [`keyoxide/keyoxide`](https://hub.docker.com/r/keyoxide/keyoxide), ❶💚, upstream
* **Status**: 2, beta
* **Image**: [`keyoxide/keyoxide`](https://hub.docker.com/r/keyoxide/keyoxide), 4, upstream
* **Healthcheck**: Yes
* **Backups**: No
* **Email**: N/A
* **Tests**: ❷💛
* **Tests**: 2
* **SSO**: N/A
<!-- endmetadata -->
@ -21,9 +21,9 @@ A modern, secure and privacy-friendly platform to establish your decentralized o
2. Deploy [`coop-cloud/traefik`]
3. `abra app new keyoxide --secrets` (optionally with `--pass` if you'd like
to save secrets in `pass`)
4. `abra app YOURAPPDOMAIN config` - be sure to change `DOMAIN` to something that resolves to
4. `abra app config YOURAPPDOMAIN` - be sure to change `DOMAIN` to something that resolves to
your Docker swarm box
5. `abra app YOURAPPDOMAIN deploy`
5. `abra app deploy YOURAPPDOMAIN`
6. Open the configured domain in your browser to finish set-up
[`abra`]: https://git.autonomic.zone/autonomic-cooperative/abra

View File

@ -1,7 +1,7 @@
version: "3.8"
services:
app:
image: keyoxide/keyoxide:2.5.0
image: keyoxide/keyoxide:3.0.0
networks:
- proxy
deploy:
@ -13,7 +13,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=1.0.0+2.5.0"
- "coop-cloud.${STACK_NAME}.version=2.0.0+3.0.0"
networks:
proxy:
external: true