Harp Nextcloud Install ((install)) [95% Validated]
If your environment specifically uses Harp as a static build server:
In Rancher UI:
Run the HaRP container using Docker. You must define a shared key and your Nextcloud URL.
deploy: stage: deploy only: - main script: - helm upgrade --install $HELM_RELEASE bitnami/nextcloud --namespace $NAMESPACE --values nextcloud-values.yaml --version $CHART_VERSION --set image.tag=latest - kubectl rollout status statefulset/nextcloud -n $NAMESPACE
The method sits in the perfect middle ground. It gives you the robustness of a sysadmin (proper permissions, Redis caching, automatic HTTPS) with the simplicity of a PaaS (Platform as a Service).
If your environment specifically uses Harp as a static build server:
In Rancher UI:
Run the HaRP container using Docker. You must define a shared key and your Nextcloud URL.
deploy: stage: deploy only: - main script: - helm upgrade --install $HELM_RELEASE bitnami/nextcloud --namespace $NAMESPACE --values nextcloud-values.yaml --version $CHART_VERSION --set image.tag=latest - kubectl rollout status statefulset/nextcloud -n $NAMESPACE
The method sits in the perfect middle ground. It gives you the robustness of a sysadmin (proper permissions, Redis caching, automatic HTTPS) with the simplicity of a PaaS (Platform as a Service).