ibnesayeed/IPFS Setup Action
A GitHub Action to install and initialize IPFS
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| ipfs_version | IPFS version, automatically resolved to the best matching released binary as per the SemVer format | — | 0.6 |
| run_daemon | Whether to start IPFS service daemon after installation and initialization | — | false |
Outputs
| name | description |
|---|---|
| resolved_ipfs_version | Latest matching SemVer IPFS version installed |
| ipfs_download_url | Utilized IPFS distribution download URL |
| peer_id | Identity of the peer as reported on initialization |
| welcome_ref | Hash of the Welcome object containing readme, help, and other files |