alexbelgium / hassio-addons

My homeassistant addons
MIT License
1.56k stars 223 forks source link

🐛 [Firefly III] Default email and password #1644

Closed yoely0966 closed 2 hours ago

yoely0966 commented 1 day ago

Description

After installing its asking for a Email and password

Reproduction steps

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

Addon Logs

dd-on: Firefly iii
 A free and open source personal finance manager
-----------------------------------------------------------
 Add-on version: 6.1.22
 You are running the latest version of this add-on.
 System: Home Assistant OS 13.2  (amd64 / qemux86-64)
 Home Assistant Core: 2024.11.2
 Home Assistant Supervisor: 2024.11.2
-----------------------------------------------------------
 Please, share the above information when looking for help
 or support in, e.g., GitHub, forums
-----------------------------------------------------------
 Provided by: https://github.com/alexbelgium/hassio-addons 
-----------------------------------------------------------
/etc/cont-init.d/00-global_var.sh: executing
APP_KEY='******************************'
CONFIG_LOCATION='/config/addons_config/fireflyiii/config.yaml'
DB_CONNECTION='sqlite_internal'
silent='true'
Timezone set from Etc/UTC to America/New_York
/etc/cont-init.d/01-config_yaml.sh: executing
Setting permissions for the config.yaml directory
Load environment variables from /config/addons_config/fireflyiii/config.yaml if existing
If accessing the file with filebrowser it should be mapped to /homeassistant/addons_config/fireflyiii/config.yaml
---------------------------------------------------------
Wiki here on how to use : github.com/alexbelgium/hassio-addons/wiki/Add‐ons-feature-:-add-env-variables
... no env variables found, exiting
/etc/cont-init.d/01-custom_script.sh: executing
Execute /homeassistant/addons_autoscripts/fireflyiii.sh if existing
Wiki here : github.com/alexbelgium/hassio-addons/wiki/Add-ons-feature-:-customisation
/etc/cont-init.d/99-run.sh: executing
[23:49:10] INFO: Backuping APP_KEY to /config/addons_config/fireflyiii/APP_KEY_BACKUP.txt
[23:49:10] WARNING: Changing this value will require to reset your database
[23:49:10] INFO: Defining database
[23:49:10] INFO: Using built in sqlite
[23:49:10] INFO: Defining upload folder
[23:49:10] INFO: Please wait while the app is loading !
[23:49:11] WARNING: Silent mode activated. Only errors will be shown. Please disable in addon options if you need to debug
> Illuminate\Foundation\ComposerScripts::postAutoloadDump
[Wed Nov 20 23:49:27.666893 2024] [mpm_prefork:notice] [pid 299:tid 299] AH00163: Apache/2.4.62 (Debian) configured -- resuming normal operations
[Wed Nov 20 23:49:27.666951 2024] [core:notice] [pid 299:tid 299] AH00094: Command line: 'apache2 -D FOREGROUND'

Architecture

No response

OS

HAos

alexbelgium commented 1 day ago

Hi, it is likely that you already had an account. Delete the folder /homeassistant/addons_config/fireflyiii using the add-on filebrowser

yoely0966 commented 2 hours ago

That helped me.

Thanks so much