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
  • Ability to synchronise backup and apps update schedule

    7
    0 Votes
    7 Posts
    2k Views
    girishG
    @RoboMod Thanks for the script and @ruihildt thanks for the suggestion. We will look into this in a coming release. It makes sense to keep them in sync. I have long wanted better backup rotation policies as well - https://git.cloudron.io/cloudron/box/issues/441
  • Learning to Program for Cloudron

    custom-apps
    4
    1 Votes
    4 Posts
    961 Views
    girishG
    I would say: Learn docker. This is the base deployment tool for Cloudron. No need to learn compose/swarm etc. Take some time to learn Heroku. Also see 12 factor app. A lot of ideas for Cloudron app deployment are inspired from these two PaaS concepts. Heroku can deploy lots of different frameworks/stacks, so just pick one you are comfortable with. And then the tutorial link above should be easy to follow. Without knowing 1 & 2, the tutorial can be hard to understand. Finally, there is lots of code at https://git.cloudron.io/box (looks for -app suffixed repos).
  • SMTP Masquerading denied when using unknown domain

    1
    0 Votes
    1 Posts
    352 Views
    No one has replied
  • AWS EC2 Dedicated IP blocked by Outlook

    email relay
    3
    0 Votes
    3 Posts
    1k Views
    girishG
    @rfg You have to setup a mail relay for your outbound mails. The big cloud providers like aws, gce, azure will all block emails from VMs directly. See https://cloudron.io/documentation/email/#relay-outbound-mails
  • Cloudron as Webhosting Panel

    mail usermanagement
    3
    2 Votes
    3 Posts
    943 Views
    jdaviescoatesJ
    @girish this all sounds great - looking forward to the next release! It would also be really nice if there was a simple way to limit the visibility of apps by domain (perhaps using groups?). I realise that at present it's possible to create groups and then limit access to specific apps to specific groups, and that could be used now to achieve this, but I'd like a quicker and easier way to say to Cloudron: "this group has access to all apps on this domain" (but none of the other domains) than having to do it app by app. Make sense?
  • DevPorn please: Which tools Cloudron team are using ?

    6
    2 Votes
    6 Posts
    2k Views
    girishG
    We are quite attached to hastebin since it's one of the first apps that we packaged on Cloudron For mail client, I use thunderbird on desktop and k9 on android. I use rainloop to setup filters. The thunderbird managesieve extension is not the best.
  • I believe in Cloudron's mission 200%. How can I help?

    11
    5 Votes
    11 Posts
    3k Views
    JOduMonTJ
    @girish said in I believe in Cloudron's mission 200%. How can I help?: what the issue is here sometimes warning are only to warn you such as asking you to take a look, often if you able to explain why it's like that and it sound reasonable from a security perspective it's fine. The grub and kernel issues (which are the bulk of it) are outside the scope of Cloudron especially on a VPS. I also don't applied all recommendation because it restrain too much the instance such as an example it will be impossible to login as root from the console unless you reboot at the level 1
  • 4 Votes
    12 Posts
    3k Views
    W
    @iamthefij Well the you can make it so you're not discoverable unless you message the person. Thats pretty anonymous
  • Presentng Cloudron to co-ops at OPEN 2020?

    2
    3 Votes
    2 Posts
    566 Views
    nebulonN
    Thanks for reaching out, sounds like a very interesting conference. I will send you a mail to get in touch. Best, Johannes
  • Centralized log aggregration for apps

    logs
    3
    0 Votes
    3 Posts
    828 Views
    nebulonN
    Can you describe the use-case a bit further? Cloudron already collects logs for each application and addon, as well as the Cloudron related platform components. Generally it is not supported to install other daemons on the side of Cloudron on the same server, since we cannot test such configurations during updates. FYI all the logs are collected currently as described here https://cloudron.io/documentation/troubleshooting/#logs
  • This topic is deleted!

    Moved
    9
    -2 Votes
    9 Posts
    81 Views
  • Other pricing model for small installation

    pricing
    6
    1 Votes
    6 Posts
    2k Views
    JOduMonTJ
    @nebulon said in Other pricing model for small installation: dev license and for the dev license, it is one dev license per server/installation ?
  • Licencing'ly speaking

    licensing
    2
    0 Votes
    2 Posts
    720 Views
    nebulonN
    Our subscriptions are per Cloudron instance, so per server. We might add multihost or some kind of cluster feature in the future, but so far there was no strong focus on this yet.
  • Do the Cloudron MailServer have a TRACKER_ID ?

    Solved mail
    3
    0 Votes
    3 Posts
    675 Views
    JOduMonTJ
    @nebulon said in Do the Cloudron MailServer have a TRACKER_ID ?: thunderbird plugins installed? you got me, I forgot my mailhop plugin ;s
  • Passwordless login via "Magiclinks"

    1
    1 Votes
    1 Posts
    240 Views
    No one has replied
  • Serve federated apps from root domain

    federated
    15
    5 Votes
    15 Posts
    4k Views
    girishG
    OK, I did another round of searching for answers.. I understood a lot from these two posts - https://schub.wtf/blog/2018/02/01/activitypub-one-protocol-to-rule-them-all.html and https://schub.wtf/blog/2019/01/13/activitypub-final-thoughts-one-year-later.html (from one person behind diaspora). It seems the apps started out initially just federating with instances of themselves. When this was the case, they used webfinger for discovering accounts and information about an account. All the apps are just using @username@installation_domain (and not root domain). Peertube has no setting like LOCAL_DOMAIN - https://github.com/Chocobozzz/PeerTube/blob/develop/config/production.yaml.example#L6 . Same for pixel fed - https://github.com/pixelfed/pixelfed/blob/dev/.env.example#L7 . I guess nobody has gotten to the point of having the same @username@rootdomain to be used across apps. This makes sense because the apps don't really talk to each other apart from providing an activitypub stream. Think of it as each of those document editors supporting MSXML. None of them could load each others stuff in the very early days. In essence, the correct approach for Cloudron for now is to not let LOCAL_DOMAIN be configurable in mastodon. It's just confusing that it even exists without the surrounding standards to support it across apps.
  • Delete local backups from UI

    backups
    4
    1 Votes
    4 Posts
    1k Views
    girishG
    Thanks, I have added both to 4.5 roadmap
  • Will there be a limit to available apps ever?

    9
    4 Votes
    9 Posts
    2k Views
    V
    wow that’s way more than cool! i’m gradually discovering the magic of Cloudron. Loving it!
  • Second installation with same email address?

    Solved
    3
    0 Votes
    3 Posts
    785 Views
    R
    Great news! Than I can install on my small server. Have a nice evening
  • How to suggest edits to the official documentation?

    Solved
    7
    1 Votes
    7 Posts
    2k Views
    girishG
    @jdaviescoates You are welcome to suggest merge requests to https://git.cloudron.io/cloudron/docs if you have lots of minor changes (and it feels painful to open a forum thread/suggestion).