Loading api/v1/services.php +13 −7 Original line number Diff line number Diff line <?php $services = [ ["name" => "Website", "host" => "fachschaft.cl.uni-heidelberg.de", "category" => "public"], ["name" => "Website (Mirror)", "host" => "fsco.li", "category" => "public"], ["name" => "Automation", "host" => "automation.fachschaft.cl.uni-heidelberg.de", "category" => "auth"], ["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" => "Notenrechner", "host" => "notenrechner.fachschaft.cl.uni-heidelberg.de", "category" => "public"], ["name" => "PDF-Tools", "host" => "pdf.fachschaft.cl.uni-heidelberg.de", "category" => "public"], ["name" => "Portal", "host" => "portal.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" => "Tickets", "host" => "tickets.fachschaft.cl.uni-heidelberg.de", "category" => "public"], ["name" => "Todo", "host" => "todo.fachschaft.cl.uni-heidelberg.de", "category" => "public"], ["name" => "Traefik", "host" => "traefik.fachschaft.cl.uni-heidelberg.de", "category" => "auth"], ["name" => "Website", "host" => "fachschaft.cl.uni-heidelberg.de", "category" => "public"], ["name" => "Website (Mirror)", "host" => "fsco.li", "category" => "public"], ["name" => "GitLab", "host" => "gitlab.cl.uni-heidelberg.de", "category" => "public@institute"], ["name" => "Overleaf", "host" => "overleaf.cl.uni-heidelberg.de", "category" => "public@institute"], ["name" => "Mail", "host" => "mail.cl.uni-heidelberg.de", "category" => "public@institute"], ["name" => "Mailinglisten", "host" => "lists.cl.uni-heidelberg.de", "category" => "public@institute"], ["name" => "heiCO", "host" => "heico.uni-heidelberg.de", "category" => "public@uni"], ["name" => "SOGo", "host" => "sogo.uni-heidelberg.de", "category" => "public@uni"], ]; // The browser expects to see a Content-Type indication in the HTTP headers, so we Loading Loading
api/v1/services.php +13 −7 Original line number Diff line number Diff line <?php $services = [ ["name" => "Website", "host" => "fachschaft.cl.uni-heidelberg.de", "category" => "public"], ["name" => "Website (Mirror)", "host" => "fsco.li", "category" => "public"], ["name" => "Automation", "host" => "automation.fachschaft.cl.uni-heidelberg.de", "category" => "auth"], ["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" => "Notenrechner", "host" => "notenrechner.fachschaft.cl.uni-heidelberg.de", "category" => "public"], ["name" => "PDF-Tools", "host" => "pdf.fachschaft.cl.uni-heidelberg.de", "category" => "public"], ["name" => "Portal", "host" => "portal.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" => "Tickets", "host" => "tickets.fachschaft.cl.uni-heidelberg.de", "category" => "public"], ["name" => "Todo", "host" => "todo.fachschaft.cl.uni-heidelberg.de", "category" => "public"], ["name" => "Traefik", "host" => "traefik.fachschaft.cl.uni-heidelberg.de", "category" => "auth"], ["name" => "Website", "host" => "fachschaft.cl.uni-heidelberg.de", "category" => "public"], ["name" => "Website (Mirror)", "host" => "fsco.li", "category" => "public"], ["name" => "GitLab", "host" => "gitlab.cl.uni-heidelberg.de", "category" => "public@institute"], ["name" => "Overleaf", "host" => "overleaf.cl.uni-heidelberg.de", "category" => "public@institute"], ["name" => "Mail", "host" => "mail.cl.uni-heidelberg.de", "category" => "public@institute"], ["name" => "Mailinglisten", "host" => "lists.cl.uni-heidelberg.de", "category" => "public@institute"], ["name" => "heiCO", "host" => "heico.uni-heidelberg.de", "category" => "public@uni"], ["name" => "SOGo", "host" => "sogo.uni-heidelberg.de", "category" => "public@uni"], ]; // The browser expects to see a Content-Type indication in the HTTP headers, so we Loading