runnerup
runnerup copied to clipboard
Export:Runalyze self-hosted
Hello @gerhardol ,
I see that in v2.0.0.4 the synchronization with runalyze was changed to only sync with the official website "runalyze.com". Is there any chance to also support the old (open source) self-hosted instances of runalyze (runalyze < v4.2)? I think a lot of people still use their own instance of runalyze, although it is not developed open source anymore.
Thanks in advance, LT.
The "open source" version would probably be separate for each separate self hosted implementation. For instance the client secret/certificate will be separate. So this is probably too "dynamic" for a static code base.
Okay, I haven't looked much into the code. But, I saw that the possibility to enter the url was eliminated from v1.58 to v2.0 So, I concluded that it was working with arbitrary urls (self-hosted) before and it might be easy to reimplement the old behaviour.
The upload is completely different in v4.2 and in current, so the old upload could be readded if someone makes the work and maintain it. However, it must be clear what is Runalyze.com and private implementations.
It seems that @codeproducer198 has a maintained fork of Runalyze based on v4.3
if that's helping in any way?