Charlie Laabs
Charlie Laabs
You'll need to look at the documentation for the addon: https://github.com/alexbelgium/hassio-addons/tree/master/epicgamesfree There is no web UI that is always active. The webserver only exists to redirect you to the device...
It looks like you have a misunderstanding of what this project offers. Passwords are not used, just device code authorization. Device code authorization requires you to click a link, which...
I didn't think too hard about this, but does setting the environment variable `NODE_TLS_REJECT_UNAUTHORIZED=0` work?
NODE_TLS_REJECT_UNAUTHORIZED will in-fact apply to all web requests made. This is really only a concern if you are prone to man-in-the-middle attacks, which in my opinion is a small threat,...
This was intentionally added in https://github.com/claabs/epicgames-freegames-node/commit/89c8ea44daa24ddb005907e6a175a3016fd5aa9e to ensure the program runs each scheduled time, so the device token doesn't expire and ask you to log in daily. Essentially, the notification...
> What happens now is that because the program seems to exit, I can't complete the login notification, as I get a bad gateway error from my reverse proxy (as...
File permissions are complicated. Try just manually creating the config file yourself.
I'm not able to actively maintain this package anymore. Feel free to make a PR with the needed fixes.
You should only have to log in once ever if configured correctly. There was mention of a similar issue here, maybe it can help: #377
I've dabbled with TrueCharts in the past, but Kubernetes charts aren't my forte. If you're asking for permission for you or anyone else to add a chart for this project...