Merge branch 'master' into master

This commit is contained in:
sarmonsiill 2022-09-26 17:10:45 +00:00
commit bb36af17ea
2 changed files with 1 additions and 39 deletions

View File

@ -52,7 +52,7 @@
<div class="list-group">
<?php
$repos = json_decode(file_get_contents("https://tildegit.org/api/v1/orgs/tildeverse/repos") ?? []);
$repos = json_decode(file_get_contents("https://tildegit.org/api/v1/orgs/tildeverse/repos?limit=100") ?? []);
usort($repos, function ($repo1, $repo2) {
return $repo2->updated_at <=> $repo1->updated_at;
});

View File

@ -68,21 +68,6 @@
}
]
},
{
"description": "envs.net is a minimalist, non-commercial shared linux system and will always be free to use. - located in germany",
"link": "https://envs.net",
"gopher": "envs.net",
"name": "envs",
"created": "2018-08-11T22:21:07Z",
"channel": "",
"os": "debian",
"sysadmins": [
{
"name": "creme",
"link": "https://envs.net/~creme/"
}
]
},
{
"description": "A small but growing community of people sharing a computer and talking about the intersection of the human experience and the forces of nature",
"link": "https://heathens.club",
@ -128,29 +113,6 @@
}
]
},
{
"description": "thunix offers Shell (SSH) accounts, Web Hosting, Email Accounts, and many other things to people free of charge.",
"link": "https://www.thunix.net",
"gopher": "thunix.net",
"name": "thunix",
"created": "2019-02-10T03:13:23Z",
"channel": "#thunix",
"os": "debian stable",
"sysadmins": [
{
"name": "fosslinux",
"link": "https://www.thunix.net/~fosslinux"
},
{
"name": "naglfar",
"link": "https://www.thunix.net/~naglfar"
},
{
"name": "ubergeek",
"link": "https://www.thunix.net/~ubergeek"
}
]
},
{
"description": "tilde.club is not a social network it is one tiny totally standard unix computer that people respectfully use together in their shared quest to build awesome web pages",
"link": "https://tilde.club",