You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created an authfile under /home/user/authfile and pasted the above auth key generated. Also added basicauth = true and authfile = /home/slow/authfile inside linx-server.conf
When running docker compose, I get linx-server | 2021/12/19 16:29:38 Failed to open authfile: open /home/user/authfile: no such file or directory I checked permission of the authfile (no issues).
Please provide more instructions on how to setup authentication for uploading files instead of having a public instance.
The text was updated successfully, but these errors were encountered:
Hello,
https://github.com/ZizzyDizzyMC/linx-server#require-api-keys-for-uploads
I have setup auth key using https://github.com/ZizzyDizzyMC/linx-server/tree/master/linx-genkey
I have created an authfile under
/home/user/authfile
and pasted the above auth key generated. Also addedbasicauth = true
andauthfile = /home/slow/authfile
insidelinx-server.conf
When running docker compose, I get
linx-server | 2021/12/19 16:29:38 Failed to open authfile: open /home/user/authfile: no such file or directory
I checked permission of the authfile (no issues).Please provide more instructions on how to setup authentication for uploading files instead of having a public instance.
The text was updated successfully, but these errors were encountered: