@OrezBodajoy so instead of an EPIPE error you are now seeing upload stalling (repeated @0MBps) until you get the timeout?

nebulon
Posts
-
Backups keep failing -
Error 500 on license applicationHave you seen any server side error in the app logs?
-
Chatwoot 1.36.1 Upgrade Issue@cleveradmin can you try to clone the app instance and then perform the update on the cloned one? This way we can see if it is reproducible.
-
Unreachable DashboardThe posted error logs do not seem to be related as far as I can tell. But anyways if some food solves it, even better, hopefully also stays that way
-
Accessing the OpenWebUI APISo querying via container ID is not really something Cloudron works with. This is just something docker does, but that does not mean that ports are exposed on those interfaces. Also since container ids may change over time, the correct way to do this is to use the normal domain of an app.
-
Propagation isn't workingNot sure what you mean with "redirect" here, but the code checks if the DNS A (and AAAA if you use ipv6 also) are in sync at all configured nameservers for this domain. So basically you just have to make sure that you have setup A records for my.heavendigital.com.br pointing to your server IP. Then after some time, depending on your DNS provider, this should succeed.
-
SFTPGo - WebAdmin credentials?The pre-set admin credentials are admin/admin currently as mentioned in the postinstall and admin notes in the Cloudron dashboard for the app.
-
external devices - zigbeeSo to be on the same page, if you give read/write permissions to all users HomeAssistant can use the device fine, but not if only root and dialout group have it? Reason I ask is, since HomeAssistant as such runs with the dialout group. Which kind of integration is this? Maybe it spawns other processes which run as different user?
Since I can't reproduce this locally, maybe you can send a mail to support@cloudron.io if you want us to take a direct look at your case to get this fixed.
-
Can't start cloudron service after Default Data Directory migration@luckow have you tried to delete that file
/home/yellowtent/platformdata/logs/syslog.sock
via ssh? -
Accessing the OpenWebUI API@JOduMonT did you manage to get this solved by using the domain of the app, which would be the correct thing to do.
-
Nextcloud won't install on the bare domain on Cloudron@LoudLemur there is no real difference between installing on subdomain or bare domain from an app perspective. Maybe you do not have setup the A/AAAA records if you otherwise use wildcard for that domain?
-
Map not displaying in ImmichGlad it worked out. Might be worth to report upstream in the Immich issue tracker actually.
-
Map not displaying in ImmichStrange indeed, I am also using Firefox. The logs seem to be server side logs, so if this is a browser issue, those probably don't help.
Are there any failures or cancelled requests in your browser inspector and console?
-
Error 500 when adding a signature field via Documenso APISeems like an app internal issue, but maybe some packaging side-effect, hard to tell without any server side logs.
Are you able to create signature fields using the UI itself?
-
external devices - zigbeeactually the group permissions are
rw
only others have no access. So this looks correct to me. -
Map not displaying in ImmichJust checked and the map shows fine in my personal and also in a newly installed instance.
Do you see any errors in your browser console or failing/blocked requests?
-
Cloudron Multi-Domain Support?Of course Cloudron can manage multiple domains and put apps on those https://docs.cloudron.io/domains/
-
Accessing the OpenWebUI APIDo you have any error codes or so to share? Also just to make sure, if you run
host e704da83-fe32-3032-133f-01ba96ab147b
from a webterminal into n8n, does it resolve correctly to the openwebui container?If yes, it is also possible that openweb ui validates the hostname which in this case wouldn't be known by it. So either way using the actual domain of the app will be the correct way, also https will only work there.
-
Issue with Remote DB Connection in Matomo on CloudronCloudron package always ensure the platform related configs on app restart. This is required to know a consistent state for updates. In your case if you need to tweak those, then you may have to fork the package repo and customize the app for such needs. Overall Cloudron is not built for horizontal scaling and maybe for millions of daily users, it is likely not the best option. We try to strike some balance here, but solving too much in one would make life hard for other use-cases.
-
Error tearing down postgresqlLikely a restart of just the postgres service would have fixed it also. This might be better next time to not bring down other apps/services