I just did the update to 9.0.9 with 17 apps and everything went very smooth from what I can tell. I really dig the UI redesign, congrats on shipping this :)!
@stoccafisso said in Install errors:
Will this work well for later updates of the app?
I am trying to fix this issue without this dirty hands-on fix.
So, if I get this fixed, my quickfix guide is not needed.
@nebulon @James @shrey
Implemented in MiroTalk SFU v2.0.14 — Docker image is building now (available in ~1 hour).
Commit
Build
For Cloudron deployments, server-side recording should now work using the following configuration:
Recording
RECORDING_ENABLED=true
RECORDING_DIR='../data/rec' # Path relative to /app/code → resolves to /app/data/rec
RECORDING_MAX_FILE_SIZE=1073741824 # Max file size in bytes (default: 1GB)
RTMP
RTMP_DIR='../data/rtmp' # Path relative to /app/code → resolves to /app/data/rtmp
Note
If the target directories do not exist, MiroTalk SFU will automatically create them at runtime, just like before.
Cloudron automatically mounts /app/data, so using ../data/... ensures the app writes to the persistent, writable directory.
[1.23.23]
Update changedetection.io to 0.50.43
Full Changelog
Adding data sanity checks across restarts by @dgtlmoon in #3629
Fixing data not loaded caused by UTF-8 not enforced by @dgtlmoon in #3622
Various tests to ensure data is not overwritten and is sane across restarts
@nebulon , per request:
https://forum.cloudron.io/topic/14525/improving-user-experience-with-ssh-keys-for-sshfs-and-volume-mounts
Many, many thanks. And, if I find anything useful, I'll update that thread. Or, this one, and cross-link.
[1.0.2]
Update ollama to 0.12.11
Full Changelog
Ollama's API and the OpenAI-compatible API now supports Logprobs
Ollama's new app now supports WebP images
Improved rendering performance in Ollama's new app, especially when rendering code
The "required" field in tool definitions will now be omitted if not specified
Fixed issue where "tool_call_id" would be omitted when using the OpenAI-compatible API.
Fixed issue where ollama create would import data from both consolidated.safetensors and other safetensor files.
Ollama will now prefer dedicated GPUs over iGPUs when scheduling models
Vulkan can now be enabled by setting OLLAMA_VULKAN=1. For example: OLLAMA_VULKAN=1 ollama serve
[2.8.11]
Update cal.com to 5.8.13
Full Changelog
fix: back button in settings updated to use window history by @Spandan-Mishra in #24952
fix: configure correct error message for duplicate event type slug by @dhairyashiil in #24928
fix(apps/web): enhance JWT response with token type and expiration details by @zhyd1997 in #24841
fix: strip internal $RCH$ prefix from cancellation reason in ICS files by @kartik-212004 in #25016
fix: Org Admin not able to access their regular(non-subteam) team's event by @hariombalhara in #24985
fix: resolve flaky integration tests by @anikdhabal in #25030
refactor: Removed asStringOrNull functions by @emrysal in #25029
fix: events type apps tab (Available Apps) section overflow small screens by @muhammadusmandev in #23972
fix: improve access control in booking operations by @volnei in #25054
fix: skip email verification for reschedules and added test case by @kartik-212004 in #24867