Skip to content

Commit

Permalink
Updated entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
krakonos1602 committed Jun 2, 2024
1 parent bc7a42b commit 10a9466
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion firefly-iii-addon/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Firefly III"
description: "An unofficial add-on for a self-hosted manager for your personal finances."
url: https://docs.firefly-iii.org
version: "6.1.15-31"
version: "6.1.15-32"
slug: "fireflyiii"
arch: [aarch64, amd64]
init: false
Expand Down
13 changes: 2 additions & 11 deletions firefly-iii-addon/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,7 @@ chgrp -R www-data storage bootstrap/cache
chmod -R ug+rwx storage bootstrap/cache

php artisan migrate --seed
php artisan firefly-iii:decrypt-all
php artisan route:clear
php artisan twig:clean
php artisan view:clear
php artisan clear-compiled
php artisan cache:clear
php artisan firefly-iii:upgrade-database
php artisan firefly-iii:correct-database
php artisan firefly-iii:report-integrity
php artisan firefly-iii:laravel-passport-keys
php artisan firefly:instructions update

composer update

apachectl -D FOREGROUND

0 comments on commit 10a9466

Please sign in to comment.