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

950 Topics 8.1k Posts
  • 0 Votes
    2 Posts
    222 Views
    girishG

    There's this guide - https://docs.cloudron.io/guides/upgrade-ubuntu-20/ in case you haven't seen it already. Main gotcha is that the mysql server sometimes upgrades and sometimes doesn't. In the end, we want MySQL server 8. Sometimes, it asks you whether you want to remove mysql data. Be sure not to remove it!

  • 0 Votes
    35 Posts
    2k Views
    robiR

    @andreasdueren good question, the Mautic topic is relevant as is any web hosting app, like Wordpress and Surfer.

    Perhaps house it in the Mautic section of the forum and mention the rest in the post so it can be found by any of those means. πŸ˜„

  • 3 Votes
    10 Posts
    382 Views
    fbartelsF

    @moocloud_matt said in Could someone direct me to a site dealing with open source app re-naming conventions pls?:

    if you offer NextCloud as a service you CAN'T offer it with the name of NextCloud

    Yes, I wanted to include something about this in my earlier reply, but then forgot about it. In this specific case its not much a problem of licenses, but rather about trademarks. If you run a modified version of one software, it may be in violation of their trademark to offer your version under the original name.

  • Two IP's on the same Cloudron/VPS?

    6
    1 Votes
    6 Posts
    319 Views
    W

    I have opened a related Feature request a few weeks ago.

  • Is "Published Application Status" still maintained?

    Unsolved
    5
    1 Votes
    5 Posts
    261 Views
    girishG

    The ticker on the front page with the section "Recent App Updates" is dynamically generated.

    2ed1f082-b5ca-4fec-b2b5-2f9e5510b691-image.png

  • Home server setup

    Moved
    21
    8 Votes
    21 Posts
    2k Views
    humptydumptyH

    @atridad I configured it to work with my existing Mailgun account as I didn't want to deal with my ISP. I had issues with them in the past regarding simpler things like billing Q's and plan changes.. imagine the horror if I ask about technical stuff πŸ˜‚

    For a future project, I'm going to try to run a CR home server on a residential internet plan with SPECTRUM/TIME WARNER. North American residents will understand the struggle lol.

  • 1 Votes
    4 Posts
    368 Views
    scookeS

    @jdaviescoates And it would be cool if the sign up page could be customizable, with an appearance like the Element sign up page (customizable image background) rather than a bland rectangular box sign up. Something that tells them... You are about to enter an incredible place!

  • Guide: Self Hosted Notifications

    3
    7 Votes
    3 Posts
    588 Views
    T

    deploy a surfer app and some JS/HTML to take a number of different GET/POST requests and forward them

    True, a very reliant and low tech solution that could work! If I don't think of something else anytime soon that's probably what I'll do. I'll update this post when I have that part working as well.

    Initially I thought you were aiming at setting up a web page where you can type in any message for you/others, but that removes the API aspects which N8N is for.

    No, don't want anyone just being able to send me notifications whenever πŸ™‚

  • 1 Votes
    10 Posts
    477 Views
    d19dotcaD

    @robi Actually for me, it wasn't really scripted and was more manual in nature.

    Basically ran the cloudron list command, then copied out all the WordPress manifest ID types and put it together in a command sequence like this:

    cloudron push --app <www.example1.com> /Users/<username>/Desktop/php.ini /app/data/php.ini && \ cloudron push --app <www.example2.com> /Users/<username>/Desktop/php.ini /app/data/php.ini && \ cloudron push --app <www.example3.com> /Users/<username>/Desktop/php.ini /app/data/php.ini && \ cloudron push --app <www.example4.com> /Users/<username>/Desktop/php.ini /app/data/php.ini && \ cloudron push --app <www.example5.com> /Users/<username>/Desktop/php.ini /app/data/php.ini && \ cloudron push --app <www.example6.com> /Users/<username>/Desktop/php.ini /app/data/php.ini && \ cloudron push --app <www.example7.com> /Users/<username>/Desktop/php.ini /app/data/php.ini && \ cloudron push --app <www.example8.com> /Users/<username>/Desktop/php.ini /app/data/php.ini && \ cloudron push --app <www.example9.com> /Users/<username>/Desktop/php.ini /app/data/php.ini && \ cloudron push --app <www.example0.com> /Users/<username>/Desktop/php.ini /app/data/php.ini

    ...etc.

    I haven't scripted it, but I will certainly look into doing that in the future if these types of tasks come up more often.

  • Security Advisory notifications?

    1
    0 Votes
    1 Posts
    153 Views
    No one has replied
  • 0 Votes
    5 Posts
    369 Views
    jadudmJ

    Flatpack and Appimage formats do not provide the kind of process and filesystem isolation that Docker does. I would not be comfortable running run a service like Cloudron if it allowed running things other than well-defined/managed containers.

    Yes, there are ways to break isolation and escalate out of a Docker container, but flatpack apps can, essentially, write anywhere on my system. Updating the ecosystem is also much more difficult; by comparison, it is possible to auto-build Docker containers from source and track recent updates/manage timely security vulns in a way that flatpack/appimage packages do not/rarely do.

  • 1 Votes
    3 Posts
    265 Views
    M

    perfect, thanks, will try it out and get back if it's not working πŸ™‚

  • 3 Votes
    4 Posts
    269 Views
    andres.moyaA

    @girish Thanks!

  • Backup speeds declining ?

    4
    0 Votes
    4 Posts
    185 Views
    timconsidineT

    @d19dotca thanks, will look into all of that

  • Curious about Business subscription

    1
    2 Votes
    1 Posts
    195 Views
    No one has replied
  • Cloudflare - Unauthorized Access Possible?

    6
    0 Votes
    6 Posts
    283 Views
    neurokrishN

    @robi I checked my IP. It's not the one I posted. The IP probably changes as @girish mentioned.

  • 4 Votes
    3 Posts
    355 Views
    girishG

    Yup, we are also in DigitalOcean, AWS Markplace, Vultr as well. Time4VPS also has an image but it's outdated, unfortunately we don't control that image. If anyone knows other hosting providers where we should integrate let us know πŸ˜„ Even better if you have a contact in those providers...

  • Replace iptables with nftables

    14
    2 Votes
    14 Posts
    1k Views
    robiR

    I'm installing a new Cloudron and got bit by this again.. can't get mosh to work without manually tweaking iptables.

    iptables -I INPUT 1 -p udp --dport 60000:60010 -j ACCEPT
  • Exit to the community?

    8
    13 Votes
    8 Posts
    536 Views
    timconsidineT

    @sam_uk : it's a very interesting and good discussion.

    Like @scooke, I'm not sure it's my place to comment much, as it is entirely up to @girish & @nebulon how they want to take things forward.

    I can certainly see that some arrangement like this would get massive thumbs-up from the OS community, and consequently could lead to a significant (huge?) uptake of Cloudron by OS enthusiasts. Meaning there could be a self-interested benefit to Cloudron doing it. But I'm not sure there is something broken which needs fixing, so maybe leave well alone.

    And having said all that, as valuable and excellent a platform as Cloudron is, it's a gateway for deploying and managing OS apps. Does Cloudron itself have to be OS? It's still fantastic and I'm no less of a fan, even if it isn't. If some evil empire body does acquire it, well, life becomes less easy, rather than being directly threatened.

    While the apps that I deploy on Cloudron should be OS wherever possible, it doesn't matter that much to me that the tool I am using to deploy is not OS. I just want it to continue its stability and grow its functionality even further. I use a Mac as primary desktop, and I don't stop doing so because Apple operating system is not open. Cloudron has amply demonstrated their reliability. I don't need it to be OS in order to trust it and use it.

    Just my 2p, others may have different considerations.

  • 0 Votes
    4 Posts
    225 Views
    d19dotcaD

    Ah okay, totally fair then. I’ve not personally noticed things represented in MBps but if my experience doesn’t match the usual that others see then I can appreciate that view. πŸ™‚ thanks guys.