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

954 Topics 8.2k Posts
  • Backup to Storage Box takes a long time

    5
    0 Votes
    5 Posts
    835 Views
    archosA

    @humptydumpty Yes I also tried Synology and it is bad. The speed is even worse. I use Rsync. I ordered a new storage box with location in Germany and everything ok.

  • Beautiful Roadmaps?

    2
    0 Votes
    2 Posts
    248 Views
    girishG

    Closest I can think of is Wekan. Maybe taiga as well, depending on your use case. OpenProject also has some roadmap feature, but I don't have experience with it.

  • Deploying apps that treat code as data

    17
    9 Votes
    17 Posts
    658 Views
    MooCloud_MattM

    @robi
    in general, having support for multiple drivers for Volumes is a good idea, but set in the Manifest standard the support for multiple volumes, could solve the issue at least partially.

  • USB hardware and Cloudron Docker images

    13
    0 Votes
    13 Posts
    674 Views
    mehdiM

    Another, safer, way, would be to use the alternative paths. In my case, that would be /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0 or /dev/serial/by-path/platform-3f980000.usb-usb-0:1.5:1.0-port0

  • 0 Votes
    2 Posts
    224 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
    394 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
    328 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
    269 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
    371 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
    592 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
    487 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
    154 Views
    No one has replied
  • 0 Votes
    5 Posts
    374 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
    267 Views
    M

    perfect, thanks, will try it out and get back if it's not working 🙂

  • 3 Votes
    4 Posts
    273 Views
    andres.moyaA

    @girish Thanks!

  • Backup speeds declining ?

    4
    0 Votes
    4 Posts
    191 Views
    timconsidineT

    @d19dotca thanks, will look into all of that

  • Curious about Business subscription

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

    6
    0 Votes
    6 Posts
    289 Views
    neurokrishN

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