jeremyoverman/cloudflared-service-token-scp-proxy
Copy files through cloudflared tunnel proxy, inside github actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| CLIENT_ID | Cloudflare access tunnel, service token id | yes | default |
| CLIENT_SECRET | Cloudflare access tunnel, service token secret | yes | default |
| PUBLIC_KEY | Asymmetric ssh keys for the intended client | yes | default |
| PRIVATE_KEY | Asymmetric ssh keys for the intended client | yes | default |
| HOST | Cloudflare access tunnel, associated application domain | yes | 0.0.0.0 |
| USER | Remote target username | yes | root |
| PORT | Ssh port | no | 22 |
| KEY_TYPE | SSH key type, like id_rsa or id_ed25519 | no | id_rsa |
| FILES | List of files to copy | yes | — |
Outputs
no outputs