douniwan5788/Frp client
use frpc to forward any port from/to GitHub Actions Runners machines. ex. fallback to expose ssh server port for debugging
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 18, 2023
- License
- AGPL 3.0
Pinned Snippet
uses: douniwan5788/frpc_action@a42bbbf1feb248486606bf533215695294c49d19 # v0.2.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| config | frpc config | yes | — |
| users | only the public SSH keys of the listed GitHub users should be authorized.(default: the user who triggering workflow) | no | ${{ github.triggering_actor }} |
| authorized_keys | additional public keys append to ~/.ssh/authorized_keys | no | — |
| host_key | setup server host key to this fixed private key | no | — |
Outputs
no outputs