Flood Configuration file ? #876
Closed
deadofgamers1999
started this conversation in
General
Replies: 2 comments
-
flood doesn't use plain json file to store config but using a sqlite file located in |
Beta Was this translation helpful? Give feedback.
0 replies
-
omg problem fixed |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear [Support Team]
I’ve been trying to configure the Flood application, but unfortunately, I haven’t been able to do so. I’ve tried the following steps, but I’m unable to locate the necessary configuration file, both with the Node.js installation and the native Debian package installation:
After installing via Node.js, I cannot find the config.json file anywhere in the system, even though the installation process didn’t report any errors.
With the native Debian package, I still cannot find the necessary configuration files in the locations mentioned in the documentation.
I’ve tried creating my own config.json file with the following settings:
json
Másolás
Szerkesztés
{
"host": "0.0.0.0",
"port": 3000,
"username": "admin",
"password": "admin"
}
However, I still can’t get the configuration to load, and I am unable to access Flood remotely. It only works on localhost, which is my main issue. Flood does not seem to allow remote access, and no configuration file is being loaded despite multiple attempts.
My question is: Where is the original configuration directory where Flood stores its default configuration? Perhaps I’m looking in the wrong place or there is some other setting I need to adjust.
I would appreciate your assistance in resolving this issue, as I need to access Flood remotely on Debian 12.
Thank you in advance for your help!
Best regards,
Beta Was this translation helpful? Give feedback.
All reactions