This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Afi SV
afiiii.bsky.social
did:plc:fugf6cj35odquuwjg4cpsgm7
we love using ssh-action, quickly ssh into a bastion host and do updates,
works well with cron jobs
I know you are already using it. Im just giving it some love 😃
uses: appleboy/ssh-action@v1.0.3
with:
host: ${{ secrets.host }}
script: whoami
2024-07-18T00:13:21.938Z