-
Notifications
You must be signed in to change notification settings - Fork 31
Known Issues
Lodestone is still in early development and there are some known issues that are being worked on.
- "Mixed content"/"Insecure Content" needs to be allowed if using dashboard in a browser. (details)
- Ports must be opened manually for remote access (details)
- Safari is completely unsupported as it doesn't support certain regular expression
- Should be fixed in 0.4.1
- Cosmetic issues on Firefox
- Scrollbar styling is not consistent
- Mobile layout is shown all the time (resolved in Firefox version 110)
As we do not automatically setup a TLS/SSL certificate, some browsers may report the connection as "Mixed Content" or "Insecure Content". To fix this, you will need to add an exception in your browser settings. See this page for more information on how to do this.
In order for remote access to function, ports must be opened manually. This can be done automatically using the UPnP protocol in the dashboard under settings but is not guaranteedd to work. See this page for more information on how to open ports manually
Firefox does not allow unencrypted WebSocket even in a mixed content context.
This means that currently, there will be no live updates when using the dashboard on Firefox. A refresh is needed to update the dashboard's data.
This includes:
- The state of instances (running/stopped/etc.)
- The virtual terminal/console
- The performance charts
- and more...