From f21376a9054259faec21f5d7734af42b7a7fcbd8 Mon Sep 17 00:00:00 2001
From: Alexandre Iooss <erdnaxe@crans.org>
Date: Wed, 27 Oct 2021 09:29:18 +0200
Subject: [PATCH] reverseproxy: update rules

Drop phabricator and med
Add galene-token
Redirect pot-vieux to perso.crans.org
---
 group_vars/reverseproxy.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/group_vars/reverseproxy.yml b/group_vars/reverseproxy.yml
index 239e51ad..1ab0f6ed 100644
--- a/group_vars/reverseproxy.yml
+++ b/group_vars/reverseproxy.yml
@@ -29,6 +29,7 @@ glob_reverseproxy:
     - {from: ftps.crans.org, to: 172.16.10.113}
     - {from: ethercalc.crans.org, to: "172.16.10.133:8000"}
     - {from: framadate.crans.org, to: 172.16.10.109}
+    - {from: galene-token.crans.org, to: "172.16.10.115:3000"}
     - {from: grafana.crans.org, to: "172.16.10.121:3000"}
     - {from: hedgedoc.crans.org, to: "172.16.10.128:3000"}
     - {from: horde.crans.org, to: 172.16.10.108}
@@ -49,9 +50,7 @@ glob_reverseproxy:
     # Zamok
     - {from: amap.crans.org, to: 172.16.10.31}
     - {from: bonvivens.crans.org, to: 172.16.10.31}
-    - {from: med.crans.org, to: 172.16.10.31}
     - {from: perso.crans.org, to: 172.16.10.31}
-    - {from: pot-vieux.crans.org, to: 172.16.10.31}
 
   redirect_sites:
     - {from: crans.org, to: www.crans.org}
@@ -60,6 +59,7 @@ glob_reverseproxy:
     - {from: adopteunpingouin.crans.org, to: install-party.crans.org}
     - {from: clubs.crans.org, to: perso.crans.org}
     - {from: i-p.crans.org, to: install-party.crans.org}
+    - {from: pot-vieux.crans.org, to: perso.crans.org/club-vieux}
 
     # To the wiki
     - {from: television.crans.org, to: wiki.crans.org/CransTv}
-- 
GitLab