rossmaclean/Cloudron Deploy
Deploy a Docker image to Cloudron
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| image | Docker image to be deployed to Cloudron | yes | — |
| app-domain | Domain where the app should be installed/updated in Cloudron e.g. myapp.server.com | yes | — |
| cloudron-server | Cloudron server e.g. my.server.com | yes | — |
| cloudron-token | Cloudron auth token | yes | — |
| install-if-missing | Should the app be installed if not currently? False results in using update only. | no | false |
| skip-backup | When true, the app will not be backup up when updating. | no | false |
| environment | Environment variables to be set in format `KEY1=Val1 KEY2=Val2`. Note that this does not clear currently set environment variables which are not overwritten. | no | NONE |
| registry | Docker registry URL | no | docker.io |
Outputs
no outputs