robi
Posts
-
Installing custom Apps on Cloudron -
NocoDB is an awesome app to make forms with!@jdaviescoates since it autosaves changes, try toggling things that don't work.
-
Grist | The Evolution of Spreadsheets@walski said in Grist | The Evolution of Spreadsheets:
Repo is here: https://git.cloudron.io/walski/grist-app
How's it running these days?
Have you added the easy-install.sh script yet?
-
Unable to restore nextcloud@stlpedro said in Unable to restore nextcloud:
Feb 22 19:19:22Exception: Updates between multiple major versions and downgrades are unsupported.
Feb 22 19:19:22Update failedThis seems to be the relevant bit from the logs.
You may need to install an older version then restore.
You can do that by specifying the older version from the URL bar as you're viewing the nextcloud app to install in the App store.
-
Reading env variables with custom appFirst, I'd define them explicitly in the startup script, to see if the exec can see them then.
So instead of source .env , export ENV=KEY
-
Reading env variables with custom appNo, that's a different part of the build/install process.
The envs need to be available as you launch the app.
-
Email relay issue, emails don't deliverIt doesn't like that your email domain does not match your cloudron sender domain.
-
Open WebUI - ChatGPT-Style Web UI Client for Ollama 🦙@Lanhild Excellent, congrats!
Make sure to see this bit of great news too, so it can be easily installed as a custom app: https://forum.cloudron.io/post/82990
-
Reading env variables with custom appwhat if you included them as part of the exec?
-
Reading env variables with custom appare they set in env.list ?
-
NetBird - installation and my experienceWas there any Cloudron specific things?
-
Make Cloudron Restore dialog more Human friendly@girish said in Make Cloudron Restore dialog more Human friendly:
Is there any easy fix which does not involved coding?
Yes, have the pattern available in the textbox so it's obvious what is expected.
It's more the "backup date/box ver file" than just a "path".
-
DigitalOcean port 25 unblockingThen it's not a Cloudron issue. You can telnet or nc from the box to any mail server on port 25 and check manually.
-
DigitalOcean port 25 unblockingIs mail turned on and configured?
Check
iptables -L | grep 25
? -
Make Cloudron Restore dialog more Human friendlyHere's an easy one.. inspired by https://forum.cloudron.io/topic/10690/what-is-a-minio-backup-path/
It would be really helpful if the Backup Path textbox, which is dynamic relative to the last backup date and box version, had a hint of the expected format to enter there.
Otherwise it's really hard to guess what Cloudron is expecting, even if you have all the backup details written down from setting it up!
It's not human friendly at allIn my case for an encrypted backup this was:
2024-02-20-130007-637/box_v7.4.3.tar.gz.encIt would be even more amazing if Cloudron could just find this on its own from the snapshot hints or latest date and not have to ask at all.
Thanks
-
What is a Minio "backup path"Having to go through a restore, this was baffling with no hints for me too.
I'll make a Feature Request to make this more obvious in the restore dialogue.
-
GPT4All UI@IrvineCAGuy in previous versions you had to select the localdocs data to be included with a model run specifically.
So make sure the collection is selected before chatting.
-
Request to change plugin load workflow@jaschaezra what did you do?
-
Upgrade VPS change of IP addressIf the upgrade doesn't change the machine, you can turn on dynamic DNS just before the upgrade and it can adjust your new IP if you use an auto-dns backend.
-
Issue with very high memory usage@shrey what happens after a restart? how long after does it jump up?