mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Enable OAuth
This commit is contained in:
parent
c7181d1c7c
commit
69528449e8
2 changed files with 4 additions and 0 deletions
|
@ -160,6 +160,7 @@ pushd "$final_path"
|
||||||
php$phpversion artisan -n key:generate --force
|
php$phpversion artisan -n key:generate --force
|
||||||
php$phpversion artisan horizon:install
|
php$phpversion artisan horizon:install
|
||||||
php$phpversion artisan horizon:publish
|
php$phpversion artisan horizon:publish
|
||||||
|
php$phpversion artisan passport:keys
|
||||||
php$phpversion artisan config:clear
|
php$phpversion artisan config:clear
|
||||||
php$phpversion artisan config:cache
|
php$phpversion artisan config:cache
|
||||||
php$phpversion artisan route:cache
|
php$phpversion artisan route:cache
|
||||||
|
@ -170,6 +171,7 @@ pushd "$final_path"
|
||||||
php$phpversion artisan horizon:purge
|
php$phpversion artisan horizon:purge
|
||||||
php$phpversion artisan import:cities
|
php$phpversion artisan import:cities
|
||||||
php$phpversion artisan instance:actor
|
php$phpversion artisan instance:actor
|
||||||
|
php$phpversion artisan passport:client --personal
|
||||||
popd
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -199,6 +199,7 @@ ynh_script_progression --message="Deploying..."
|
||||||
pushd "$final_path"
|
pushd "$final_path"
|
||||||
php$phpversion artisan horizon:install
|
php$phpversion artisan horizon:install
|
||||||
php$phpversion artisan horizon:publish
|
php$phpversion artisan horizon:publish
|
||||||
|
php$phpversion artisan passport:keys
|
||||||
php$phpversion artisan config:clear
|
php$phpversion artisan config:clear
|
||||||
php$phpversion artisan config:cache
|
php$phpversion artisan config:cache
|
||||||
php$phpversion artisan route:clear
|
php$phpversion artisan route:clear
|
||||||
|
@ -211,6 +212,7 @@ pushd "$final_path"
|
||||||
php$phpversion artisan horizon:purge
|
php$phpversion artisan horizon:purge
|
||||||
php$phpversion artisan import:cities
|
php$phpversion artisan import:cities
|
||||||
php$phpversion artisan instance:actor
|
php$phpversion artisan instance:actor
|
||||||
|
php$phpversion artisan passport:client --personal
|
||||||
popd
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue