luman-studio/CFX Portal Upload
Uploads assets to CFX Portal with support for escrowed and open source versions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| cookie | Your Forum Account Cookie (_t cookie from forum.cfx.re) | yes | — |
| chunkSize | Upload chunk size in bytes (default: 2MB, recommended: 5-20MB for large files) | no | 2097152 |
| maxRetries | Maximum number of login retries | no | 3 |
| skipUpload | Skip upload and only test authentication | no | false |
| assetId | Asset ID for simple single upload | no | — |
| assetName | Asset name for simple single upload (will lookup ID) | no | — |
| makeZip | Automatically create ZIP from repository | no | true |
| zipPath | Path to pre-made ZIP file | no | — |
| resourcePath | Path to resource folder (for monorepos with multiple resources) | no | — |
| escrowed | Escrowed version config (YAML: asset_id, asset_name) | no | — |
| openSource | Open source version config (YAML: asset_id, asset_name) | no | — |
| deploy | Enable deploy to server after upload | no | false |
| ssh_host | SSH host address for deployment | no | — |
| ssh_user | SSH username | no | — |
| ssh_key | SSH private key | no | — |
| ssh_port | SSH port | no | 22 |
| deploy_path | Path to resources folder on server | no | ~/fivem/resources |
| deploy_resource_name | Resource folder name on server (defaults to asset_name) | no | — |
| discord_webhook | Discord webhook URL for notifications | no | — |
Outputs
no outputs