add os field to members.json
parent
345aec38f7
commit
d888ec5c9f
28
members.json
28
members.json
|
@ -5,6 +5,7 @@
|
|||
"link": "https://aussies.space",
|
||||
"name": "aussies.space",
|
||||
"channel": "#aussie",
|
||||
"os": "ubuntu lts",
|
||||
"sysadmins": [
|
||||
[
|
||||
"fosslinux",
|
||||
|
@ -17,6 +18,7 @@
|
|||
"link": "https://cosmic.voyage",
|
||||
"name": "cosmic.voyage",
|
||||
"channel": "#cosmic",
|
||||
"os": "ubuntu",
|
||||
"sysadmins": [
|
||||
[
|
||||
"tomasino",
|
||||
|
@ -24,23 +26,25 @@
|
|||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
{
|
||||
"description": "tilde.center is a public unix server that is focused around decentralization, federation, and home-brewed open source projects.",
|
||||
"link": "https://tilde.center",
|
||||
"name": "tilde.center",
|
||||
"channel": "#center",
|
||||
"sysadmins": [
|
||||
[
|
||||
"aewens",
|
||||
"https://aewens.com"
|
||||
]
|
||||
]
|
||||
"link": "https://tilde.center",
|
||||
"name": "tilde.center",
|
||||
"channel": "#center",
|
||||
"os": "centos",
|
||||
"sysadmins": [
|
||||
[
|
||||
"aewens",
|
||||
"https://aewens.com"
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "thunix offers Shell (SSH) accounts, Web Hosting, Email Accounts, and many other things to people free of charge.",
|
||||
"link": "https://thunix.net",
|
||||
"name": "thunix",
|
||||
"channel": "#thunix",
|
||||
"os": "debian stable",
|
||||
"sysadmins": [
|
||||
[
|
||||
"amcclure",
|
||||
|
@ -61,6 +65,7 @@
|
|||
"link": "http://tilde.institute",
|
||||
"name": "tilde.institute",
|
||||
"channel": "#institute",
|
||||
"os": "openbsd",
|
||||
"sysadmins": [
|
||||
[
|
||||
"ahriman",
|
||||
|
@ -73,6 +78,7 @@
|
|||
"link": "https://tilde.team",
|
||||
"name": "tilde.team",
|
||||
"channel": "#team",
|
||||
"os": "ubuntu lts and freebsd",
|
||||
"sysadmins": [
|
||||
[
|
||||
"ben",
|
||||
|
@ -93,6 +99,7 @@
|
|||
"link": "https://tilde.town",
|
||||
"name": "tilde.town",
|
||||
"channel": "#town",
|
||||
"os": "ubuntu",
|
||||
"sysadmins": [
|
||||
[
|
||||
"vilmibm",
|
||||
|
@ -105,6 +112,7 @@
|
|||
"link": "https://yourtilde.com",
|
||||
"name": "yourtilde.com",
|
||||
"channel": "#yourtilde",
|
||||
"os": "fedora",
|
||||
"sysadmins": [
|
||||
[
|
||||
"deepend",
|
||||
|
|
Loading…
Reference in New Issue