diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ea8c4bf --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/target diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/jsonSchemas.xml b/.idea/jsonSchemas.xml new file mode 100644 index 0000000..a3ecdea --- /dev/null +++ b/.idea/jsonSchemas.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/listgen.iml b/.idea/listgen.iml new file mode 100644 index 0000000..c254557 --- /dev/null +++ b/.idea/listgen.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..4287be7 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/listing.yaml b/listing.yaml index 0958e9d..12e3fbe 100644 --- a/listing.yaml +++ b/listing.yaml @@ -166,3 +166,87 @@ services: host: core-pi backups: daily admins: [ "core" ] + - name: CryptPad + software: cryptpad + public: true + url: "https://pad.e3t.cc" + host: core-pi + backups: "Every 6 hours" + admins: [ "core" ] + - name: Pterodactyl + software: pterodactyl + public: false + url: "https://panel.e3t.cc" + host: central2 + backups: "Never" + admins: [ "core" ] + - name: VaultWarden + software: vaultwarden + public: true + url: "https://vault.e3t.cc" + host: east1 + backups: "Never" + admins: ["core"] + - name: e3t Mail Servers + software: Redacted for security + public: false + url: Redacted for security + host: Redacted for security + backups: "Daily" + admins: ["core"] + - name: Sourcehut + software: metasrht + public: true + url: "https://meta.e3t.cc" + host: "sourcehutvm @ cluster0" + backups: "Daily" + admins: ["core"] + - name: Sourcehut Git + software: gitsrht + public: true + url: "https://git.e3t.cc" + host: "sourcehutvm @ cluster0" + backups: "Daily" + admins: ["core"] + - name: Sourcehut Lists + software: listssrht + public: true + url: "https://lists.e3t.cc" + host: "sourcehutvm @ cluster0" + backups: "Daily" + admins: ["core"] + - name: Sourcehut Todo + software: todosrht + public: true + url: "https://todo.e3t.cc" + host: "sourcehutvm @ cluster0" + backups: "Daily" + admins: ["core"] + - name: Sourcehut Manual + software: mansrht + public: true + url: "https://man.e3t.cc" + host: "sourcehutvm @ cluster0" + backups: "Daily" + admins: ["core"] + - name: Sourcehut Builds + software: buildssrht + public: false + url: "https://builds.e3t.cc" + host: "sourcehutvm @ cluster0" + backups: "Daily" + admins: ["core"] + - name: Sourcehut Paste + software: pastesrht + public: true + url: "https://paste.e3t.cc" + host: "sourcehutvm @ cluster0" + backups: "Daily" + admins: ["core"] + - name: Zulip Chat + software: zulip + public: true + url: "https://zulip.e3t.cc" + host: central2 + backups: "Never" + admins: ["core"] \ No newline at end of file diff --git a/services.html b/services.html index 6455056..3a5b3ef 100644 --- a/services.html +++ b/services.html @@ -1 +1 @@ -e3team Services

e3team-hosted servers

e3team hosts many services on it's servers around the globe. Many are public. Following is a list of them all:

NameSoftwarePublic?Public URLHosted OnBacked UpPrimary Admin(s)
MatrixsynapseYese3t.cccore-pidailycore

Generated automatically by e3t-listgen from listing.yaml.

View our server list \ No newline at end of file +e3team Services

e3team-hosted servers

e3team hosts many services on it's servers around the globe. Many are public. Following is a list of them all:

NameSoftwarePublic?Public URLHosted OnBacked UpPrimary Admin(s)
MatrixsynapseYese3t.cccore-pidailycore
CryptPadcryptpadYeshttps://pad.e3t.cccore-piEvery 6 hourscore
PterodactylpterodactylNohttps://panel.e3t.cccentral2Nevercore
VaultWardenvaultwardenYeshttps://vault.e3t.cceast1Nevercore
e3t Mail ServersRedacted for securityNoRedacted for securityRedacted for securityDailycore
SourcehutmetasrhtYeshttps://meta.e3t.ccsourcehutvm @ cluster0Dailycore
Sourcehut GitgitsrhtYeshttps://git.e3t.ccsourcehutvm @ cluster0Dailycore
Sourcehut ListslistssrhtYeshttps://lists.e3t.ccsourcehutvm @ cluster0Dailycore
Sourcehut TodotodosrhtYeshttps://todo.e3t.ccsourcehutvm @ cluster0Dailycore
Sourcehut ManualmansrhtYeshttps://man.e3t.ccsourcehutvm @ cluster0Dailycore
Sourcehut BuildsbuildssrhtNohttps://builds.e3t.ccsourcehutvm @ cluster0Dailycore
Sourcehut PastepastesrhtYeshttps://paste.e3t.ccsourcehutvm @ cluster0Dailycore
Zulip ChatzulipYeshttps://zulip.e3t.cccentral2Nevercore

Generated automatically by e3t-listgen from listing.yaml.

View our server list \ No newline at end of file