cirunlabs/frp-tunnel-action

Get public access to any port on GitHub Actions runner

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
frp_serverThe address of the FRP server (e.g., frp.example.com)no
frp_server_portThe port FRP server listens on (default is 7000)no
frp_tokenAuthentication token for FRPno
local_portThe port on the GitHub Actions runner to exposeno
local_ipThe IP address on the GitHub Actions runner to exposeno127.0.0.1
remote_portThe remote public port to expose on the FRP serverno
protocolThe protocol ("type" param for frp client config) to use for the exposed service (default is tcp)notcp
frp_versionThe version of FRP to use (default is 0.51.3)no0.61.1
timeout_minutesThe maximum duration to keep the action alive (in minutes)no2
ssh_usersList of GitHub usernames whose SSH keys should be addedno
frp_client_configFull FRPC client configuration in INI format. If provided, this will be used instead of local_port and remote_port. no
namedescription
public_urlThe public URL of the exposed service