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.6k Posts
  • Best app for calendar and contacts sync

    7
    1 Votes
    7 Posts
    2k Views
    P
    I have been using SOGo, and I love it. I have it set up with mobile (iOS) and desktop (thunderbird) apps, and I use an email forwarding system as well that is working flawlessly. I set SOGo to be native and default contacts, calendar, and email app and its great
  • DNS: "Domain nameservers are not set to <provider>"

    domains
    11
    0 Votes
    11 Posts
    1k Views
    d19dotcaD
    @girish said in DNS: "Domain nameservers are not set to <provider>": adding a flag to ignore the name server check should be ok. I think we still want to keep the default to checking the name server since this is general/common flow on Cloudron. Yes please, this would be great. Definitely fair to keep it as a default to check the name servers, but a checkbox to ignore it would be fantastic! This would help us in changing DNS providers in a fault-tolerant way by being proactive setting up the DNS records at the new provider. @girish said in DNS: "Domain nameservers are not set to <provider>": Did you create Feature request for this already ? Unfortunately not, I guess I made a bad assumption this would be included from the original discussion I created, haha, I think I probably should have set this as a Feature Request instead. Sorry for not filing that earlier. I went ahead and created one though here for that: https://forum.cloudron.io/post/54948
  • Admin and support question

    18
    3 Votes
    18 Posts
    3k Views
    BrutalBirdieB
    @privsec said in Admin and support question: I wish there was a handy video series or something on how to package an app for cloudron Uhmm not from the staff team but from appdev team by @fbartels
  • Cloudron and Codeberg vs Github vs Gitlab vs Gitea

    3
    0 Votes
    3 Posts
    1k Views
    marcusquinnM
    Gitea I like. Keep meaning to move everything over from GitLab or sync them somehow. GitHub is almost unavoidable if you want to build community recognition, but doesn't mean you have to give it your best work, which inevitably now is food for AI code-gen. OneDev looks very interesting too: https://forum.cloudron.io/topic/5488/onedev-all-in-1-devops-platform (this post could do with more screenshots and the animated Gifs to show it off here) https://github.com/theonedev/onedev https://code.onedev.io/projects/160
  • Feedback on new graphs in 7.3.2

    2
    1
    1 Votes
    2 Posts
    446 Views
    girishG
    The disk usage graph data is only on demand (i.e it is not collected over time periodically). The cpu and memory data is collected over time. I think what you are seeing here is that the query is taking a long time to load since it requests the data for each app individually. I will see if we can parallelize the queries so that the page loads faster.
  • Mail Clients

    4
    0 Votes
    4 Posts
    803 Views
    P
    @robi said in Mail Clients: @privsec No deletion happens. Just install the other mail apps and continue. The only thing that might Huzzah!! Thank you
  • 0 Votes
    7 Posts
    2k Views
    L
    @jdaviescoates Thanks incredibly for suggesting this method! The NodeBB plugin works well. A reboot is required and you need to enable the plugin too. The calendar application is beautiful: full calendar, with some humane licencing. https://fullcalendar.io/docs
  • How We Can Make IPv6 Safe for Privacy

    2
    0 Votes
    2 Posts
    412 Views
    girishG
    The IPv6 privacy extension is interesting read as well - https://www.rfc-editor.org/rfc/rfc4941 . In essence, temporary dynamic IPv6 is created on the fly to minimize tracking/fingerprinting.
  • Cloudron Database Credentials

    2
    0 Votes
    2 Posts
    428 Views
    nebulonN
    Hi there, each app gets their own set of credentials to access the database. Those are available in the apps environment. For postgres those would be https://docs.cloudron.io/packaging/addons/#postgresql However this only works across apps, if they run on the same Cloudron, not for external services or apps, since those databases are not exposed publicly and only run in an isolated network on localhost of the server itself.
  • Is there a way to create email addresses without creating Cloudron users?

    34
    3 Votes
    34 Posts
    4k Views
    robiR
    do we need a custom role? Or a way to decouple email from cloudron?
  • User authentication and LDAP

    15
    1 Votes
    15 Posts
    2k Views
    A
    @jdaviescoates customer signs up for an account (on Nextcloud) to collect a free product. to buy more, customer is asked to log into their account, but that page is actually a Wordpress registration form looking like a log in form. Customer enters the same credentials, so both accounts will correspond (and both sites are under one brand/visual identity). when coming back to their account page (on Wordpress) for future purchases and such, customer will use a similar looking log in form, that is actually a log in form. Of course: the camouflaged registration form needs to be used only the first time. I can arrange that through the onboarding flow. I still need purchases on Wordpress to be reflected for the corresponding user on Nextcloud. I'll start manually (again, tiny operation), then I think I can automate that through the APIs on n8n, like Stripe to Nextcloud. Just need to learn more about how that works...
  • Stress TEsting cloudron app

    1
    0 Votes
    1 Posts
    351 Views
    No one has replied
  • Cubby is great!

    cubby review files
    6
    1
    5 Votes
    6 Posts
    2k Views
    L
    @timconsidine said in Cubby is great!: @LoudLemur Understand the motivation and also the usefulness in certain use cases. But (repeating another comment elsewhere) I like that Cubby is separate and reduces/eliminates any risk of "link bleeding" or hijacking of links. I guess that if integration is implemented, it could just be disabled. At least that is what I would request. In that way its standalone / segregated implementation can be retained. I didn't think of that. It would be important.
  • Security Recommendations...

    12
    0 Votes
    12 Posts
    2k Views
    L
    https://attack.mitre.org/
  • What do you use for your VPS?

    17
    2 Votes
    17 Posts
    4k Views
    7dowWilkes7
    @LoudLemur I use the smallest VPS with SSD (Cloud VPS S). For my small family (e.g. for using Nextcloud and Vaultwarden) this is more than sufficient, at least for my needs.
  • 0 Votes
    5 Posts
    1k Views
    JeyakumarrathnaselviJ
    @msbt Thanks a lot. you helped me at a right and saved lot of time
  • Cloudron Support for Render Marketplace

    7
    0 Votes
    7 Posts
    1k Views
    D
    @girish https://render.com/docs#docker You can see examples of other marketplace apps here: https://github.com/render-examples
  • Github Action to deploy a Cloudron app

    github github actions cicd
    7
    6 Votes
    7 Posts
    2k Views
    robiR
    It seems @jimcavoli already got this working, see here: https://forum.cloudron.io/topic/3678/build-deploy-to-cloudron-from-github-actions
  • Cloudron's Gitlab link is now show dangerous.

    Moved
    7
    1
    0 Votes
    7 Posts
    1k Views
    A
    @subven it not router fault? I am on data mobile and it is also showing on when is wifi enables but this screenshot is on Data two day ago. And my phone is Verizon galaxy s21 5G with all Verizon app and mcafee. And it called Digital Secure by Verizon it build with mcafee. And now this site not showing anymore so please solved this. I just want let you guy know Thank you
  • Discord Bot Setup

    10
    0 Votes
    10 Posts
    2k Views
    murgeroM
    @girish This is likely gonna be MUCH cleaner, thanks for letting us know!