cristianmino/Composite Action OpenFortiVPN
Composite Action OpenFortiVPN
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 20, 2023
- License
- None
Pinned Snippet
uses: cristianmino/openfortivpn-composite-action@0abccf958aa2d2ae160edc3e9e1c5fa8c869b22a # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| vpn_host | VPN host | yes | vpn.example.com |
| vpn_port | VPN port | yes | 1194 |
| vpn_username | VPN username | yes | vpnuser |
| vpn_password | VPN password | yes | vpnpassword |
| vpn_trusted_cert | VPN trusted cert | yes | vpntrustedcert |
| vpn_persistent | VPN persistent | yes | 5 |
| check_url | URL to check | yes | https://example.com |
| check_port | Port to check | yes | 443 |
| check_sleep | Sleep time between checks | yes | 5 |
| check_retries | Number of retries | yes | 2 |
Outputs
| name | description |
|---|---|
| isConnected | Is connected |