Two UI things:
If a server requires a reboot, would be nice to be able to do that directly from the notification popup (in 8 you had the dedicated notifications page where you you push the button)
After deleting a mailbox, I got back to the /#/mailboxes view but all accounts just show "Loading..." and nothing happens. Would be cool if it remembered the mailbox size or at least start collecting the data again.
Hi James, please refer below, thanks.
[image: 1764517053122-cb9cbbdb-e88f-4b25-b60e-8fa039021b48-image-resized.png]
@james said in how to configure Ollama in OpenWebUI:
Hello @harryz
How much RAM does your server have?
How much RAM is used already?
In the ollama web temrinal run:
free -h
and post the output please.
@joseph When running sudo cloudron-support --troubleshoot I still got this. Cloudflare proxying is turned off.
Vendor: HP Product: HP EliteDesk 800 G2 SFF
Linux: 5.4.0-216-generic
Ubuntu: focal 20.04
Processor: Intel(R) Core(TM) i5-6500 CPU @ 3.20GHz x 4
RAM: 12130828KB
Disk: /dev/sda2 383G
[OK] node version is correct
[OK] IPv6 is enabled in kernel. No public IPv6 address
[OK] docker is running
[OK] docker version is correct
[OK] MySQL is running
[OK] nginx is running
[OK] dashboard cert is valid
[OK] dashboard is reachable via loopback
[OK] box v9.0.12 is running
[OK] netplan is good
[OK] DNS is resolving via systemd-resolved
[FAIL] Could not load dashboard domain.
Maybe cloudflare proxying is not working. Delete the domain in Cloudflare dashboard and re-add it. This sometimes re-establishes the proxying
@robi this worked, thank you. I hadn't realized there was a way to check services like that (I had another issue previously telling me to restart nginx, which I never could find out how, but this worked for that too). thanks for the help!
Thank you, @canadaduane for the great analysis!
In case it’s helpful, here are some examples of API usage in different languages:
JavaScript
PHP
Python
Bash
You can find full working examples here:
https://docs.mirotalk.com/mirotalk-sfu/api/
[image: 1764454960960-84ec0a00-34ea-42f5-b963-3b78652a66e7-grafik.png]
Great further development and a beautiful UI redesign!
Suggestion for improvement: please add automatic line wrapping for the name of the Cloudron instance so that the side menu doesn’t become too wide. Thank you
oK, Im not sure if I just fat fingered something or if this was fixed, but the yaml is now set up to be working.
Here is my .yaml file
name: Sync Repo with Cloudron LAMP app
on:
workflow_dispatch:
push:
branches: [main]
jobs:
deploy-to-cloudron-app:
runs-on: ubuntu-latest
environment: [WHATEVER YOUR ENVIRONMENT NAME WAS IN SETTINGS OF REPO]
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Diagnostic – Print environment context
run: |
echo "=== GITHUB CONTEXT ==="
echo "Branch: $GITHUB_REF"
echo "Workflow: $GITHUB_WORKFLOW"
echo "Runner: $RUNNER_NAME"
echo "Workspace: $GITHUB_WORKSPACE"
echo "======================"
- name: Diagnostic – Check secret presence
shell: bash
run: |
declare -A secrets
secrets["CLOUDRON_FQDN"]="${{ secrets.CLOUDRON_FQDN }}"
secrets["CLOUDRON_TOKEN"]="${{ secrets.CLOUDRON_TOKEN }}"
secrets["CLOUDRON_APP_ID"]="${{ secrets.CLOUDRON_APP_ID }}"
echo "Checking secrets..."
for key in "${!secrets[@]}"; do
if [ -z "${secrets[$key]}" ]; then
echo "❌ $key is EMPTY"
else
echo "✅ $key is set"
fi
done
- name: Cloudron Push to App
uses: cloudron-io/cloudron-push-to-app@latest
with:
CLOUDRON_FQDN: "${{ secrets.CLOUDRON_FQDN }}"
CLOUDRON_TOKEN: "${{ secrets.CLOUDRON_TOKEN }}"
CLOUDRON_APP_ID: "${{ secrets.CLOUDRON_APP_ID }}"
CLOUDRON_PUSH_DESTINATION: "/app/data"
CLOUDRON_CREATE_APP_BACKUP: "false"
[3.10.7]
Update firefly-iii to 6.4.9
Full Changelog
Issue 11247 (Optional transaction information not saved when updating a recurring transaction.) reported by @Tommy78649
Issue 11267 (Tags can be added to elements that can't be removed) reported by @Fmstrat
Issue 11281 (Webhooks are triggered twice when recurring creates transaction on cronjob) reported by @MexerSam
Issue 11284 (500 Internal Server Error when deleting budget) reported by @jschollenberger
Issue 11288 (Piggy bank creation form doesn't respect primary currency) reported by @jschollenberger
Issue 11191 (Going beyond 6.4.2 displays wrong balance) reported by @The24KFool
Issue 11265 (Inconsistent object type in exchange rates API) reported by @jfpedroza
Hello @james, and thank you!
Remarkable indeed. As I don't know anything about the number of Cloudron instances, their respective user counts etc., I could only make wild assumptions. But guess immich is quite popular. (Perhaps lots of people set a default storage quota in their configuration? Or maybe having a local config was obligatory at some point? Or most just adjust the quota for every user individually?)