We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 221416d commit 41732d2Copy full SHA for 41732d2
1 file changed
init.sh
@@ -3,7 +3,7 @@ export PHP_MEMORY_LIMIT="512M"
3
php console.php maintenance:install --admin-user alice --admin-pass alice123
4
php console.php status
5
php console.php app:enable solid
6
-sed -i '61 i\ RewriteRule ^\\.well-known/openid-configuration /apps/solid/openid [R=302,L]' /var/www/html/.htaccess
+sed -i '96 i\ RewriteRule ^\\.well-known/openid-configuration /apps/solid/openid [R=302,L]' /var/www/html/.htaccess
7
sed -i "25 i\ 1 => 'server'," /var/www/html/config/config.php
8
sed -i "26 i\ 2 => 'nextcloud.local'," /var/www/html/config/config.php
9
sed -i "27 i\ 3 => 'thirdparty'," /var/www/html/config/config.php
0 commit comments