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.

18 lines
1.1 KiB

  1. ---
  2. title: "Server Apps"
  3. date: 2024-06-10
  4. draft: false
  5. layout: single
  6. js: ["server-table"]
  7. ---
  8. Here is a list of apps that I am running on my [AWS EC2][AWS EC2 info]
  9. Debian instance/[DigitalOcean
  10. droplet][do-droplet]. Their [statuses] are updated every hour using a
  11. [Node.js script][update-script] and a [systemd service]/[timer].
  12. [AWS EC2 info]: https://aws.amazon.com/pm/ec2/?gclid=CjwKCAjwyJqzBhBaEiwAWDRJVA8xkzlFBVRieWU_oiTxnHHfRgTnfN9WlnYON3UptS4aTtjaYRbVJRoCju8QAvD_BwE&trk=8c0f4d22-7932-45ae-9a50-7ec3d0775c47&sc_channel=ps&ef_id=CjwKCAjwyJqzBhBaEiwAWDRJVA8xkzlFBVRieWU_oiTxnHHfRgTnfN9WlnYON3UptS4aTtjaYRbVJRoCju8QAvD_BwE:G:s&s_kwcid=AL!4422!3!472464674288!e!!g!!aws%20ec2!11346198414!112250790958
  13. [do-droplet]: https://www.digitalocean.com/products/droplets/
  14. [statuses]: https://kevin-mok.com/server-apps.json
  15. [systemd service]: https://git.kevin-mok.com/Kevin-Mok/server-pages/src/branch/master/server-pages.service
  16. [timer]: https://git.kevin-mok.com/Kevin-Mok/server-pages/src/branch/master/server-pages.timer
  17. [update-script]: https://git.kevin-mok.com/Kevin-Mok/server-pages/src/branch/master/server-status.js