dgp-automation/Alist uploader
An action to upload files to Alist.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file_path | The path to the file to upload. | yes | "" |
| target_dir | The target directory in Alist where the file will be uploaded. | yes | "" |
| overwrite | Whether to overwrite the file if it already exists. Defaults to true. | no | true |
| host | The host of the Alist server. Or use the `ALIST_HOST` environment variable. | no | — |
| username | The username for Alist authentication. Or use the `ALIST_USERNAME` environment variable. | no | — |
| password | The password for Alist authentication. Or use the `ALIST_PASSWORD` environment variable. | no | — |
Outputs
no outputs