nextcloud-config/config.sh

12 lines
223 B
Bash
Raw Permalink Normal View History

2020-02-07 18:14:16 +00:00
#!/bin/sh
conf() {
docker-compose exec --user www-data app php occ config:system:set "$1" --value "$2"
}
conf theme bij1
conf default_language nl
conf default_locale nl_NL
2020-02-07 21:57:27 +00:00
conf overwriteprotocol https
2021-12-15 19:58:45 +00:00
conf debug true