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