kube-nextcloud
Containerized Nextcloud tailored for Kubernetes / OpenShift
File Explorer
- nextcloud-db-deploy.yaml
- nextcloud-db-pvc.yaml
- nextcloud-db-secret.yaml
- nextcloud-db-svc.yaml
- nextcloud-config.yaml
- nextcloud-cronjob.yaml
- nextcloud-deploy.yaml
- nextcloud-ing.yaml
- nextcloud-pvc.yaml
- nextcloud-secret.yaml
- nextcloud-svc.yaml
- apache-pretty-urls.config.php
- apcu.config.php
- apps.config.php
- autoconfig.php
- kube-nextcloud.config.php
- memcached.config.php
- redis.config.php
- nextcloud.conf
- 0001-Significantly-improve-file-download-speed-by-enablin.patch
- docker-entrypoint.sh
- run-httpd.sh
- Dockerfile
- docker-compose.yaml
- LICENSE.txt
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
kubectl
View Details ▼
kubectl
Run commands against Kubernetes clusters.
Some subcommands such as `run` have their own usage documentation.
kubectl get {{pods|service|deployment|ingress|...}} {{[-o|--output]}} wide
List information about a resource with more details:
kubectl label pods {{name}} unhealthy=true
Update specified pod with the label `unhealthy` and the value `true`:
kubectl get all
List all resources with different types:
// repository documentation
Was this content helpful?
(0 ratings)
