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.2k Topics 22.5k Posts
  • Share the same database

    Solved postgres
    7
    1 Votes
    7 Posts
    926 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
    327 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
    2k Views
    girishG
    @imc67 thanks for reporting back!
  • Migrating entire Cloudron from AWS to GCP

    Solved migrate migration aws gcp
    8
    1 Votes
    8 Posts
    932 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
    423 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
    141 Views
    philkunzP
    Thank you
  • Customize App Login Screen

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

    Solved mail autoconfig
    14
    1 Votes
    14 Posts
    2k 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
    2k Views
    RazielKanosR
    All went well, apps are restored and all is running as intended
  • Update not working

    Solved update
    6
    0 Votes
    6 Posts
    891 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
    493 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
    306 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
    789 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.
  • Zabbix, opening firewall port

    Solved networking firewall
    5
    1 Votes
    5 Posts
    7k Views
    girishG
    @bigvictorio At this point, no. But feel free to open feature requests and we can add firewall features as needed.
  • DNSBL zen.spamhaus.org errors and timeouts

    Solved email dnsbl
    8
    0 Votes
    8 Posts
    1k Views
    girishG
    You can also try to use some of the other DNSBL listed here - https://docs.cloudron.io/email/#dnsbl
  • Remove backup location from Cloudron

    Solved backups
    6
    0 Votes
    6 Posts
    840 Views
    girishG
    Instead of no-op, I recommend atleast just backing up to the same server. Select Filesystem and put location as /var/backups (this is the default).
  • individual backups?

    Solved backups
    7
    0 Votes
    7 Posts
    910 Views
    humptydumptyH
    @RazielKanos Cloudron does hourly increments, not in minutes, so you can backup the app once an hour at most with the current settings. What service can’t be recovered if you still have access to the email/phone/recovery codes?
  • How to run simple Python scripts on Cloudron

    Solved
    17
    1 Votes
    17 Posts
    2k Views
    T
    @sarthak-narayan The upcoming version of n8n will include Python support in the Code node. https://docs.n8n.io/1-0-preview/
  • App Proxy Redirects to Upstream URI

    4
    0 Votes
    4 Posts
    457 Views
    A
    when going to https://192.168.1.20:8000, it'll redirect me to a login on /webman/index.cgi
  • Beginners question: point Domain to directory?

    Solved
    6
    1 Votes
    6 Posts
    791 Views
    David 0D
    @girish said in Beginners question: point Domain to directory?: @David-0 Is your use case to have many directories named say static1, static2, static3 etc and have websites name static1.domain.com , static2.domain.com , static3.domain.com ? Currently, I have several directories on my webspace and a few domains with different TLDs pointing to each of them: namedomain.de , namedomain.org , namedomain.info etc. @robi What you're suggesting sounds interesting. I would definitely have a look into that. Thanks!