From be54b5cfba2334392bf721b61a38ffd617e185f2 Mon Sep 17 00:00:00 2001 From: Martin Winkler Date: Tue, 11 Jan 2022 21:43:09 +0100 Subject: [PATCH] Additional commands needed for oauth client compatibility --- seqs/pixelfed.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/seqs/pixelfed.sh b/seqs/pixelfed.sh index afef6fd..b70ce53 100755 --- a/seqs/pixelfed.sh +++ b/seqs/pixelfed.sh @@ -74,6 +74,9 @@ step_5() { exe php artisan storage:link exe php artisan migrate --force exe php artisan route:cache + # Needed for using oauth (app like pixeldroid) + # https://github.com/pixelfed/pixelfed/issues/2654 + exe php artisan passport:install } step_6_info() { echo "Create admin user"; } @@ -246,6 +249,7 @@ step_101() { exe php artisan config:cache exe php artisan route:cache exe php artisan view:cache + exe php artisan cache:clear exe php artisan migrate --force exe php artisan horizon:purge exe php artisan horizon:publish