Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

Support

3.6k Topics 25.4k Posts

Get help for your Cloudron

  • 9.1.5 UI bug: cannot scroll notifications on mobile

    Solved mobile bug ux ui
    2
    2
    0 Votes
    2 Posts
    74 Views
    nebulonN
    Dupe of https://forum.cloudron.io/topic/15286/notifications-view-doesn-t-have-a-vertical-scrollbar/2 and already fixed for next release.
  • Can not pull a file via cloudron cli from a app

    Solved cli
    2
    1 Votes
    2 Posts
    59 Views
    nebulonN
    Good find, apparently std*.resume() is not available on recent nodejs versions anymore and was already obsolete. I've published a new cli version now with the fix.
  • Specific API unit not working or docs wrong

    Solved api
    2
    1 Votes
    2 Posts
    61 Views
    nebulonN
    So for services like nginx or so you have to use the services API https://docs.cloudron.io/api/download-service-logs The logs used to served up under the system API namespace but have moved to services some time ago. I will update the docs to not talk about those other services in the systems route.
  • Could not load dashboard website with loopback check - after 3 tries

    Unsolved dashboard troubleshoot
    2
    1 Votes
    2 Posts
    49 Views
    jamesJ
    Hello @orezbodajoy Can you please inspect the /home/yellowtent/platformdata/logs/box.log logfile for errors?
  • Web Gui isn't loading

    Solved dashboard troubleshooting
    4
    0 Votes
    4 Posts
    78 Views
    H
    @james, I got it back up. Working on getting everything updated.
  • Heavy CPU usage during peak and port 25 connection timeout

    Unsolved email performance
    3
    1 Votes
    3 Posts
    101 Views
    P
    @james Thanks a lot, I didn’t have any crash of Mail service and also RAM is ok. I’ll take a proper look to IOPS. Thanks for your advices.
  • IMAP Connection Timeout after migration to Bare-Metal Installation

    Solved imap firewall
    6
    2 Votes
    6 Posts
    143 Views
    jamesJ
    Hello @hakunamatata @hakunamatata said: Disregard, it was a firewall issue on my DMZ VLAN. Please close/delete this topic. I would like to keep this topic, so users with the same issue find an answer. If you'd still like this topic to be deleted, let me know.
  • changing domain of a cloudron subscription

    Solved appstore subscription
    4
    1 Votes
    4 Posts
    80 Views
    T
    ok thanks
  • Server crashes caused by stopped app's runner container stuck in restart loop

    Unsolved domains cron
    13
    2 Votes
    13 Posts
    355 Views
    J
    @mendoksai yes, write to me at support@cloudron.io . I can investigate.
  • Backblaze "Snapshot" folder: multiple file copies retained

    Solved backup backblaze sshfs
    27
    0 Votes
    27 Posts
    6k Views
    stalecontextS
    Had this same issue today, same storage provider (Backblaze B2). Multiple of the files in the snapshot folder had backups as old as a month and a half when my retention policy is set to one week. Also had timestamped folders that were over a month old that weren't being cleaned up.
  • 3 Votes
    2 Posts
    68 Views
    nebulonN
    I see, I guess since I only use 24h format, the 160px was always wide enough. Fixed for next release with https://git.cloudron.io/platform/box/-/commit/a5da68a7f9fa0ef616299b36a13faba0fea2ca8a
  • Bug: Dashboard search for External Links indexes the URL, not the custom label

    Solved
    2
    2 Votes
    2 Posts
    48 Views
    nebulonN
    Good catch, this was an oversight. Fixed with https://git.cloudron.io/platform/box/-/commit/7d594ab0d37bf6c91a4b7971a59a452027cdf9b6
  • Error while trying to restore a backup

    Solved
    10
    1 Votes
    10 Posts
    111 Views
    nebulonN
    ah good glad you found the issue in the end
  • File manager: cannot rename a folder

    Solved filemanager
    3
    1
    0 Votes
    3 Posts
    74 Views
    humptyH
    I'm getting bombarded with redis connection errors causing major lag and it's why the manager isn't working right. I can rename a folder just fine with any other app. MB!
  • [UI Bug] Cloudron Dashboard Unexpected View Reset / Refresh

    Solved user interface
    4
    1 Votes
    4 Posts
    114 Views
    robiR
    @joseph thanks for looking, it's in the same window/tab that it happens.
  • Community App: CloudronVersions.json Response timeout

    Solved community
    19
    1 Votes
    19 Posts
    452 Views
    rosanoR
    Ok, I've solved this for my purposes. Seems like when I try curl -v https://bind.0data.app/CloudronVersions.json from my Cloudron, it fails. * Trying •••.••.••.••:443... * connect to •••.••.••.•• port 443 failed: Connection timed out * Failed to connect to bind.0data.app port 443 after 129437 ms: Connection timed out * Closing connection 0 curl: (28) Failed to connect to bind.0data.app port 443 after 129437 ms: Connection timed out Which tells me there's some issue with loading URLs from the same server. Interestingly, if I find the internal IP via docker inspect <process> | grep '"IPAddress"' and port via docker inspect <process> | grep -A5 '"Ports"' I can call successfully load the file with curl -v -H "Host: bind.0data.app" http://<ip>:<port>/CloudronVersions.json But I have decided it's easier for me to simply host a kind of URL masking thing on another server. Anyway thanks for the help and attention from everyone who chimed in ️
  • Notifications view doesn't have a vertical scrollbar

    Solved notifications ui scroll
    2
    1
    3 Votes
    2 Posts
    57 Views
    nebulonN
    Thanks for reporting, looks like that slipped through but is fixed then with https://git.cloudron.io/platform/box/-/commit/1586a286d85b3e097954c1345e6d19d4b179becb
  • Can't run cloudron update for an app in error state

    Solved docker custom image
    8
    1 Votes
    8 Posts
    251 Views
    J
    @ekevu123 said: The Cloudron team can say for sure, but I believe it does - backups don't get deleted when you uninstall an app. I think I used this method before in a different setting. this is correct/
  • Community App: CloudronVersions.json not resolved

    Solved community
    6
    1
    1 Votes
    6 Posts
    162 Views
    J
    you have not set a value for medialinks ! Or one that is accessible. In CloudronManufest,json. Yeah that was the second mistake. Before, I got the message "Invalid manifest: mediaLinks is empty in manifest" I had a cryptic message like: "Could not resolve CloudronVersions.json from url". In the end, my CloudronVersions was wrong, and the error message before was not helpful. However, the medialinks error message was For this one: CloudronVersions.json needs to be publicly accessible also the Docker image CloudronVersions.json is public, yes Docker image is private - but it works I have the ghcr with credentials registered on the cloudron. So no issue anymore. In case you are interested in an error-message-improval-bug-hunt, I can send you a version of my "broken" CloudronVersions.json via PM - if not - I am happy now
  • Scaleway backup

    Solved backup scaleway
    26
    1 Votes
    26 Posts
    916 Views
    C
    In the end I used S3 compatible option to set this up successfully. IDK why I could not get the Scaleway option to work. Thanks all for your help & input