Mobile-responsive personal website, generated using Hugo. https://kevin-mok.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
709 B

  1. ---
  2. title: "Server Apps"
  3. date: 2019-09-22
  4. draft: false
  5. layout: single
  6. js: ["server-table"]
  7. ---
  8. Here is a list of apps that I am running a my [DigitalOcean
  9. droplet][do-droplet]. Their [statuses] are updated every hour using a
  10. [Node.js script][update-script] and a [systemd service]/[timer].
  11. [do-droplet]: https://www.digitalocean.com/products/droplets/
  12. [statuses]: https://kevin-mok.com/server-apps.json
  13. [systemd service]: https://git.kevin-mok.com/Kevin-Mok/server-pages/src/branch/master/server-pages.service
  14. [timer]: https://git.kevin-mok.com/Kevin-Mok/server-pages/src/branch/master/server-pages.timer
  15. [update-script]: https://git.kevin-mok.com/Kevin-Mok/server-pages/src/branch/master/server-status.js