sameerdhoot / wolweb

Web interface for sending Wake-on-lan (magic packet). An HTTP server built using GoLang and uses Bootstrap for UI.
GNU General Public License v3.0
288 stars 74 forks source link

Configure github workflow #20

Closed andrew-stclair closed 1 year ago

andrew-stclair commented 1 year ago

This PR configures a GitHub workflow to build both Debian and Alpine containers, It also fixes the build process for the Debian container.

Tags:

Build process is automatically started on commit to main excluding the readme, license, and .gitignore files, though it can also be manually started.

andrew-stclair commented 1 year ago

Also implemented healthchecks, they curl the /wolweb/health endpoint