jd-apprentice / jd-server

🖥️ Homelab
3 stars 0 forks source link

Install selfhosted agent on node03 and node04 #81

Closed jd-apprentice closed 1 month ago

jd-apprentice commented 1 month ago

In order to run notify on workflows like these

Image

I have to be able to communicate with my gotify server, since is behind Cloudflare tunnel and only accessible via WARP one of the solutions is to have tasks running locally so I can do something like curl <internal_ip>:<internal_port>...

jd-apprentice commented 1 month ago

This is not going to be secure https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#self-hosted-runner-security I'm going to try https://github.com/marketplace/actions/setup-cloudflare-warp-action instead