b8two
b8two
Instead of specifiying the font, ` PIL.ImageFont.truetype("DejaVuSansMono.ttf"` Could you by default, load the default and if a font is specified, then use that? PIL.ImageFont.load_default() This way you can drop a...
To make the process more generally available, a Web browser based user interface would make it accessiable to the less linux command line inclined people. This combined with the Docker...
MeshRdpFile.rdp is referenced in MapUserControl.cs string tfile = Path.Combine(Path.GetTempPath(), "MeshRdpFile.rdp"); The Change should be something along the lines of; string tfile = Path.Combine(Path.GetTempPath(), node.name.ToString(), ".rdp"); However might need to add...
Still an issue with V 1.8.8795
MapUserControl.cs foreach (String[] app in apps) { if (app[1].ToLower() == appIdStr.ToLower()) { appCmd = app[2]; if (app[3] != null) { appArgs = app[3].Replace("%P", mapper.localport.ToString()).Replace("%L", "127.0.0.1").Replace("%N", "xxx"); } } } the...
I was able to install the packages with this command. apk add postgresql-client
**Expected behavior** Not to throw errors **Client Device (please complete the following information):** N/A - Server log **Remote Device (please complete the following information):** - Device: iAMT - OS: iAMT...
Hi Ylianst, Thanks for your reply. I've enabled the tracing but it isn't very helpful. There is no additional information in this log like an IP address to identify if...
I think I'm on the way to figuring this out. I have since migrated the selft hosted instance to a cloud provider, which gives me flexibility with ports and improved...
@si458 I agree it is an issue. I've just updated the UUID on all the devices (using group upload and run), however I'm now stuck with the old UUID as...