From 25113ff257793b7c1a74b08505ace2bf4810d3e4 Mon Sep 17 00:00:00 2001
From: Blallo <blallo@autistici.org>
Date: Wed, 4 Jan 2023 23:10:02 +0100
Subject: [PATCH] Revert "Proxy to the FE the proxy65 port"

This reverts commit 108593d7b65eb66ae48eddb13bec04a824b24066.
---
 roles/prosody/templates/prosody.cfg.lua.j2 | 4 +---
 services.im.yml                            | 3 ---
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/roles/prosody/templates/prosody.cfg.lua.j2 b/roles/prosody/templates/prosody.cfg.lua.j2
index f6276661..f2f75c79 100644
--- a/roles/prosody/templates/prosody.cfg.lua.j2
+++ b/roles/prosody/templates/prosody.cfg.lua.j2
@@ -83,14 +83,12 @@ default_archive_policy = true
 -- Standard ports
 c2s_ports = {5222}
 s2s_ports = {5269}
-proxy65_ports = {5000}
 
 -- PROXY protocol ports
 proxy_port_mappings = {
   [15222] = "c2s",
   [15269] = "s2s",
-  [15280] = "http",
-  [15000] = "proxy65"
+  [15280] = "http"
 }
 
 proxy_trusted_proxies = {
diff --git a/services.im.yml b/services.im.yml
index 72095cd0..f766cb56 100644
--- a/services.im.yml
+++ b/services.im.yml
@@ -13,7 +13,6 @@ jabber:
         - 5269
         - 5280
         - 5282
-        - 15000
         - 15222
         - 15269
         - 15280
@@ -39,8 +38,6 @@ jabber:
     - name: prosody
       use_proxy_protocol: true
       ports:
-        - internal: 15000
-          public: 5000
         - internal: 15222
           public: 5222
         - internal: 15269
-- 
GitLab