![]() |
|
SSH access to LM - Printable Version +- LogicMachine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Gateway (https://forum.logicmachine.net/forumdisplay.php?fid=10) +--- Thread: SSH access to LM (/showthread.php?tid=6266) |
SSH access to LM - eilert - 22.01.2026 Hi, Searching the forum did not make me any wiser on this topic. Can you please tell me how to open the LM for SSH access? I would like to use VS Code as editor to avoid the web interface. Is this possible? Best regardsĀ Eilert Bjerkan RE: SSH access to LM - AEK - 23.01.2026 (22.01.2026, 17:49)eilert Wrote: Hi, all scripts in LM are text in SQLite database, so VS Code will not get access to them/ If you develop web app then you can access to files via ftp client RE: SSH access to LM - johnuopini - 26.01.2026 Having a VS Code extension would be quite nice however there are workarounds to this, i am planning to have a GitOPS approach, so i will edit files locally then when pushing them on my git repo an action will check via LM5 API if script is aligned, if not update it. I can then run the same align script locally. I dont think it would be too complex to create a VS Code trigger that will sync whenever you save a file, if you also call the script when you open the project it will be a bit like remote dev, the only difference is that you cannot test scripts directly on the LM5 but you can create wrappers to do it locally or again use a script to do that after sync via API. |