File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
1
+ <?php
2
+ $ CONFIG = array (
3
+ 'config_is_read_only ' => true ,
4
+ );
Original file line number Diff line number Diff line change 3
3
'htaccess.RewriteBase ' => '/ ' ,
4
4
'default_language ' => 'de_DE ' ,
5
5
'integrity.check.disabled ' => true , // not recommended for prod, but for customisation
6
- // 'config_is_read_only' => true,
7
6
'auth.authtoken.v1.disabled ' => true ,
8
7
'sharing.force_share_accept ' => true ,
9
8
'status-email-message-provider ' => '\\OCA \\EmailTemplateExample \\MessageProvider ' ,
Original file line number Diff line number Diff line change @@ -34,4 +34,10 @@ sudo -u ${APACHE_RUN_USER} php occ config:app:set theming iOSClientUrl --value \
34
34
35
35
# enable/disable apps
36
36
sudo -u ${APACHE_RUN_USER} php occ app:enable nmctheme
37
- sudo -u ${APACHE_RUN_USER} php occ app:disable dashboard # may remove as soon as dashboard CR is implemented
37
+ sudo -u ${APACHE_RUN_USER} php occ app:disable dashboard # may remove as soon as dashboard CR is implemented
38
+
39
+ # there are side effects when using devcontainer and
40
+ # doing the main settings via webapp. For the moment, the best
41
+ # workaround is to lock config and avoid overwrite by nextcloud
42
+ # esp. on container rebuild
43
+ cp .devcontainer/lock.config.php config/lock.config.php
You can’t perform that action at this time.
0 commit comments