diff --git a/.drone.yml b/.drone.yml index 45af54e..9c1c211 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: diff --git a/compose.yml b/compose.yml index 172a14b..e888ef1 100644 --- a/compose.yml +++ b/compose.yml @@ -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" diff --git a/matrix/client b/matrix/client index 75a2df9..1826d44 100644 --- a/matrix/client +++ b/matrix/client @@ -1 +1 @@ -{"m.homeserver":{"base_url":"https://matrix.lumbung.space/"}} +{"m.homeserver":{"base_url":"https://matrix.cooperative.computer/"}} diff --git a/matrix/matrix.conf b/matrix/matrix.conf index 2a1be38..10ba4fe 100644 --- a/matrix/matrix.conf +++ b/matrix/matrix.conf @@ -1,6 +1,6 @@ server { listen 80 default_server; - server_name lumbung.space; + server_name cooperative.computer; location /.well-known/matrix/ { root /var/www/; diff --git a/matrix/server b/matrix/server index a4e7de0..3c14bec 100644 --- a/matrix/server +++ b/matrix/server @@ -1 +1 @@ -{"m.server": "matrix.lumbung.space:443"} +{"m.server": "matrix.cooperative.computer:443"}