How do you access VoidAuth locally? #378
EncryptedCurse
started this conversation in
General
Replies: 1 comment 2 replies
-
|
Looks like there is a bug in the session domain calculation, the 'base domain' of an IP address should be the address and not the last two digits. I will work on a fix for that, and it should allow you to set the APP_URL to an IP address. |
Beta Was this translation helpful? Give feedback.
2 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.
-
Let's say my internet is down and I don't have a local DNS server. How do I connect to VoidAuth on my local network?
To prefix:
Setting
APP_URLto VoidAuths's local IP (i.e., http://192.168.68.107) produces an SSL error in browser.I tried to proxy VoidAuth through Caddy to strip the CSP and HSTS headers:
This allows me to actually load the page, but I get the "Could not create session" error in VoidAuth.
I also see this message in the logs:
Obviously there's no domain to work with here. I tried setting
SESSION_DOMAINto empty string and the local IP, but no dice.Is there any way around this?
Beta Was this translation helpful? Give feedback.
All reactions