efahl
efahl
Just tested this with https://github.com/openwrt/asu/pull/1432 and it now instead of `init`, it shows `Image not found: ghcr.io/openwrt/imagebuilder:x86-64-v21.02.2` so, yeah, we can't build old versions due to missing docker containers. Above...
> I am getting the same "init" error No, the ASU server is currently down. This is a known issue.
Found a root cause on the ASU server: https://github.com/openwrt/asu/blob/5be39563561cb91cd183cc4e45b284be1b60ba2a/asu/routers/api.py#L152 Rather than putting the error output in `stderr`, we're creating a new `error` field in the response. I'll fix this on...
@mwarning What do you think about changing to `default:` right here? https://github.com/openwrt/firmware-selector-openwrt-org/blob/c9b18bfbc6208642a1effcb96919eb22684cab89/www/index.js#L168 I think I've seen some errors not in that 400, 422, 500 set... It would be nice to...
> Any place I can subscribe to for status? I've been posting my findings here, so that's sort of the "source of record": https://github.com/openwrt/asu/issues/1488
Looks good to me. > To restore the pre-2.86 behaviour, use the configuration --address=/example.com/1.2.3.4 --local=/example.com/ Based on that man page quote from @MkQtS above, this appears to fix a regression...
Tested by patching on x86 24.10.3, LGTM
Yeah, the lack of docs is one of the big items on my list. I'll get back to you here, as soon as I get some time. In the meantime,...
> 1: Which version should be used for stability? Or what does the official server run? The version number always shows 0.0.0 in overview. Is 0.8.0 the recommended? I'm running...
I have spent the last couple days stripping down my code changes and documenting the whole process of setting up a local server. https://github.com/efahl/asu/blob/local-server/local-server.md @w23 @divinehawk If you could try...