Update for cooperative.computer
continuous-integration/drone/push Build is failing Details
continuous-integration/drone Build is failing Details

This commit is contained in:
3wc 2023-04-13 12:30:27 -04:00
parent fc4afc2165
commit 01ba244bcf
5 changed files with 6 additions and 6 deletions

View File

@ -1,9 +1,9 @@
---
kind: pipeline
name: deploy to swarm.autonomic.zone
name: deploy to cooperative.computer
steps:
- name: deployment
image: decentral1se/stack-ssh-deploy:0.0.1
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
settings:
stack: well-known-uris
deploy_key:

View File

@ -22,7 +22,7 @@ services:
labels:
- "traefik.enable=true"
- "traefik.http.services.well-known-uris.loadbalancer.server.port=80"
- "traefik.http.routers.well-known-uris.rule=(Host(`lumbung.space`) && PathPrefix(`/.well-known`))"
- "traefik.http.routers.well-known-uris.rule=(Host(`cooperative.computer`) && PathPrefix(`/.well-known`))"
- "traefik.http.routers.well-known-uris.entrypoints=web-secure"
- "traefik.http.routers.well-known-uris.tls.certresolver=production"

View File

@ -1 +1 @@
{"m.homeserver":{"base_url":"https://matrix.lumbung.space/"}}
{"m.homeserver":{"base_url":"https://matrix.cooperative.computer/"}}

View File

@ -1,6 +1,6 @@
server {
listen 80 default_server;
server_name lumbung.space;
server_name cooperative.computer;
location /.well-known/matrix/ {
root /var/www/;

View File

@ -1 +1 @@
{"m.server": "matrix.lumbung.space:443"}
{"m.server": "matrix.cooperative.computer:443"}