This commit is contained in:
16
README.md
16
README.md
@@ -6,6 +6,7 @@ Using [NextCloud](https://nextcloud.com/)
|
||||
|
||||
- [Integrations](#integrations)
|
||||
- [OAuth2/OpenID Provider](#oauth2openid-provider)
|
||||
- [whiteboard](#whiteboard)
|
||||
- [cli](#cli)
|
||||
- [maintenance mode](#maintenance-mode)
|
||||
- [scan files](#scan-files)
|
||||
@@ -20,6 +21,7 @@ Using [NextCloud](https://nextcloud.com/)
|
||||
- [Setup and Deploy](#setup-and-deploy)
|
||||
- [App](#app)
|
||||
- [Infra](#infra)
|
||||
- [internal logs](#internal-logs)
|
||||
- [Database](#database)
|
||||
|
||||
## Integrations
|
||||
@@ -30,6 +32,13 @@ Using [NextCloud](https://nextcloud.com/)
|
||||
- <https://github.com/nextcloud/user_oidc>
|
||||
- <https://apps.nextcloud.com/apps/user_oidc>
|
||||
|
||||
### whiteboard
|
||||
|
||||
``` bash
|
||||
php occ config:app:set whiteboard collabBackendUrl --value="https://cloud.limbosolutions.com/whiteboard"
|
||||
php occ config:app:set whiteboard jwt_secret_key --value="?????"
|
||||
```
|
||||
|
||||
## cli
|
||||
|
||||
``` bash
|
||||
@@ -174,6 +183,13 @@ Can be executed in VS Code using the “Apply Infra” task.
|
||||
- services accounts:
|
||||
- Continuous deploy - Deployment RBAC (ServiceAccount + Role + RoleBinding)
|
||||
|
||||
## internal logs
|
||||
|
||||
``` bash
|
||||
POD_NAME=$(kubectl get pod -l 'app.kubernetes.io/name'=nextcloud -n cloud-limbosolutions-com -o jsonpath='{.items[0].metadata.name}')
|
||||
kubectl exec -it ${POD_NAME} -- cat /var/www/html/data/nextcloud.log
|
||||
```
|
||||
|
||||
## Database
|
||||
|
||||
**Connect to db:**
|
||||
|
||||
Reference in New Issue
Block a user