From eb50484e5d17d920d6f2d627f394be5c035356be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@debian.org> Date: Thu, 7 Oct 2021 13:08:58 -0400 Subject: [PATCH] unlink authenticated and complex services We keep link as code so that it's still visible, but not as a link so it doesn't break link checkers. --- service.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/service.md b/service.md index 2d861527..a177e938 100644 --- a/service.md +++ b/service.md @@ -21,15 +21,15 @@ Those are services managed by TPA directly. | [drbd][] | disk redundancy | N/A | TPA | 10% | N/A | | email | forward @torproject.org emails | N/A | TPA | 0% | LDAP, Puppet | | [ganeti][] | virtual machine hosting | N/A | TPA | 90% | no | -| [grafana][] | metrics dashboard, pretty graphs | <https://grafana.torproject.org> | TPA, anarcat | 10% | [Puppet](https://gitlab.torproject.org/tpo/tpa/team/-/issues/40124) | +| [grafana][] | metrics dashboard, pretty graphs | `https://grafana.torproject.org` | TPA, anarcat | 10% | [Puppet](https://gitlab.torproject.org/tpo/tpa/team/-/issues/40124) | | [ipsec][] | VPN | N/A | TPA | 30% | Puppet | | [kvm][] | virtual machine hosting | N/A | TPA, weasel, anarcat | 20% | no | | [ldap][] | host and user directory | <https://db.torproject.org> | TPA | 90% | yes | | [logging][] | centralized logging | N/A | TPA | 10% | no | -| [nagios][] | alerting | <https://nagios.torproject.org> | TPA | 5% | Puppet and on-server | +| [nagios][] | alerting | `https://nagios.torproject.org` | TPA | 5% | Puppet and on-server | | [openstack][] | virtual machine hosting | N/A | TPA | 30% | yes | | [postgresql][] | database service | N/A | TPA | 80% | no | -| [prometheus][] | metrics collection and monitoring | <https://prometheus.torproject.org/> | TPA, anarcat | 90% | no | +| [prometheus][] | metrics collection and monitoring | `https://prometheus.torproject.org/` | TPA, anarcat | 90% | no | | [puppet][] | configuration management | `puppet.torproject.org` | TPA | 100% | yes | | [static-component][] | static site mirroring | N/A | TPA | 90% | LDAP | | [static-shim][] | static site / GitLab shim | N/A | TPA | | no | @@ -85,10 +85,10 @@ The Service Admins maintain the following list of Tor Services. | [BBB][] | Video and audio conference system | <https://tor.meet.coop> | gaba, gus | - | yes | | [blog][] | Weblog site | <https://blog.torproject.org/> | anarcat, gus | 1% | yes | | [bridgedb][] | web application and email responder to learn bridge addresses | <https://bridges.torproject.org/> | cohosh, meskio | 20% | no | -| [bridgestrap][] | service to tests bridges | <https://bridges.torproject.org/status> | cohosh, meskio | 20% | no | +| [bridgestrap][] | service to tests bridges | `https://bridges.torproject.org/status` | cohosh, meskio | 20% | no | | [btcpayserver][] | BTCpayserver | <https://btcpay.torproject.net/> | asn, sue | 90% | yes? | | [check][] | Web app to check if we're using tor | <https://check.torproject.org> | arlolra | 90% | LDAP | -| [CRM][] | Donation management | <https://crm.torproject.org> | openflows | 5% | yes | +| [CRM][] | Donation management | `https://crm.torproject.org` | openflows | 5% | yes | | [collector][] | Collects Tor network data and makes it available | collector{1,2}.torproject.org | irl | ? | ? | | [dangerzone][] | Sanitize untrusted documents | N/A | anarcat, kez | 100% | LDAP, Nextcloud | | [debian archive][] | Debian package repository | <https://deb.torproject.org> | weasel | 20% | LDAP | -- GitLab