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
- Host: GitHub
- URL: https://github.com/nolim1t/lncm-pos-redirect
- Owner: nolim1t
- Created: 2019-11-03T16:38:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-09T14:21:10.000Z (over 3 years ago)
- Last Synced: 2025-03-05T01:24:44.385Z (7 months ago)
- Topics: demo, github-actions, pages, scheduled-jobs
- Language: HTML
- Homepage: https://nolim1t.github.io/lncm-pos-redirect/
- Size: 178 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.