-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvalues.yaml
More file actions
137 lines (119 loc) · 4 KB
/
Copy pathvalues.yaml
File metadata and controls
137 lines (119 loc) · 4 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
server:
dsn: "host=db user=postgres password=postgres dbname=concrnt port=5432 sslmode=disable"
dsn2: "host=v2db user=postgres password=postgres dbname=concrnt port=5432 sslmode=disable"
redisAddr: "redis:6379"
memcachedAddr: "memcached:11211"
captchaSitekey: "6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI"
captchaSecret: "6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe"
vapidPublicKey: ""
vapidPrivateKey: ""
observability:
createPodMonitors: false
enableTrace: false
traceEndpoint: "alloy:4318"
concrnt:
appimage: ghcr.io/concrnt/ccapi:v1.7.7
gatewayimage: ghcr.io/concrnt/ccgateway:v1.7.7
webimage: ghcr.io/concrnt/web-dashboard:v0.0.6
servicetype: ClusterIP
fqdn: example.tld
registration: invite
privatekey: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
dimension: concrnt-mainnet
useSecret: false
configpaths: "" # "/etc/concrnt/config/config.yaml:/etc/concrnt/secret/config.yaml"
concrnt2:
appimage: ghcr.io/concrnt/ccapi:v1.7.4
webimage: ghcr.io/concrnt/concrnt-web:main
servicetype: ClusterIP
fqdn: example.tld
registration: invite
privatekey: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
dimension: concrnt-mainnet
useSecret: false
configpaths: "" # "/etc/concrnt/config/config.yaml:/etc/concrnt/secret/config.yaml"
profile:
nickname: concrnt-domain
description: domain description
logo: ""
wordmark: ""
themeColor: "#20193b"
maintainerName: changeme
maintainerEmail: changeme@example.com
search:
enabled: false
image: ghcr.io/concrnt/cc-search:v0.1.2
useSecret: false
meilisearchKey: "concrnt-meilisearch"
meilisearchUrl: "http://meilisearch:7700"
meilisearchIdx: "concrnt"
mediaserver:
enabled: false
useSecret: false
image: ghcr.io/totegamma/cc-media-server:v0.6.0
image2: ghcr.io/totegamma/cc-media-server:v1.0.0-beta4
bucketName: YOUR_BUCKET_NAME
endpointUrl: https://xxxxxx.r2.cloudflarestorage.com
accessKeyId: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
accessKeySecret: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
publicBaseUrl: https://pub-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.r2.dev/
region: auto
quota: "1000000000"
activitypub:
enabled: false
useSecret: false
image: ghcr.io/concrnt/ccworld-ap-bridge:v0.6.5
privatekey: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
configpaths: "" # "/etc/concrnt/config/config.yaml:/etc/concrnt/secret/config.yaml"
hyperproxy:
enabled: true
image: ghcr.io/concrnt/hyperproxy:v0.4.1
legal:
tos: ""
registerTemplate: |
{
"type": "object",
"properties": {
"name": {
"type": "string",
"title": "名前",
"description": "ご連絡が必要になった場合に用いる宛名 ハンドルネーム推奨"
},
"consent": {
"type": "boolean",
"title": "利用規約・行動規範およびプライバシーポリシーに同意します",
"default": null,
"enum": [
null,
true
]
}
},
"required": [
"name",
"consent"
]
}
codeOfConduct: |
1. サーバーは日本国内に設置されています。日本の法律に従ってください。
2. 他者へのリスペクトを忘れないようにしましょう。
3. ユーザー名・アイコン・ステータスメッセージなどは他者を不快にさせるようなものは控え、投稿も内容によっては公開範囲をコントロールしましょう。
4. コミュニティタイムラインでは、そのコミュニティの趣旨をくみ取り、適切な投稿を心がけましょう。
postgres:
enabled: true
storage: "1Gi"
mountPath: "/var/lib/postgresql/data"
createExporter: false
useSecret: false
redis:
enabled: true
storage: "1Gi"
createExporter: false
memcached:
enabled: true
createExporter: false
meilisearch:
enabled: false
useSecret: false
image: docker.io/getmeili/meilisearch:prototype-japanese-13
storage: "1Gi"