From 3dd6c5457bdba89025bce7baf55ba701ad553da2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Wed, 25 Mar 2026 01:38:07 +0000 Subject: [PATCH] feat: openId to id.limbosolutions.com --- README.md | 24 +++++++++++++++++------- deploy/app/helm-values.yaml | 6 ++++++ 2 files changed, 23 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a3ab1df..f02ed33 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,10 @@ Welcome to public repository of [https://cloud.limbosolutions.com](https://cloud Using [NextCloud](https://nextcloud.com/) -- [command](#command) -- [maintenance mode](#maintenance-mode) +- [Integrations](#integrations) + - [OAuth2/OpenID Provider](#oauth2openid-provider) +- [cli](#cli) + - [maintenance mode](#maintenance-mode) - [scan files](#scan-files) - [preview generator](#preview-generator) - [repair tree](#repair-tree) @@ -14,15 +16,23 @@ Using [NextCloud](https://nextcloud.com/) - [Setup and Deploy](#setup-and-deploy) - [App](#app) - [Infra](#infra) -- [mariadb database](#mariadb-database) +- [Database](#database) -## command +## Integrations + +### OAuth2/OpenID Provider + +- +- +- + +## cli ``` bash su -s /bin/bash www-data -c "php occ upgrade;" ``` -## maintenance mode +### maintenance mode ``` bash su -s /bin/bash www-data -c "php -d memory_limit=-1 /var/www/html/occ maintenance:mode --on;" @@ -124,9 +134,9 @@ This script requires elevated cluster‑level permissions and must be executed o - services accounts: - Continuous deploy - Deployment RBAC (ServiceAccount + Role + RoleBinding) -## mariadb database +## Database -**Connect to maria db:** +**Connect to db:** ``` bash kubectl exec -it nextcloud-mariadb-0 -- mariadb -u nextcloud -h nextcloud-mariadb.cloud-limbosolutions-com.svc.cluster.local -p diff --git a/deploy/app/helm-values.yaml b/deploy/app/helm-values.yaml index 6ead8ff..30af210 100644 --- a/deploy/app/helm-values.yaml +++ b/deploy/app/helm-values.yaml @@ -144,6 +144,12 @@ nextcloud: # 'appstoreenabled' => true, # 'appstoreurl' => 'https://apps.nextcloud.com/api/v1', # ); + global.config.php: |- + true + ); + https.config.php: |-