structr/Structr start and deploy action
Deploys a Structr and Neo4j stack into an action runner and imports a given Structr webapp.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| structr-version | The version of Structr to start | yes | 5.2.1 |
| neo4j-version | The version of Neo4j to start | yes | latest |
| structr-webapp-path | The path to the Structr webapp folder. Defaults to <github.workspace>/webapp | yes | ${{ github.workspace }}/webapp |
| structr-license | A valid Structr license key | no | "" |
| structr-conf-file | A custom structr.conf file used for the deployment | no | "" |
Outputs
no outputs