Merge pull request #51 from gurucomputing/50-compatibility-documentation

50 compatibility documentation
This commit is contained in:
routerino 2022-08-18 09:48:46 +10:00 committed by GitHub
commit 7d6f0203ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,6 +88,17 @@ https://hs.yourdomain.com.au {
### Other Configurations
See [Other Configurations](/documentation/configuration.md) for further proxy examples, such as Traefik
## Troubleshooting
Make sure you are using the latest version of headscale. Headscale-UI is only tested against:
* The current stable version of headscale
* Chrome/Chrome Mobile
* Firefox/Firefox Mobile
Note that while mobile is checked for functionality, the web experience is not mobile optimised.
If you are getting errors about preflight checks, it's probably CORS related. Make sure your UI sits on the same subdomain as headscale or inject CORS headers.
## Development
see [development](/documentation/development.md) for details