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.5k Posts
  • Suspicous request left one of my cloudron instances

    6
    0 Votes
    6 Posts
    1k Views
    humptydumptyH
    in addition to what @micmc said, Wordfence can detect any changes to the Wordpress core files and email you with any security warnings that come up in the scheduled scans.
  • Most cost effective server for cloudron

    best server lowcost server
    8
    0 Votes
    8 Posts
    2k Views
    P
    @matthewdykstra Whoa! That’s crazy affordable. Ok, good to know. Thank you.
  • Suggested app for SMB - webhost, language tutoring

    2
    0 Votes
    2 Posts
    441 Views
    humptydumptyH
    You can use Wordpress/Woocommerce + FreeScout with some addons to enhance your workflow. Woocommerce Integration for FreeScout: https://freescout.net/module/woocommerce/ The integration lets you see billing history of your clients in a sidebar within Freescout. WP Cost Estimation plugin: https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230 You can use this plugin to create unique forms with the ability to check out directly using Stripe, PayPal, etc.. For example, you add your "products" which in your case would be apps, # of users, etc.. and assign pricing to each option. Then, your client can self-build a package and pay for it. This is one route. You could look into Chatwoot if you're looking to have live chat, email, and social media messages all in one dashboard. BTW, you can set up recurring billing from within Stripe's dashboard and skip Invoice Ninja altogether. However, you get more flexibility with IN.
  • Submit Cloudron to Ubuntu for Publication

    ubuntu cloudron snaps publish
    18
    0 Votes
    18 Posts
    3k Views
    micmcM
    @bubonicfred said in Submit Cloudron to Ubuntu for Publication: You can install snapd on non-ubuntu systems. Though I have no idea if they have any advantage over flatpak or appimage. Yep, except it turns that we want to get away from snap instead of adopting it for some reasons mentioned here above, so well that's a choice
  • Suggested VPS for a 2-app cloudron

    14
    1 Votes
    14 Posts
    3k Views
    nebulonN
    @jdaviescoates I've delete that account and posts now.
  • Collectd: Extend metrics and use from outside?

    3
    0 Votes
    3 Posts
    650 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
    291 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
    3k 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
    2k Views
    bigbucketboyB
    @necrevistonnezr Great! Thanks for your guys help. It’s much appreciated.
  • Question about APIs

    4
    0 Votes
    4 Posts
    823 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
    679 Views
    nebulonN
    @ddlidded the updated app package is now released.
  • 1 Votes
    25 Posts
    5k 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
    335 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!