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.3k Posts
  • Collectd: Extend metrics and use from outside?

    3
    0 Votes
    3 Posts
    571 Views
    R
    @girish I'm generally looking for a monitoring system. I first thought about Icinga but then realised that Cloudron is using collectd already. So, I don't have a preferred monitoring setup, yet. Does anyone has experience with monitoring Cloudron, e.q. in a setup with multiple Cloudrons?
  • YouTube video on Cloudron for FreeScout

    5
    8 Votes
    5 Posts
    1k Views
    BrutalBirdieB
    Don't forget to feed the youtube algorithm. Like, comment and interact with the video so it will be pushed to new people.
  • Cloudron CCTV Home Protection

    cctv surveillance shinobi
    13
    0 Votes
    13 Posts
    2k Views
    colonelpanicC
    I remember Shinobi having the best user interface when I tried it and a few of other options a couple of years ago. I ended up taking the motioneye route because I found it easier to configure, integrate and maintain.
  • 0 Votes
    1 Posts
    278 Views
    No one has replied
  • Cloudron LDAP access for external apps?

    Solved
    11
    1 Votes
    11 Posts
    2k Views
    nebulonN
    @jdaviescoates thanks for the hint
  • 5 Votes
    12 Posts
    2k Views
    M
    @girish Gotcha but as long as I don't do that, I should be gtg. Im just thinking of a script that does 3 things. Grabs all the IP's from emerging threats block list Grabs all the 403/404's from access logs sends them to greynoise to check if they are known "noise" and then Add both of these IP groups to that file and restart the service.
  • Why change email server location?

    Solved
    8
    2 Votes
    8 Posts
    1k Views
    bigbucketboyB
    @necrevistonnezr Great! Thanks for your guys help. It’s much appreciated.
  • Question about APIs

    4
    0 Votes
    4 Posts
    704 Views
    P
    @nebulon @girish NVM! i figured it out!! Had to append the URL call with the (?access_token=) parameter & token Figured it out with SoapUI first then got it to work in Wappler +1
  • More subscription options

    pricing subscription
    7
    0 Votes
    7 Posts
    2k Views
    avatar1024A
    @girish Thanks Girish. I'll email you directly (support@cloudron) so we can tidy things up.
  • Release to Formal Update Time

    Moved
    3
    0 Votes
    3 Posts
    549 Views
    nebulonN
    @ddlidded the updated app package is now released.
  • 1 Votes
    25 Posts
    4k Views
    humptydumptyH
    @jdaviescoates said in *Really* lightweight, simple (use and administration) real time chat? Does it even exist today?: Sadly not open source Sorry! I skimmed the post, I must have missed that requirement
  • 10 Votes
    16 Posts
    3k Views
    ?
    This is super helpful. I’m hoping we see something like this as a feature baked in though. Like multiple backup sources with different schedules
  • Script to automatically update cloudflare ip blocklist

    cloudflare
    1
    5 Votes
    1 Posts
    304 Views
    No one has replied
  • Cloudron external ldaps with OpenCTI

    5
    0 Votes
    5 Posts
    1k Views
    M
    I haven't had a chance to finish the overall guide for the cloudron specific part but I completed a guide for installing OpenCTI with Traefik, Elasticsearch, and lots of plugins. I also have a complete docker-compose for OpenCTI, Elasticsearch cluster with X-Pack security, and multiple plugins as well as LDAP integration. you can find it here OpenCTI install guide https://dev.azure.com/Mastadamus/OpenCTI/_wiki/wikis/OpenCTI.wiki/3/OpenCTI-with-Traefik-Reverse-Proxy OpenCTI GIT that contains my templates https://dev.azure.com/Mastadamus/_git/OpenCTI If you just want to skip to how you integrate LDAP with OpenCTI docker-compose I will paste examples below - PROVIDERS__LDAP__STRATEGY=LdapStrategy - PROVIDERS__LDAP__CONFIG__URL=ldaps://Your.Domain.Name:636 - PROVIDERS__LDAP__CONFIG__BIND_DN={{`cn=admin,ou=system,dc=YourLDAPserverName`}} - PROVIDERS__LDAP__CONFIG__BIND_CREDENTIALS=XXXXXXXXXX - PROVIDERS__LDAP__CONFIG__SEARCH_BASE={{`ou=users,dc=YourLDAPserverName`}} - PROVIDERS__LDAP__CONFIG__SEARCH_FILTER={{`(cn={{username}})`}} - PROVIDERS__LDAP__CONFIG__MAIL_ATTRIBUTE=mail - PROVIDERS__LDAP__CONFIG__ACCOUNT_ATTRIBUTE=givenName - PROVIDERS__LDAP__CONFIG__ALLOW_SELF_SIGNED=true - PROVIDERS__LOCAL__STRATEGY=LocalStrategy
  • Stupid Q but how do you safely turn off a Cloudron home server?

    Solved
    6
    0 Votes
    6 Posts
    1k Views
    humptydumptyH
    @nebulon Good to know. Thank you!
  • 0 Votes
    2 Posts
    624 Views
    girishG
    @hustler We don't have anything public for students but can you write to support@cloudron.io ? We will see what we can do, thanks.
  • Cloudflare - api removed soon!!

    2
    0 Votes
    2 Posts
    634 Views
    girishG
    @ApplegateR I think this is some legacy hosting provider API. Cloudron uses https://api.cloudflare.com/ , so we should be fine.
  • Enhanced RO FS - EROFS

    6
    1 Votes
    6 Posts
    865 Views
    robiR
    Given the inclusion of EROFS in the Linux kernel and it making into Ubuntu, a few questions come to mind. Among the features listed are compression and caching. Hence the question is, what is the Cloudron configuration for EROFS and are we using the potential for caching and compression since we run so many containers based on an identical base image. @girish is it defaults or thoughtful tuning?
  • Wasabi Timed Deleted Storage

    wasabi
    7
    1
    0 Votes
    7 Posts
    3k Views
    jdaviescoatesJ
    @Aizat said in Wasabi Timed Deleted Storage: @timconsidine thanks, I'll check Scaleway and Hetzner out FYI both (aside from Hetzner US location where they're just co-locating)) are 100% powered by renewable energy too, imho an important consideration in a climate emergency
  • Packaging own apps : what guidance do you want

    10
    8 Votes
    10 Posts
    1k Views
    micmcM
    @timconsidine Yes, as mentioned by @humptydumpty and maybe start with, what tools do I need to have ready, and we should get our feet wet with in some cases, before starting, which are going to be in use during the whole process. Cloudron CLI of course, what else? A docker registry? A GIT server? A VPS with docker installed? A Docker desktop version? (as well as the previous?) How are they connected? Etc Maybe also an example of how one is (or should be) set up? Thanks for the offer mate!