CodeFaux
CodeFaux
EDIT: Yeah, I misread the original, -AND- I just found the builtin functionality to serve my need. Ignore me.
To address/explain/agree with the original issue, so I'm not just wasting everyone's time: When you create a new Ingredient, Mealie creates a UUID for it, tagging the entry with the...
My solution above is imperfect and requires revision, somehow it winds up with gid 65535 sometimes. Also, the Dockerfile does not expose variables, ports or volumes, which makes it difficult...
No worries! I've been on a binge lately of obsessing over random ideas, finding people with the brains to get them running, and improving them how I can, and I...
Adding Cargo and fixing the fastapi version is definitely not necessary, the container still builds as it was when I cloned it initially.
We've got three problems. - ffmpeg-static doesn't exist for arm64 - psutil is a shitty Python package which *requires* compiled binary C code to execute I can manually download ffmpeg's...
> I tried a lot of things but it just doesn't work when ffmpeg is needed. Did you tried this case ? My yt-dlp configuration specifies the location of ffmpeg...
OK - I'll break down my suggestions, as you seem more driven to work on it right now tham me lol The way your container works, I suggest building from...
Which python wheel is requiring compilation? In my short testing I only found psutil, which is `apk add py3-psutil` on top of the python:3.12-alpine image. Side note, `apk add py3-psutil`...
First, I apologize -- I haven't been testing all of this end-to-end because I've been short on time, so I've said some inaccurate things. I've been busy, and I'm not...