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

969 Topics 8.2k Posts
  • Linphone Flexisip Server in Cloudron core

    1
    2 Votes
    1 Posts
    267 Views
    No one has replied
  • Docker dependency

    9
    2 Votes
    9 Posts
    565 Views
    doodlemania2D

    I can attest that it is definitely NOT a good idea to add more Docker images to a CR box outside of CR. CR assumes it has full use of the box, so, anything additional you add can and possibly will break things šŸ™‚

  • Unstable apps

    3
    0 Votes
    3 Posts
    217 Views
    mehdiM

    It basically means it's in Beta ^^

  • Heads up: cloudflare has restricted some domains

    3
    0 Votes
    3 Posts
    619 Views
    girishG

    OK, @Trankery informed that this happens more most/all freenom domains. This includes .tech as well.

  • 0 Votes
    5 Posts
    380 Views
    J

    @girish Will do. It's actually not the first time I've run into the problem and a re-fresh of the API credentials solved the problem, although this is the first time I specifically observed that it was a 500 error vs. a 401.

  • Cloudron Password Hash Algorithm

    13
    -6 Votes
    13 Posts
    705 Views
    girishG

    @Hillside502 yes, that was a ui bug!

  • Simple, smart WebRTC apps for post-Covid lifestyles

    1
    2 Votes
    1 Posts
    134 Views
    No one has replied
  • BLOB Storage Addon?

    5
    0 Votes
    5 Posts
    239 Views
    doodlemania2D

    That makes sense. BlobFuse is what MS uses for Azure and it is definitely, not amazing.

  • 0 Votes
    11 Posts
    382 Views
    d19dotcaD

    @nebulon Oh! That's awesome, thank you for being patient and clarifying that for me. I appreciate it. So I see that now, it looks like if I'm reading it right it will only run that part to deploy the plugins if that directory does not already exist, and since it will exist of course then it would never be executed. Makes sense. Thanks again! This definitely helps, I appreciate the education on it too. šŸ™‚

  • Hide app

    6
    0 Votes
    6 Posts
    280 Views
    jdaviescoatesJ

    @yusf ah

  • OnlyOffice no longer has mobile editing šŸ˜­

    5
    0 Votes
    5 Posts
    598 Views
    jdaviescoatesJ

    It's a shame no one from OnlyOffice actually explains why they "HAD" to remove mobile editing.

    "The fact is we HAD to limit the mobile web version feature since the question is about the future of ONLYOFFICE."

    Also learned something on that thread about how apparently collaborative editing won't work with mobile app version šŸ˜

  • remotestorage.io

    1
    1 Votes
    1 Posts
    147 Views
    No one has replied
  • Kopano, Jitsi, BigBlueButton - why Kopano?

    17
    -1 Votes
    17 Posts
    1k Views
    scookeS

    @nebulon You are all doing amazing work, thank you!

  • Colocated secondary backup

    Solved
    10
    1 Votes
    10 Posts
    408 Views
    yusfY

    Oh, Iā€™m glad to hear it. Either they did rely on AWS at one point or I got it backwards completely. Either is fine if they now have their own infra. šŸŽ‰

  • Who want to share recipes ?

    5
    3 Votes
    5 Posts
    382 Views
    JOduMonTJ

    @jdaviescoates from what I understand Chatbot fall under Social Network Login or OmniChannel Integrations which are only available under SaaS and/or with a license, which I'm not sure or to deal with via Cloudron since you have to contact them and they talk about docker deployement.

    @yusf said in Who want to share recipes ?:

    Botpress app request here šŸ˜

    I tried botpress almost 2 years ago, it was already pretty impressive and intuitive.

    for the Rocket.Chat / BotPress it seams to be in development

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • I propose a new category... Work in progress

    5
    3 Votes
    5 Posts
    297 Views
    jdaviescoatesJ

    @girish really great to see Freescout is a WIP, my local Covid 19 mutual aid group are interested in using it...

  • sender rewriting when using external SMTP

    4
    0 Votes
    4 Posts
    314 Views
    girishG

    @hendrikvl said in sender rewriting when using external SMTP:

    And no, my mail relay does not accept IP whitelisting. It's not a proper mail relay service to be exact, but just a regular mail service with outgoing smtp for authenticated users.

    Ah yes, someone was trying to do this with a gmail account as well sometime back (and more recently with a mailbox.org account). I think we have to implement this feature in Cloudron to make this use case work.

  • Ability to synchronise backup and apps update schedule

    7
    0 Votes
    7 Posts
    360 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

    4
    1 Votes
    4 Posts
    290 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).