Hello,
I am trying to use filebot node and xpra docker containers although they require a username a password.
Where can i find the username and password to be able to use these docker containers.
- FILEBOT_NODE_AUTH_USER=${FB_USERNAME}
- FILEBOT_NODE_AUTH_PASS=${FB_PASSWORD}
- XPRA_AUTH=password:value=${FB_PASSWORD}
Filebot node & xpra login details
Re: Filebot node & xpra login details



Code: Select all
- XPRA_AUTH=password:value=YOUR_PASSWORD
Re: Filebot node & xpra login details
That is correct I was copying FileBot from another persons setup apposed to reading documentation and actually understanding whats what, I was assuming FileBot node used a user and password for authentication instead of the license key. I now understand that the username and password I was asking for is for authentication for the web UI and is set by yourself. My apologies for my misunderstanding.