-
I was looking around for an alternative to cronicle and so I am evaluating semaphoreui. I totally like that is a single GO binary. But it seems one must pay for "runners" (i.e. to run scheduled code on other machines) even if you are self hosting? I would say for most of us without runners semaphoreui is useless since we need to coordinate tasks across mutliple machines like I do now with cronicle in my home lab. Can someone confirm this? If so I will stop evaluating and move on. And if so I suggest that the documentation/website be more explicit up front that community members will ONLY be able to use it per machine. (I suppose if the runner code is not missing from the source then one could build their own version with it enabled?) |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
Runners available in open source version for free. |
Beta Was this translation helpful? Give feedback.
-
I am using 2.11.2-0e9490c-1735214524 on arch which I downloaded from the assets of latest release here at this repo (amd64 tarball) does that include adding via the web UI or just via command line? if via the command line I am unable to do that. See this issue. My experience so far is I can't register a runner and there is that glaring "pro" notice in the UI which made me believe that this feature is disabled in the assest I downloaded. |
Beta Was this translation helpful? Give feedback.
-
https://docs.semaphoreui.com/administration-guide/runners/
|
Beta Was this translation helpful? Give feedback.
-
I got it figured out. before I cloud see/use runners I had to add this to config.json
|
Beta Was this translation helpful? Give feedback.
I got it figured out.
before I cloud see/use runners I had to add this to config.json
"use_remote_runner": true,