summaryrefslogtreecommitdiff
path: root/data/instances.php
diff options
context:
space:
mode:
authorlolcat <will@lolcat.ca>2023-11-07 08:04:56 -0500
committerlolcat <will@lolcat.ca>2023-11-07 08:04:56 -0500
commit785452873f0ee0a27fc157b482b7551560f0282d (patch)
tree4c70e240031ed3868425ca683c83ebfd378a9159 /data/instances.php
parent64b090ee058953aed2246967332c7f0b6623cd8f (diff)
fix typo
Diffstat (limited to 'data/instances.php')
-rw-r--r--data/instances.php62
1 files changed, 0 insertions, 62 deletions
diff --git a/data/instances.php b/data/instances.php
deleted file mode 100644
index d7c26e0..0000000
--- a/data/instances.php
+++ /dev/null
@@ -1,62 +0,0 @@
-<?php
-
-// this file exists to separate instance data from the actual about page
-// HTML, and to make it easier to add/modify instances cleanly.
-
-$instancelist = [
- [
- "name" => "lolcat's instance (master)",
- "address" => [
- "uri" => "https://4get.ca/",
- "displayname" => "4get.ca"
- ],
- "altaddresses" => [
- [
- // all these address blocks will be linked in parentheses
- // e.g. 4get.ca (tor) (i2p) etc.
- "uri" => "http://4getwebfrq5zr4sxugk6htxvawqehxtdgjrbcn2oslllcol2vepa23yd.onion",
- "displayname" => "tor"
- ]
- ]
- ],
- [
- "name" => "zzls's Chilean instance",
- "address" => [
- "uri" => "https://4get.zzls.xyz/",
- "displayname" => "4get.zzls.xyz"
- ],
- "altaddresses" => [
- [
- "uri" => "http://4get.zzlsghu6mvvwyy75mvga6gaf4znbp3erk5xwfzedb4gg6qqh2j6rlvid.onion",
- "displayname" => "tor"
- ]
- ]
- ],
- [
- "name" => "zzls's United States instance",
- "address" => [
- "uri" => "https://4getus.zzls.xyz/",
- "displayname" => "4getus.zzls.xyz"
- ],
- "altaddresses" => [
- [
- "uri" => "http://4getus.zzlsghu6mvvwyy75mvga6gaf4znbp3erk5xwfzedb4gg6qqh2j6rlvid.onion",
- "displayname" => "tor"
- ]
- ]
- ],
- [
- "name" => "4get on a silly computer",
- "address" => [
- "uri" => "https://4get.silly.computer",
- "displayname" => "4get.silly.computer"
- ],
- "altaddresses" => [
- [
- "uri" => "https://4get.cynic.moe/",
- "displayname" => "fallback domain"
- ]
- ]
- ]
-]
-?>