An open API service indexing awesome lists of open source software.

https://github.com/nolim1t/lncm-pos-redirect

Static Redirection service powered by github actions
https://github.com/nolim1t/lncm-pos-redirect

demo github-actions pages scheduled-jobs

Last synced: 3 months ago
JSON representation

Static Redirection service powered by github actions

Awesome Lists containing this project

README

          

# lncm-pos-redirect
Static Redirection service powered by github actions

## How it works

The service requires that the public key for the private key (stored in the secrets for this project) is copied to ```authorized_keys``` on the target onion host.

Once this is done, the github action can copy either to the host or from. In this case, I'm copying a file from the box which is generated by cron. Eventually I'd like to have this file run on the fly so there is full auditability of whats running on there rather than a black box.