feat: hosting on k3s

This commit is contained in:
2025-03-08 09:22:08 +00:00
parent 2653e36e69
commit d72874c7ed
14 changed files with 353 additions and 101 deletions

5
nexcloud/helm-up.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
helm upgrade --install nextcloud nextcloud/nextcloud \
--values ./values.yaml \
--values ./values.local.yaml \
--namespace=cloud-limbosolutions-com