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
  • Weather?

    weather
    9
    0 Votes
    9 Posts
    1k Views
    necrevistonnezrN
    @robi wow, that’s ugly
  • WP Divi theme + email form

    10
    0 Votes
    10 Posts
    1k Views
    micmcM
    @ruihildt said in WP Divi theme + email form: I think a friend of mine used a third party email form plugin to have email working with Divi on cloudron. @robi Indeed, if it's for a simple online form any good form builder plugin will do it.
  • VPN Split-tunneling

    5
    0 Votes
    5 Posts
    1k Views
    fbartelsF
    The Android apps for both OpenVPN and Wireguard seem to support this out of the box, the missing link however are the desktop apps. I am not a customer of any of the named companies, but a way to achieve this on a linux system is with "network namespaces" (or plain routing if you know which servers the app in question is talking to). On the wireguard blog the following article explains the setup for this: https://www.wireguard.com/netns/
  • Anyone used Cloudron in VPS but backup to NAS at home?

    9
    1 Votes
    9 Posts
    2k Views
    d19dotcaD
    So my WD My Cloud EX2 device seems to be having issues connecting to no-ip to register as a DDNS client to keep the IP always updated, as one of a few issues I'm encountering right now. I have no computer at home that's always on (I only have laptops), so I'm thinking of maybe getting a cheap computer just to run Cloudron inside of VirtualBox or something which points to the WD NAS with a mount point, run the Minio app in Cloudron to store on the WD NAS, and maybe that'd work? Does that even make sense though?
  • Sharing data between Jellyfin and Nextcloud

    Moved
    7
    0 Votes
    7 Posts
    4k Views
    D
    @mehdi said in Sharing data between Jellyfin and Nextcloud: @jdaviescoates No, volumes on cloudron are just for sharing a directory between apps. They do not take care of mounting it on the FS for you. In your case, as it's already mounted, it seems it would work. But you gave the example of S3, in which case you would have to find a way to mount it. Since u said you can share data between Jellyfin and Nextcloud, it should be the same be possible with PeerTube and Nextcloud? I didnt look into the volumes since i was working on a Nextcloud App for PeerTube but that makes it easier. Since your Nextcloud Built is already on PostgreSQL it should be working just by changing some entrys.
  • Kubesail

    1
    4 Votes
    1 Posts
    299 Views
    No one has replied
  • Cloudron Business Idea: VPN

    cloudron vpn business funding
    5
    0 Votes
    5 Posts
    1k Views
    L
    @timconsidine Cloudron seems to be using a very similar marketing strategy already, though arguably not advertising it adequately: [image: QmcgxZFrhqUVXhBBfXyiZtBMvBBdv3ZyqS9vu3Rrf23oRL] Whilst on this topic, some hosts are a bit nervous about Cloudron's email capability, or perhaps they are just nervous in general about email. (I think they don't want mass-mailing, emailing of newsletters, etc.) Perhaps somebody could give us some guidance or suggestions related to this?
  • Low RAM Applications

    ram resources requirements memory cores
    3
    1 Votes
    3 Posts
    681 Views
    L
    @timconsidine Thanks, that is good to hear. I think it is quite natural when somebody discovers Cloudron to go wild installing things to try them and that takes quite a lot of RAM. One other benefit of smaller applications is that there are often fewer lines where bad code could hide or where things could go wrong.
  • Ability to schedule restart/reboots/updates

    Moved
    11
    1 Votes
    11 Posts
    2k Views
    potemkin_aiP
    @girish created: https://forum.cloudron.io/topic/5841/automated-server-reboot
  • Cloudron LBRY Channel

    cloudron lbry odysee invidio.us
    4
    2 Votes
    4 Posts
    798 Views
    L
    @timconsidine Cloudron already have a YT channel. Here it is on an Invidio.us instance: https://invidious.snopyta.org/channel/UCOaWnVX6wqEI-IMdV9_s8_A Cloudron could one-click import that channel onto LBRY https://lbry.com/faq/youtube [image: QmVgFS1t4UoZ3BxewSCDHBFeEMw6Kd212Hz2jJaWmLX7m9]
  • Flounder = HTTP(S) + Gemini

    2
    1 Votes
    2 Posts
    350 Views
    L
    @robi Flounder is popular with the Gemini Project: https://gemini.circumlunar.space/docs/faq.gmi Gemini aims for and achieves elegance. It is like a more modern version of gopher. It is great for people fed up with the tracking and bloat on many modern websites. Many users rely on somebody else to deploy and run a gemini server in order to have some place to host their content. It would be wonderful if Cloudron could help people self-host by offering a server to deploy. I am going to create a request for Molly Brown here: https://forum.cloudron.io/topic/5827/molly-brown-gemini-project-on-cloudron
  • Free cloud computing hosting

    19
    0 Votes
    19 Posts
    3k Views
    christiaanC
    @timconsidine great, okay thanks for that. I ended up exploring Gandi's SOGo implementation, which comes with their email hosting, and it all seems to work well for calendars and address book now. It didn't when we first signed up. So that's kind of solved my problem really!
  • Apache Vulnerabilities

    7
    0 Votes
    7 Posts
    1k Views
    murgeroM
    @d19dotca I agree. Would be lovely!
  • Possibility to add Customers inkl turnover

    Moved
    5
    1 Votes
    5 Posts
    1k Views
    robiR
    @digitegal I think @marcusquinn would enjoy learning more about your setup.
  • Running DBs on S3 🤯

    1
    1 Votes
    1 Posts
    242 Views
    No one has replied
  • Small page anchor error in docs

    documentation
    2
    0 Votes
    2 Posts
    476 Views
    girishG
    @zylstra thanks! fixed.
  • Local unbound with external DNS instead of local recursion

    networking unbound
    2
    2 Votes
    2 Posts
    806 Views
    girishG
    @hendrikvl It's not a problem to have local network specific configuration in unbound. See https://docs.cloudron.io/networking/#private-dns . As for the motivation, we use unbound because the mail server needs to do DNSBL queries. Most of the DNSBL servers like Zen SpamHaus will not respond if the queries originate from Google/Cloudflare DNS. This forces us to run our own DNS server. The other motivation was also to log DNS lookups by apps to identify any malicious use but we never got around to this (this was initially designed for a setup where we expected all app packages to be done by 3rd party). Finally, the unbound server should not be used much at all because most of the apps should not be querying anything external.
  • 1 Votes
    16 Posts
    4k Views
    robiR
    I didn't know Argo tunnels were free. So one can hide the mail service and put it thru an Argo tunnel on a subdomain to the world. https://docs.ibracorp.io/all-guides-in-order/documentation/cloudflare-tunnel Similarly one can have another domain and IP handle the incoming, which is tunneled to you via Tailscale. https://docs.ibracorp.io/all-guides-in-order/documentation/tailscale
  • 0 Votes
    13 Posts
    2k Views
    M
    @girish do you need anything from me or can you replicate that by yourself?
  • Alternatives to LimeSurvey?

    7
    0 Votes
    7 Posts
    1k Views
    andres.moyaA
    If you are using Nextcloud, or don't mind installing it, you can try the Polls module: https://apps.nextcloud.com/apps/polls