Loading api/v1/services.php +8 −6 Original line number Diff line number Diff line Loading @@ -2,16 +2,18 @@ $services = [ ["name" => "Website", "host" => "fachschaft.cl.uni-heidelberg.de", "category" => "public"], ["name" => "Tickets", "host" => "tickets.fachschaft.cl.uni-heidelberg.de", "category" => "public"], ["name" => "Finanzen", "host" => "finanzen.fachschaft.cl.uni-heidelberg.de", "category" => "down"], ["name" => "Todo", "host" => "todo.fachschaft.cl.uni-heidelberg.de", "category" => "public"], ["name" => "Website (Mirror)", "host" => "fsco.li", "category" => "public"], ["name" => "Framadate", "host" => "framadate.fachschaft.cl.uni-heidelberg.de", "category" => "public"], ["name" => "Inventar", "host" => "inventar.fachschaft.cl.uni-heidelberg.de", "category" => "public"], ["name" => "Automation", "host" => "automation.fachschaft.cl.uni-heidelberg.de", "category" => "auth"], ["name" => "PDF-Tools", "host" => "pdf.fachschaft.cl.uni-heidelberg.de", "category" => "public"], ["name" => "Protokolle", "host" => "protokolle.fachschaft.cl.uni-heidelberg.de", "category" => "public"], ["name" => "Protokolle", "host" => "protokolle.fachschaft.cl.uni-heidelberg.de", "category" => "public"], ["name" => "Todo", "host" => "todo.fachschaft.cl.uni-heidelberg.de", "category" => "public"], ["name" => "Tickets", "host" => "tickets.fachschaft.cl.uni-heidelberg.de", "category" => "public"], ["name" => "Tacos", "host" => "tacos.cl.uni-heidelberg.de", "category" => "public"], ["name" => "Notenrechner", "host" => "notenrechner.fachschaft.cl.uni-heidelberg.de", "category" => "public"], ["name" => "Automation", "host" => "automation.fachschaft.cl.uni-heidelberg.de", "category" => "auth"], ["name" => "Traefik", "host" => "traefik.fachschaft.cl.uni-heidelberg.de", "category" => "auth"], ["name" => "Grafana", "host" => "grafana.fachschaft.cl.uni-heidelberg.de", "category" => "down"], ["name" => "Planet", "host" => "planet.fachschaft.cl.uni-heidelberg.de", "category" => "down"], ]; // The browser expects to see a Content-Type indication in the HTTP headers, so we Loading Loading
api/v1/services.php +8 −6 Original line number Diff line number Diff line Loading @@ -2,16 +2,18 @@ $services = [ ["name" => "Website", "host" => "fachschaft.cl.uni-heidelberg.de", "category" => "public"], ["name" => "Tickets", "host" => "tickets.fachschaft.cl.uni-heidelberg.de", "category" => "public"], ["name" => "Finanzen", "host" => "finanzen.fachschaft.cl.uni-heidelberg.de", "category" => "down"], ["name" => "Todo", "host" => "todo.fachschaft.cl.uni-heidelberg.de", "category" => "public"], ["name" => "Website (Mirror)", "host" => "fsco.li", "category" => "public"], ["name" => "Framadate", "host" => "framadate.fachschaft.cl.uni-heidelberg.de", "category" => "public"], ["name" => "Inventar", "host" => "inventar.fachschaft.cl.uni-heidelberg.de", "category" => "public"], ["name" => "Automation", "host" => "automation.fachschaft.cl.uni-heidelberg.de", "category" => "auth"], ["name" => "PDF-Tools", "host" => "pdf.fachschaft.cl.uni-heidelberg.de", "category" => "public"], ["name" => "Protokolle", "host" => "protokolle.fachschaft.cl.uni-heidelberg.de", "category" => "public"], ["name" => "Protokolle", "host" => "protokolle.fachschaft.cl.uni-heidelberg.de", "category" => "public"], ["name" => "Todo", "host" => "todo.fachschaft.cl.uni-heidelberg.de", "category" => "public"], ["name" => "Tickets", "host" => "tickets.fachschaft.cl.uni-heidelberg.de", "category" => "public"], ["name" => "Tacos", "host" => "tacos.cl.uni-heidelberg.de", "category" => "public"], ["name" => "Notenrechner", "host" => "notenrechner.fachschaft.cl.uni-heidelberg.de", "category" => "public"], ["name" => "Automation", "host" => "automation.fachschaft.cl.uni-heidelberg.de", "category" => "auth"], ["name" => "Traefik", "host" => "traefik.fachschaft.cl.uni-heidelberg.de", "category" => "auth"], ["name" => "Grafana", "host" => "grafana.fachschaft.cl.uni-heidelberg.de", "category" => "down"], ["name" => "Planet", "host" => "planet.fachschaft.cl.uni-heidelberg.de", "category" => "down"], ]; // The browser expects to see a Content-Type indication in the HTTP headers, so we Loading