-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to add API key ?? #4
Comments
Download a keygen for your platform: https://github.com/andreimarcu/linx-server/releases/download/v2.3.8/linx-genkey-v2.3.8_linux-amd64 I used AMD version on my PC. It was a pain to run it inside the container. Type password and copy result into auth.txt as a new line. You might also want to track these hashes somewhere else in case you want to remove certain ones after. |
API keys are same as authfile? Or I need to set it on some other location? As API ill use the same password I use for basic auth? Or the hash? |
Yes. No. Yes. No. You can use the ABC key on the basic web GUI auth and using CLI: Hashes are to be kept as a secret. |
Btw I made my authfile.txt using this command: while True: |
I did something similar using bitwarden cli
|
I run linx-server in docker , I can upload in web UI now .
but I can not find API key or instructions about how to add keys.
so , where can I find/set the API keys?
The text was updated successfully, but these errors were encountered: