We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b6490f commit acf1fd3Copy full SHA for acf1fd3
charts/cryptpad/Chart.yaml
@@ -3,7 +3,7 @@ name: cryptpad
3
description: A Helm chart for cryptpad
4
type: application
5
6
-version: 0.0.11
+version: 0.0.12
7
8
# App metadata
9
appVersion: "2024.3.1"
charts/cryptpad/templates/configmap.yaml
@@ -84,8 +84,8 @@ data:
84
AppConfig.loginSalt = '{{ .Values.loginSalt }}'
85
86
// a bit security by obscurity
87
- AppConfig.disableAnonymousStore = false;
88
- AppConfig.disableAnonymousPadCreation = false;
+ AppConfig.disableAnonymousStore = true;
+ AppConfig.disableAnonymousPadCreation = true;
89
90
return AppConfig;
91
});
0 commit comments