From 5ae2d23316f078b3e3bbcc42382ee78e49911fec Mon Sep 17 00:00:00 2001 From: Midou36O Date: Sun, 22 Oct 2023 17:54:46 +0100 Subject: [PATCH] Change safetwitch API port from 5071 to 5072. --- privfrontends/compose/safetwitch/compose.yml.j2 | 3 ++- privfrontends/templates/Caddyfile.j2 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/privfrontends/compose/safetwitch/compose.yml.j2 b/privfrontends/compose/safetwitch/compose.yml.j2 index 180ae50..1179ae7 100644 --- a/privfrontends/compose/safetwitch/compose.yml.j2 +++ b/privfrontends/compose/safetwitch/compose.yml.j2 @@ -12,7 +12,8 @@ services: backend: image: codeberg.org/dragongoose/safetwitch-backend ports: - - "5071:7000" + - "5072:7000" + # Something is using 5071, so I went ahead and changed it to 5072. environment: - PORT=7000 - URL=https://api.safetwitch.{{server_prefix}}.projectsegfau.lt diff --git a/privfrontends/templates/Caddyfile.j2 b/privfrontends/templates/Caddyfile.j2 index 80d0188..90f7996 100644 --- a/privfrontends/templates/Caddyfile.j2 +++ b/privfrontends/templates/Caddyfile.j2 @@ -180,7 +180,8 @@ safetwitch.{{ server_prefix }}.projectsegfau.lt safetwitch.projectsegfau.lt tw.p import torloc safetwitch } api.safetwitch.{{ server_prefix }}.projectsegfau.lt { - reverse_proxy :5071 + reverse_proxy :5072 + # Something is taking the port 5071, I've went ahead and changed it to 5072 temporarily, can be permanently kept. } hyperpipe.{{ server_prefix }}.projectsegfau.lt hyperpipe.projectsegfau.lt hp.psf.lt hp.{{ server_prefix }}.psf.lt { import def