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


Skip to content

Discuss

Feedback, suggestions, anything else Cloudron related

1.1k Topics 9.5k Posts
  • Small page anchor error in docs

    documentation
    2
    0 Votes
    2 Posts
    564 Views
    girishG
    @zylstra thanks! fixed.
  • Local unbound with external DNS instead of local recursion

    networking unbound
    2
    2 Votes
    2 Posts
    921 Views
    girishG
    @hendrikvl It's not a problem to have local network specific configuration in unbound. See https://docs.cloudron.io/networking/#private-dns . As for the motivation, we use unbound because the mail server needs to do DNSBL queries. Most of the DNSBL servers like Zen SpamHaus will not respond if the queries originate from Google/Cloudflare DNS. This forces us to run our own DNS server. The other motivation was also to log DNS lookups by apps to identify any malicious use but we never got around to this (this was initially designed for a setup where we expected all app packages to be done by 3rd party). Finally, the unbound server should not be used much at all because most of the apps should not be querying anything external.
  • 1 Votes
    16 Posts
    4k Views
    robiR
    I didn't know Argo tunnels were free. So one can hide the mail service and put it thru an Argo tunnel on a subdomain to the world. https://docs.ibracorp.io/all-guides-in-order/documentation/cloudflare-tunnel Similarly one can have another domain and IP handle the incoming, which is tunneled to you via Tailscale. https://docs.ibracorp.io/all-guides-in-order/documentation/tailscale
  • 0 Votes
    13 Posts
    2k Views
    M
    @girish do you need anything from me or can you replicate that by yourself?
  • Alternatives to LimeSurvey?

    7
    0 Votes
    7 Posts
    1k Views
    andres.moyaA
    If you are using Nextcloud, or don't mind installing it, you can try the Polls module: https://apps.nextcloud.com/apps/polls
  • Information Central - notifications

    notifications
    2
    3 Votes
    2 Posts
    650 Views
    MooCloud_MattM
    @chymian said in Information Central - notifications: forward to messengers, telegram or matrix, because they are read/recognized faster We discuss this in another post, I have proposed to offer a Webhook interface for events. And it was on the plan for update 6.3 but then postponed: Gitlab issue
  • Jitsi Installation Recipe for >10 Participants?

    11
    0 Votes
    11 Posts
    2k Views
    robiR
    @luckow Sounds like this could be adapted to a Cloudron App having it install in the appropriate directories for 'w' and 'ro' filesystems.
  • LAMP stack - so flexible !

    6
    2 Votes
    6 Posts
    1k Views
    timconsidineT
    @murgero good to know !
  • Any recommended Server Managers that aren't Cloudon?

    11
    0 Votes
    11 Posts
    2k Views
    marcusquinnM
    @timconsidine Nice, looks interesting. More like Grafana than Cockpit from my initial glance over the site? Seems to be on the growing Wishlist too: https://forum.cloudron.io/topic/1125/netdata-real-time-monitoring
  • Cloudron forum : some pages not loading

    5
    1 Votes
    5 Posts
    915 Views
    timconsidineT
    @humptydumpty thank you, will review
  • Suggestion: Cloudron Base Version

    13
    1 Votes
    13 Posts
    2k Views
    marcusquinnM
    Your easiest customer to sell more to are your existing customers
  • Everything on one server

    7
    0 Votes
    7 Posts
    2k Views
    C
    @humptydumpty Perfect thank you.
  • Quo Vadis Cloudron?

    17
    0 Votes
    17 Posts
    3k Views
    chymianC
    @nebulon said in Quo Vadis Cloudron?: Otherwise I feel we still have to discuss the notification system then to also work for your use-case. Maybe you can start a separate thread describing what your ideal solution would look like a bit and we can see how this makes sense for us to implement this way or not. yes, I agree, will do that the next days.
  • Planning blog/review article on Cloudron

    11
    4 Votes
    11 Posts
    2k Views
    timconsidineT
    @d19dotca I'm looking forward to that too, but mail is not so critical for me. I spent ~10 hours earlier this week getting Papercups up and running on a separate VPS. If it were on Cloudron, it would have been 5 mins plus config. So - for me at least - mail is a bonus, with core case for Cloudron proved day in day out.
  • End of subscription

    subscription
    2
    1 Votes
    2 Posts
    674 Views
    girishG
    @cyberfreakde no, the server and apps won't stop and will continue to run forever. Additionally, no features are disabled as such. The main change is that you cannot install more apps and existing apps won't get updates. I put these notes in https://docs.cloudron.io/billing/#canceling-subscription . Also, support is limited if you let the subscription lapse too much (hard to support if software is outdated by many releases).
  • LBRY & Odysee.com

    2
    3
    3 Votes
    2 Posts
    532 Views
    timconsidineT
    @marcusquinn it's an interesting option to have available for Cloudron. I haven't researched whether there would be bandwidth issues for the deployed instance, serving out video. Maybe they have a clever way to minimise load on the hosting server.
  • Cloudron docs riddled with egregious spelling and grammar errors

    docs
    15
    2 Votes
    15 Posts
    3k Views
    timconsidineT
    @yeku I understand the points, but I have only seen a couple of errors, and they haven't prevented me getting the message or successfully using Cloudron. I think Cloudron have enough work running a fantastic architecture. The community here can help out @girish free of charge with great enthusiasm. Errors just need to be reported and they can be fixed quickly.
  • Easiest VPS for Cloudron with one click install.

    Moved vps digitalocean hosting credit
    13
    2 Votes
    13 Posts
    4k Views
    Y
    @marcusquinn Yeah. I was in a fraternity when I was in college. It was like the movie Animal House... but worse. Looking back on it I'm embarrassed by what I did. But it was fun at the time. College itself was a big waste of time for me.
  • "Cloudron Pro" for large scale, production ready managed apps?

    13
    1 Votes
    13 Posts
    3k Views
    Y
    @jdaviescoates Good! I want them to succeed. I neither want to deal with DevOps freelancers nor do I want to do sys admin myself.
  • Nice ideas for reducing container size

    8
    0 Votes
    8 Posts
    1k Views
    MooCloud_MattM
    @infogulch said in Nice ideas for reducing container size: paid once for the whole server To be fair, you will get the same footprint with a multi-stage build and images that depend on the same shared base. Let say that we will have a CloudronBase (Image LVL1), this image will include only ubuntu + minim software used for debugging. As a second step you will get different images with all the dependencies for the different cases: One image for every type of DB: MariaDB, pSQL, MongoDB. One for the webservers: Nginx, and Apache (that can maybe already include PHP). Then as the last level (3) of images, we have the language, like: node, python, etc, etc. This will have the same footprint as the one big image that we have now, it will always be a Cloudron Base, but it will be like: cloudronbase/nginx-node cloudronbase/mariadb Yes to slit the image in multiple parts will be a big work, but then we can update all the lvl with less effort. And as a second bonus, we will be able to have a server with just 2 WordPress, without unused library and software. To resume, what I propose is to keep the idea of an cloudron base, but to slit it, so that the apps can be developed easily, but servers with 20 GB of storage don't louse 10% of their space for code that they will never use.