Kevin Mok
5 years ago
6 changed files with 142 additions and 99 deletions
-
24assets/sass/main.scss
-
11content/server/_index.md
-
18ideas.md
-
6layouts/server/single.html
-
58static/server-apps.json
-
26static/server-table.js
@ -1,7 +1,14 @@ |
|||
--- |
|||
title: "Server" |
|||
date: 2019-09-21 |
|||
title: "Server Apps" |
|||
date: 2019-09-22 |
|||
draft: false |
|||
layout: single |
|||
js: ["server-table"] |
|||
--- |
|||
Here is a list of apps that I am running a my [DigitalOcean |
|||
droplet][do-droplet] along with their statuses, which are updated |
|||
every hour using [this Node.js script][update-script]. |
|||
|
|||
[do-droplet]: https://www.digitalocean.com/products/droplets/ |
|||
[update-script]: |
|||
https://git.kevin-mok.com/Kevin-Mok/server-pages/src/branch/master/server-status.js |
@ -1,74 +1,78 @@ |
|||
[ |
|||
{ |
|||
"status": "up", |
|||
"sites": [ |
|||
{ |
|||
"shortUrl": "kevin-mok.com", |
|||
"url": "https://kevin-mok.com", |
|||
"siteTitle": " Kevin Mok ", |
|||
"description": "Personal site (this site).", |
|||
"repo": "Kevin-Mok/my-site", |
|||
"repoUrl": "https://git.kevin-mok.com/Kevin-Mok/my-site" |
|||
"repoUrl": "https://git.kevin-mok.com/Kevin-Mok/my-site", |
|||
"status": "up" |
|||
}, |
|||
{ |
|||
"status": "up", |
|||
"shortUrl": "git.kevin-mok.com", |
|||
"url": "https://git.kevin-mok.com", |
|||
"siteTitle": "Kevin Mok's Gitea", |
|||
"description": "Lightweight Git server.", |
|||
"repo": "go-gitea/gitea", |
|||
"repoUrl": "https://github.com/go-gitea/gitea" |
|||
"repoUrl": "https://github.com/go-gitea/gitea", |
|||
"status": "up" |
|||
}, |
|||
{ |
|||
"status": "up", |
|||
"shortUrl": "cal.khkm.tk", |
|||
"url": "https://cal.khkm.tk", |
|||
"siteTitle": "Baïkal server", |
|||
"siteTitle": "Baïkal server", |
|||
"description": "CalDAV/CardDAV server.", |
|||
"repo": "sabre-io/Baikal", |
|||
"repoUrl": "https://github.com/sabre-io/Baikal" |
|||
"repoUrl": "https://github.com/sabre-io/Baikal", |
|||
"status": "up" |
|||
}, |
|||
{ |
|||
"status": "up", |
|||
"shortUrl": "matrix.ataraxy.tk", |
|||
"url": "https://matrix.ataraxy.tk/.well-known/matrix/server", |
|||
"siteTitle": "", |
|||
"description": "Matrix chat server (only accessible through Riot client).", |
|||
"description": "Matrix chat server. Only accessible through Riot client.", |
|||
"repo": "matrix-org/synapse", |
|||
"repoUrl": "https://github.com/matrix-org/synapse" |
|||
"repoUrl": "https://github.com/matrix-org/synapse", |
|||
"status": "up" |
|||
}, |
|||
{ |
|||
"status": "up", |
|||
"shortUrl": "mnpd.gq", |
|||
"url": "https://mnpd.gq/test", |
|||
"siteTitle": "test", |
|||
"description": "Minimalist web notepad.", |
|||
"description": "Minimalistic live web notepad.", |
|||
"repo": "pereorga/minimalist-web-notepad", |
|||
"repoUrl": "https://github.com/pereorga/minimalist-web-notepad" |
|||
"repoUrl": "https://github.com/pereorga/minimalist-web-notepad", |
|||
"status": "up" |
|||
}, |
|||
{ |
|||
"status": "up", |
|||
"shortUrl": "pste.gq", |
|||
"url": "https://pste.gq", |
|||
"siteTitle": "hastebin", |
|||
"description": "Pastebin.", |
|||
"repo": "seejohnrun/haste-server", |
|||
"repoUrl": "https://github.com/seejohnrun/haste-server" |
|||
"repoUrl": "https://github.com/seejohnrun/haste-server", |
|||
"status": "up" |
|||
}, |
|||
{ |
|||
"status": "up", |
|||
"shortUrl": "smol.gq", |
|||
"url": "https://smol.gq", |
|||
"siteTitle": "Kevin's URL Shortener", |
|||
"siteTitle": "Kevin's URL Shortener", |
|||
"description": "URL shortener.", |
|||
"repo": "132ikl/liteshort", |
|||
"repoUrl": "https://github.com/132ikl/liteshort" |
|||
"repoUrl": "https://github.com/132ikl/liteshort", |
|||
"status": "up" |
|||
}, |
|||
{ |
|||
"status": "up", |
|||
"shortUrl": "twem.tk", |
|||
"url": "https://twem.tk", |
|||
"siteTitle": "Twitch Emote Links", |
|||
"description": "Twitch emotes (for Matrix chat server which doesn't have custom emotes).", |
|||
"repo": "", |
|||
"repoUrl": "" |
|||
"shortUrl": "taskd.khkm.tk", |
|||
"url": "taskd.khkm.tk:53589", |
|||
"siteTitle": "", |
|||
"description": "Taskwarrior (task manager) server. No web interface.", |
|||
"repo": "GothenburgBitFactory/taskserver", |
|||
"repoUrl": "https://github.com/GothenburgBitFactory/taskserver", |
|||
"status": "up" |
|||
} |
|||
], |
|||
"updateTime": 1569204723194, |
|||
"upSince": "2019-09-22 19:30:10" |
|||
} |
|||
] |
Write
Preview
Loading…
Cancel
Save
Reference in new issue