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

Get help for your Cloudron

3.3k Topics 23.5k Posts
  • Proxy to private network

    networking
    3
    0 Votes
    3 Posts
    748 Views
    S
    Thanks for your replay. This is the third alternative. However, this is linked to a few cons: Skillgap regarding IPv6 I am using unifi hardware which has a pretty basic IPv6 implementation
  • Issue with the API to change MemoryLimit

    Solved api
    5
    1
    0 Votes
    5 Posts
    999 Views
    A
    @girish said in Issue with the API to change MemoryLimit: --data-raw '{"memoryLimit":973078528} Thanks! this bit helped.
  • Uninstalled apps stuck in the System Info page

    Solved disk-usage
    23
    1
    0 Votes
    23 Posts
    4k Views
    benborgesB
    Solved! Just for the sake of someone else stumbling into the same issue : Backup SSHFS mount with hetzner storage box should always be mounted pointing to the exact sub folder where backup will be stored, so the path would be /home/yourfolder and the URL to the server should not contain any path. Now, if you use the same storage volume mounted a second time, as a volume to be added to specific apps then the URL is always ID.your-storagebox.de and the path field is simply / no need to specify any folder. The issue here is that I had it to mount the URL of the storage box ID.your-storagebox.de/home + / in the path and that was the origin of the mess, the odd part is that it did mount and the volume was usable via the filemanager just fine, it's just that the hdparam.sh script would freak out due to this confusion in the path. Anyway, solved !
  • Cloudron app - usage analytics

    Solved analytics
    6
    1 Votes
    6 Posts
    1k Views
    jagadeesh-s2104J
    @robi Yes, I was expecting something like that.
  • Backup failed

    Solved backups
    6
    0 Votes
    6 Posts
    1k Views
    jagadeesh-s2104J
    Thank you, @3246 @nebulon - Probably I will reduce it to two per day and see how it goes. @3246 - I didn't know about B2's rate limit.
  • Backup vs Snapshot: Retention policy.

    Solved backups retention snapshots
    4
    1 Votes
    4 Posts
    924 Views
    girishG
    @philkunz We use the term snapshot and backup interchangeably in the docs. They are one and the same. I guess snapshot is something you initiate as a user whereas backup is something the system (automatically) initiates. Ultimately, they are both capturing the state of the app and uploading to configured backup location. To answer the questions: yes, backup policy applies to snapshots correct, snapshots (which you click manually) is just in addition to backups (which are taken automatically). there is nothing special about snapshots, we don't differentiate them from the automatic backups. We take snapshots/backups at the per app level. This way you can roll back a single app independent of others. To see the backups/snapshots of an app, you go to Backup section of the app. There is also a system backup (in the Backups view). A system backup is the one which you configure the schedule policy for (we don't have per app backup schedule). The system backup is essentially taking the backup of each app + backup of mail server + backup of the platform (like user information, domains etc) . It "groups" all these separate backups together and this is what is shown in the Backups view. In that sense, the Backups view is showing the "full backups". With the full backups, you can restore/migrate Cloudron to another server (so, it will be exactly the same as the current server with all the apps/domains/data/users).
  • Backups and users

    Solved migration backups
    3
    1 Votes
    3 Posts
    723 Views
    girishG
    @fbartels said in Backups and users: Cloudron treats user names as unique Yes, we used to uuid and then went and changed all the apps to use username so that migration from one Cloudron to another (or anywhere else) is easier. As long as the username exists on the other cloudron, user should be able to login.
  • Share the same database

    Solved postgres
    7
    1 Votes
    7 Posts
    1k Views
    robiR
    @girish said in Share the same database: Currenly, you cannot create a database. The databases are precreated/destroyed by the platform. .. as Apps are installed and removed.
  • Domains & Certs Logs not clickable

    Solved logs
    2
    1 Votes
    2 Posts
    486 Views
    nebulonN
    Ah I see, there is a stylesheet bug when a background image is used. Fixed with https://git.cloudron.io/cloudron/box/-/commit/ccb925be5d9c9280a34b2a6e506a02d211ca5e9f Anyone curious about the issue, if filter properties are applied, all child nodes will be put on the same plane and thus multiple z-index values for that node tree does not apply.
  • How to solve version issue 7.4.1 + taiga

    Solved
    16
    1 Votes
    16 Posts
    3k Views
    girishG
    @imc67 thanks for reporting back!
  • Migrating entire Cloudron from AWS to GCP

    Solved migrate migration aws gcp
    8
    1 Votes
    8 Posts
    2k Views
    girishG
    @plains-digital yes, you can also restore app by app. https://docs.cloudron.io/backups/#import-app-backup . But obviously, restoring entire server via backup is far simpler.
  • Excessive notifications and manual upgrades

    notifications
    3
    0 Votes
    3 Posts
    654 Views
    robiR
    Yes. They used to come nagging back. Maybe it's different this release. You can imagine what happens to mobile notifications. On a separate note, we did discuss having a button for "Upgrade all apps" in the UI. That button would be really helpful.
  • logging in to cloudron with cloudron cli from ci job

    Solved cli
    3
    1 Votes
    3 Posts
    232 Views
    philkunzP
    Thank you
  • Customize App Login Screen

    Solved
    4
    1 Votes
    4 Posts
    285 Views
    J
    Thank you @BrutalBirdie and @girish, I'll take a further look.
  • mail client autoconfig?

    Solved mail autoconfig
    14
    1 Votes
    14 Posts
    3k Views
    girishG
    Nicely detailed docs here - https://www.axigen.com/documentation/axigen-auto-discovery-p49119962
  • panic mode: Update failed

    Solved netcup upgrade
    16
    0 Votes
    16 Posts
    3k Views
    RazielKanosR
    All went well, apps are restored and all is running as intended
  • Update not working

    Solved update
    6
    0 Votes
    6 Posts
    1k Views
    girishG
    This continues in https://forum.cloudron.io/topic/9514/panic-mode-update-failed
  • 2nd domain mail

    Solved mail cloudflare
    3
    0 Votes
    3 Posts
    696 Views
    P
    ahhh, so just have to nix cloudflare altogether, thanks! confused myself because my plains.cloud is cloudflared, but mail.plains.cloud specifically is not! appreciate the clarification
  • System not working for the app store

    Solved unbound appstore
    2
    1 Votes
    2 Posts
    487 Views
    girishG
    Right, you need to figure why unbound is not starting. The logs are in journalctl -u unbound -fa . Note that if unbound doesn't work, DNS doesnt work properly on the server and makes this quite unstable (as you experienced already).
  • Update Ubuntu

    Solved ubuntu update
    5
    0 Votes
    5 Posts
    1k Views
    girishG
    We can't change the doc page yet atleast until 7.5 is stable. Also, 18.04 is still supported to install pre-7.4 releases.