efahl

Results 117 comments of efahl

Oops, had a major omission in the local-server.md (the initial setup of `.env` was missing). I just committed that change to the branch.

> @efahl can you provide nginx config file? I don't run any proxy in front of the ASU server (mine is purely local on http) and have no knowledge of...

Second push includes the changes I made to test_stats.py to chase this down, specifically adds assertions to ensure that the queues are empty before doing anything else. Also incorporates a...

I've been running this for about 9 months now, no issues on my local server. I test it out by setting the `ttl` values way down in `api.py` and watching...

But, are we running out of space due to old podman/docker containers hanging around, too? Maybe an hourly cron job that does this? ``` podman container prune --force && podman...

Just been playing with the podman API, this might be added to that worker, too. It appears that pruning only affects unused containers/images, so you can safely just call these...

You'll have to contact the ImmortalWrt project folks. ASU is an OpenWrt project, completely independent of ImmortalWrt.

Try again, -rc7 is now out and should build without issue.

> I built a new image What ASU client did you use to create the image?

Simplest way is to use the `--rootfs-size` option on owut, details at https://openwrt.org/docs/guide-user/installation/sysupgrade.owut#expanding_root_file_system ``` $ owut upgrade --rootfs-size 1024 ```