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.7k Posts
  • 11 Votes
    10 Posts
    4k Views
    necrevistonnezrN
    @jhoney12 Are you a bot?
  • 1 Votes
    3 Posts
    485 Views
    J
    @luckow said in To get a deeper understanding of the use case: multiple admins on one Cloudron instance - c2a in tiles and list view. What is your experience?: Admins needs visible action items. Maybe this is one of the feature requests... There is no information about admin notes in the tiles or list view. Is this due to the missing use cases or is it intentional? Right.. you are not missing anything. The admin notes is just some free flowing markdown text shared between admins. And nothing more. I think we should all brainstrorm for workflow ideas and we can implement them.
  • CPU Usage Graph with 400%

    cpu graph system info
    2
    1 Votes
    2 Posts
    444 Views
    nebulonN
    The percentage is 100% times the CPU cores. So presumably you have 4 cores, which is then reflected in the percentage.
  • Redirect bare domain on Cloudron to non-Cloudron domain

    Solved
    3
    0 Votes
    3 Posts
    412 Views
    humptydumptyH
    @marcusquinn That worked beautifully. Thanks Marcus!
  • Standard template for App Wishlist

    cloudron wish wishlist application
    3
    5 Votes
    3 Posts
    529 Views
    girishG
    Maybe also an "Alternative to:" line ?
  • Danish 🇩🇰 language package

    Solved
    19
    4 Votes
    19 Posts
    4k Views
    J
    Translations have been updated for Cloudron v8.0.4 God fornøjelse med den nye version og de nye funktioner
  • Just discovered "List View" - that's cool!

    2
    1
    6 Votes
    2 Posts
    422 Views
    marcusquinnM
    Also, I think the App Title column is redundant, if wanting to save horizontal space, and could be replaced with a tooltip for rollover on the icon.
  • Cloudron Affiliate Links?

    cloudron affiliate link rewards
    6
    0 Votes
    6 Posts
    1k Views
    SansGuidonS
    Thank you !
  • Streamline Feature Requests / App Wishlist

    Moved
    2
    1 Votes
    2 Posts
    330 Views
    nebulonN
    Some better app package wishlist voting might be nice indeed. Also, I like that ClearFlask has explicit self-hosting pricing. This is always a good indicator if projects care about the selfhosted edition and not just focus on the SaaS part.
  • Disable SSL?

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    potemkin_aiP
    For example, because I can't close it with my Web Application Firewall - caddy based. But, I was checking nginx config for 443 port and I understand now why it's not planned - it would require quite a lot of changes.
  • Best CMS Alternative to Wordpress?

    6
    1 Votes
    6 Posts
    2k Views
    luckowL
    @taowang Perhaps this will help as a starting point: https://www.cms-garden.org/en
  • How to run local Llama 3.1 405b with RAG with Cloudron?

    a.i r.a.g llama 3.1
    6
    1 Votes
    6 Posts
    2k Views
    C
    @humptydumpty Let me suggest a great book to read: Co-Intelligence, by Ethan Mollick. I have read 70% of the book and am coming to the same opinion as the author: "invite AI to your work table all the time". Whether its writing an article, marketing study, presentation or report, it can help create the first draft (edit and polish it yourself). It can generate example code (fix, check and correct it yourself). I find AI helps when you are staring at a blank screen wondering where to start. It can generate many ideas, but it is best when you evaluate and refine them. I also found the author presented some great examples of using "prompt engineering" and "personas" to get better results. But there are also subtle reminders in the book about training bias, how AI tries to generate answers that "please us humans", and its inherent limitations and why the same prompt will generate inconsistent responses. Like any tool, it needs to be wielded by a trained craftsman. It can help you get work done faster, but it can also help you get to the wrong answer very quickly.
  • DNS - Delegation, Subzones and scoped API tokens

    4
    0 Votes
    4 Posts
    948 Views
    BrutalBirdieB
    @girish exactly. Why are so many DNS providers missing this?
  • lf photo app recommendation

    7
    1 Votes
    7 Posts
    1k Views
    G
    @humptydumpty I have an Android phone and I had to convert / transcode videos to get them to play in Firefox when hosted in Immich. I think Chromium browsers worked without issue - I can't remember the details. I don't have time to manually convert every video file I've taken though, so I ended up uninstalling Immich.
  • Any experiences with IONOS S3 space for backup?

    Moved ionos backups
    4
    1 Votes
    4 Posts
    823 Views
    girishG
    @dsp76 thanks, will adjust the code accordingly. https://docs.ionos.com/cloud/managed-services/s3-object-storage/endpoints says it is a "contract owned" endpoint and it's the future
  • Edit files using the File Manager changes their ownership - why?

    Solved
    3
    1 Votes
    3 Posts
    675 Views
    girishG
    This was just a bug, sorry it slipped through! Already fixed for next release.
  • Looking for CronJob command to Stop an App on Schedule

    4
    1 Votes
    4 Posts
    694 Views
    D
    Thank you for the help
  • Appreciating Cloudron’s controls over app updating

    1
    2 Votes
    1 Posts
    237 Views
    No one has replied
  • The Best Way to Introduce Cloudron to Self-hosting Beginners

    2
    3 Votes
    2 Posts
    503 Views
    marcusquinnM
    I think the best way is just campaigning for more hosts to make it a VPS imaging option. Tech is all about getting a name out there alongside every other related name. Making it a one-click option to try, in the very place target-audience are looking at the most will capture a lot more curiosity, and those users sticking with it will become brand champions to help their friends do the same.
  • Why you should replace NGINX, it's time to upgrade.

    15
    5 Votes
    15 Posts
    3k Views
    T
    Just tried out Caddy today! It is extremely easy!!! I deployed Flowise with only two lines of caddyfile code. flowise.riverhill.ai { # Use Cloudflare SSL certificates tls /etc/caddy/certs/cert.pem /etc/caddy/certs/key.pem # Reverse proxy to Flowise reverse_proxy localhost:3000 } This really opened a whole new world for me! I also tried Traefik, but I had to ask ChatGPT to add labels for me. I don't really understand how those lables work... This is a great tutorial. Worth checking out.