diff --git a/bin/seagl-setup-app b/bin/seagl-setup-app index e18303e..08e7dbc 100755 --- a/bin/seagl-setup-app +++ b/bin/seagl-setup-app @@ -28,7 +28,7 @@ if [ "$arg" == obs ]; then # TODO provision RTMP keys start_and_link_app com.obsproject.Studio elif [ "$arg" == nextcloud ]; then - nextcloud --userid 2024laptops --apppassword "$(jq -r .nextcloudAppPassword < /var/lib/seagl/config-data.json)" --isvfsenabled 0 --serverurl 'https://cloud.seagl.org/' + nextcloud --userid 2024laptops --apppassword "$(jq -r .nextcloudAppPassword < /var/lib/seagl/config-data.json)" --isvfsenabled 0 --serverurl 'https://cloud.seagl.org/' --localdirpath /home/seagloperator/Nextcloud #start_and_link_app com.nextcloud.desktopclient.nextcloud elif [ "$arg" == firefox ]; then sudo sed -i "s;AV_TEST_RESULTS_PLACEHOLDER;$(jq -r .avTestResultsSheetURL < /var/lib/seagl/config-data.json);" /etc/firefox/policies/policies.json diff --git a/config-data/production.json.age b/config-data/production.json.age index 211e179..d39648c 100644 Binary files a/config-data/production.json.age and b/config-data/production.json.age differ