Originally created by @leguennecj on GitHub (Mar 29, 2023).
Hello, since last update my docker restart and cannot start completly
Here is the logs
2023-03-29T12:30:02.158357080Z
stdout
PASSWORD_ITERATIONS should be at least 100000 or higher. The default is 600000!
2023-03-29T12:30:02.158195584Z
stdout
Error loading config:
2023-03-29T12:30:02.158157725Z
stdout
2023-03-29T12:30:02.158113040Z
stdout
[WARNING] ADMIN_TOKEN
2023-03-29T12:30:02.158043149Z
stdout
[WARNING] Please use the admin panel to make changes to them:
2023-03-29T12:30:02.157959714Z
stdout
[WARNING] The following environment variables are being overriden by the config.json file.
2023-03-29T12:30:02.157801396Z
stdout
2023-03-29T12:30:02.157085185Z
stdout
[INFO] Using saved config from data/config.json for configuration.
Any idea to help me ?
Regards
Originally created by @leguennecj on GitHub (Mar 29, 2023).
Hello, since last update my docker restart and cannot start completly
Here is the logs
2023-03-29T12:30:02.158357080Z | stdout | PASSWORD_ITERATIONS should be at least 100000 or higher. The default is 600000!
-- | -- | --
2023-03-29T12:30:02.158195584Z | stdout | Error loading config:
2023-03-29T12:30:02.158157725Z | stdout |
2023-03-29T12:30:02.158113040Z | stdout | [WARNING] ADMIN_TOKEN
2023-03-29T12:30:02.158043149Z | stdout | [WARNING] Please use the admin panel to make changes to them:
2023-03-29T12:30:02.157959714Z | stdout | [WARNING] The following environment variables are being overriden by the config.json file.
2023-03-29T12:30:02.157801396Z | stdout |
2023-03-29T12:30:02.157085185Z | stdout | [INFO] Using saved config from `data/config.json` for configuration.
Any idea to help me ?
Regards
Yes, increase PASSWORD_ITERATIONS to at least 100000 as mentioned 😉 .
Since you have this configured in the config.json file, i suggest to edit that file, and either remove that line, or set it to 600000.
That should solve your issue.
@BlackDex commented on GitHub (Mar 29, 2023):
Yes, increase `PASSWORD_ITERATIONS` to at least `100000` as mentioned 😉 .
Since you have this configured in the `config.json` file, i suggest to edit that file, and either remove that line, or set it to `600000`.
That should solve your issue.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @leguennecj on GitHub (Mar 29, 2023).
Hello, since last update my docker restart and cannot start completly
Here is the logs
data/config.jsonfor configuration.Any idea to help me ?
Regards
@BlackDex commented on GitHub (Mar 29, 2023):
Yes, increase
PASSWORD_ITERATIONSto at least100000as mentioned 😉 .Since you have this configured in the
config.jsonfile, i suggest to edit that file, and either remove that line, or set it to600000.That should solve your issue.