๐จ [Doozle] Removal of legacy login
Closed this issue ยท 6 comments
Checklist
Before opening your issue be sure to have completed all those tasks.
- I have searched for an already existing issue with similar context and errors. My issue has not yet been reported.
- I have included a clear description and steps to reproduce.
- I have included logs from the file
runtipi/logs/error.log
if relevant
Describe the bug
After the update to 6.x just now Dozzle will not start - This is because 5.8.1 deprecated the --login and --password options and they where removed in 6.x.
To Reproduce
Steps to reproduce the behavior:
- Update Dozzle.
- Container will not be accessible.
- On the host machine
docker logs dozzle
time="2024-01-18T11:56:48Z" level=fatal msg="Using --username and --password is removed on v6.x. See https://github.com/amir20/dozzle/issues/2630 for details."
Additional context
amir20/dozzle#2630
In fact this is expected, as upstream removed this legacy feature.
Users facing this problem should follow upstream instructions. Without added user-config, the app still works as expected upon upgrade.
Users facing this problem should follow upstream instructions. Without added user-config, the app still works as expected upon upgrade.
@JigSawFr That's not what I'm experiencing - For me Dozzle doesn't even start with the config from runtipi-appstore. How did you arrive at that?
Also all this repository is a bunch of docker configs - So if it's a misconfiguration it's a bug here IMO. I don't think you should not-fix this just because Dozzle upstream is working as intended. The Tipi app config still has issues.
Can you share logs ? User-config ?
Will check also on my side.
@DireMunchkin I removed login/password from env. and disabled analytics by default too.
#2162
To set login/password, instructions should now be followed on upstream by creating an additional file or config Authentik/Authelia
Thanks, I can do that.