-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcmd.txt
More file actions
106 lines (54 loc) · 2.99 KB
/
cmd.txt
File metadata and controls
106 lines (54 loc) · 2.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
kubectl create secret generic nextcloud-s3-credentials -n nextcloud \
--from-literal=s3-access-key='SLQ88NFST5E5F4BCB4VF' \
--from-literal=s3-secret-key='freXeRX6grnsizxtw0PFnfgwgZTtiR5vNM2gAnE6' \
--from-literal=s3-bucket='nextcloud-helm' \
--from-literal=s3-host='obs.eu-de.otc.t-systems.com' \
--dry-run=client -o yaml > s3-credentials-secret.yaml
Collabora
kubectl exec -n nextcloud nextcloud-7b5dd675b8-gpz9p -c nextcloud -- php occ app:disable richdocumentscode
https://nextcloud-helm.otc.t-assets.de/custom_apps/richdocumentscode/proxy.php?req=
---------------------------------------------------------------------error fix:--------------------------------------------------------------------
kubectl exec -n nextcloud deploy/nextcloud -- php occ db:add-missing-indices
kubectl exec -n nextcloud deploy/nextcloud -- php occ maintenance:repair --include-expensive 2>&1 | head -100
kubectl exec -n nextcloud deploy/nextcloud -- php occ app:install notify_push
---------------------------------------------------------------------error fix:--------------------------------------------------------------------
kubectl exec -n nextcloud deploy/nextcloud -- php occ db:add-missing-indices
kubectl exec -n nextcloud deploy/nextcloud -- php occ maintenance:repair --include-expensive 2>&1 | head -100
kubectl exec -n nextcloud deploy/nextcloud -- php occ app:install notify_push
------------------------------------------------------------installation-------------------------------------------------
helm install govit . -f values.yaml -f customers/govit.yaml -n govit
----------------------------------------------------------------
curl -s https://registry.hub.docker.com/v2/repositories/collabora/code/tags\?page_size=100 | jq -r '.results[].name' | grep "^25\." | head -20
I have created a namespace called govit
this installation is for a new customer.
the host name is: nextcloud-sovreigndesk.cloud-services.t-systems.net
adjust the values.yaml respctively.
the id of the loadbalancer is: b1159b2a-da5f-4039-adb5-e60014b68669
bucket credentials:
Access domain name: nextcloud-govit.obs.eu-de.otc.t-systems.com
access key id: HPUACDZP5WZWGFYMCDT2
secret access key: kVUXEj1N4OmZ0f0m4MaQzqliTmBnmC2Pddz1LK1M
postgres credentials:
private domain name: 270788753676419db021468651d4b7bcin03.internal.eu-de.postgresql.rds.otc.t-systems.com
port: 5432
database: postgres
user: root
pw: T7m!qL9_zP
redis credentials:
domain: redis-0674d55b-c1e5-4eab-97d5-272c63e254e4.eu-de.dcs.otc.t-systems.com:6379
pw: T7m!qL9_zP
storage config:
the nextcloud storage should be set at 8TB
{
"database": "postgres",
"host": "9db963f839894f16837d0cd44a03d793in03.internal.eu-de.postgresql.rds.otc.t-systems.com:5432",
"password": "Geheim2026!",
"postgres-password": "Geheim2026!",
"username": "root"
}
{
"s3-access-key": "SLQ88NFST5E5F4BCB4VF",
"s3-bucket": "nextcloud-helm",
"s3-host": "obs.eu-de.otc.t-systems.com",
"s3-secret-key": "freXeRX6grnsizxtw0PFnfgwgZTtiR5vNM2gAnE6"
}