diff --git a/services.php b/services.php index dfca577..7fe2394 100644 --- a/services.php +++ b/services.php @@ -9,6 +9,8 @@ $services = [ 'webmail' => ['fa' => 'envelope', 'url' => 'https://mail.tilde.team'], 'cryptpad' => ['fa' => 'sticky-note', 'url' => 'https://pad.tilde.team'], 'pastebin' => ['fa' => 'paste', 'url' => 'https://paste.tilde.team/'], + 'termbin' => ['fa' => 'terminal', 'url' => 'https://bin.tilde.team/'], + 'nullpointer' => ['fa' => 'file-code-o', 'url' => 'https://0x0.tilde.team'], 'gopher' => ['fa' => 'floppy-o', 'url' => 'https://gopher.tilde.team'], ];