Been testing FlowFuse on Windows 11 Ok for a few weeks (have many questions about dashboard v2 and FlowFuse dash only members in due course).
Felt ready to move to the first steps of production.
- VM in a datacenter.
Linux vmi11312940.contaboserver.net 5.15.0-86-generic #96-Ubuntu SMP Wed Sep 20 08:23:49 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
node -v
v18.18.2
npm -v
9.8.1
● flowforge.service - FlowForge Platform
Loaded: loaded (/lib/systemd/system/flowforge.service; disabled; vendor preset: enabled)
Active: active (running) since Tue 2023-10-17 19:33:13 CDT; 5s ago
Docs: https://flowforge.com/docs
Main PID: 4229 (flowforge.sh)
Tasks: 12 (limit: 36006)
Memory: 119.1M
CPU: 3.014s
CGroup: /system.slice/flowforge.service
├─4229 /bin/sh /opt/flowfuse/bin/flowforge.sh
└─4237 node ./app/node_modules/.bin/flowforge
Oct 17 19:33:14 vmi1312940.contaboserver.net FlowForge[4237]: {"level":"INFO","time":"2023-10-18T00:33:14.781Z","msg":" Projects : 0/50"}
Oct 17 19:33:14 vmi1312940.contaboserver.net FlowForge[4237]: {"level":"INFO","time":"2023-10-18T00:33:14.781Z","msg":" Devices : 0/50"}
Oct 17 19:33:15 vmi1312940.contaboserver.net FlowForge[4237]: {"level":"INFO","time":"2023-10-18T00:33:15.098Z","msg":"Email not configured"}
Oct 17 19:33:15 vmi1312940.contaboserver.net FlowForge[4237]: {"level":"WARN","time":"2023-10-18T00:33:15.098Z","msg":"[comms] Broker not configured - comms unavailable"}
Oct 17 19:33:15 vmi1312940.contaboserver.net FlowForge[4237]: {"level":"INFO","time":"2023-10-18T00:33:15.183Z","msg":"Container driver: localfs"}
Oct 17 19:33:16 vmi1312940.contaboserver.net FlowForge[4237]: {"level":"INFO","time":"2023-10-18T00:33:16.133Z","msg":"Server listening at http://0.0.0.0:3000"}
Oct 17 19:33:16 vmi1312940.contaboserver.net FlowForge[4237]: {"level":"INFO","time":"2023-10-18T00:33:16.133Z","msg":"****************************************************"}
Oct 17 19:33:16 vmi1312940.contaboserver.net FlowForge[4237]: {"level":"INFO","time":"2023-10-18T00:33:16.133Z","msg":"* To finish setting up FlowForge, open this url: *"}
Oct 17 19:33:16 vmi1312940.contaboserver.net FlowForge[4237]: {"level":"INFO","time":"2023-10-18T00:33:16.133Z","msg":"* http://airframes.io:3000/setup *"}
Oct 17 19:33:16 vmi1312940.contaboserver.net FlowForge[4237]: {"level":"INFO","time":"2023-10-18T00:33:16.133Z","msg":"****************************************************"}
Not sure if its related or not, but as soon as I configure email (using the working config from my win11 setup) FlowFuse will not start which is going to be a problem when I get to invite dashboard only team members, so a problem for another time.
The FlowFuse install seemed to go well, no errors or complaints.
Looking in the docs for help:
Here is the single log that I have - Note I have tried a few times to start the instance.
Generally just confused why everything has been working great on Windows, but not on Linux.
Note that it seemed wrong to install in /opt/flowforge, so I have installed in /opt/flowfuse
Thanks for the assistance.