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
  • Self-Hosted Substack like option for Cloudron

    substack self-host alternative
    5
    0 Votes
    5 Posts
    692 Views
    robiR
    @LoudLemur Commento does work with Ghost. It's funny how the guide to a self hosted fee free substack / patreon site using Ghost builds on a paid theme and a paid commenting system that's all but fee free. Nice side step circle. @doodlemania2 @jdaviescoates As for Substack running on Ghost, NOPE, it's just them using Ghost compatible themes on top of Substack.
  • Dockerimage size for Cloudron

    4
    1 Votes
    4 Posts
    705 Views
    girishG
    You can see what is installed in the base image here - https://git.cloudron.io/cloudron/docker-base-image/ Many of the docs/tools like file manager, terminal etc rely on the base image. For example, tar/zip availability. Ultimately, the images are optimized for developer and support time and not disk size. If there is a problem in an app, you want your tools there to be able to debug quickly. The base image is shared across all apps and services (databases), so it's a one time cost. I remember the last time I used an alpine image, it didn't even have ping to debug. On a side note, you might see a little more docker image use right now because we are migrating all apps to a newer base image which is based on jammy - https://forum.cloudron.io/topic/8130/docker-base-image-4-0
  • What do you use for a shared inbox

    9
    0 Votes
    9 Posts
    1k Views
    P
    @subven Thank you, Ill review these.
  • Cloudron License

    cloudron license
    6
    1 Votes
    6 Posts
    1k Views
    L
    @girish said in Cloudron Licence: I have fixed the year in the license. As for the license itself, the platform code is not opensource or free software if that is what you are wondering. We contribute to opensource in other ways both financially and with development - https://www.cloudron.io/opensource.html . The license text is an adaptation of various other licenses like GitLab EE, Sourcegraph EE license etc. All our app packages are opensource. All the code is at https://git.cloudron.io/ I would like Cloudron to be released under a Free Licence. I am sure I am not alone in this. I feel uneasy about it being non-Free. It feels like the rug could be pulled out from underneath at any moment. It is not that I think that Cloudron might "turn evil", but that pressure could be brought to bear on the maintainers, and in that way infrastructure built on Cloudron could be cancelled. Is there any hope that Cloudron might be re-releaed under a Free licence?
  • Referral or Affiliate engine

    8
    1 Votes
    8 Posts
    1k Views
    marcusquinnM
    Reflio looks like a good candidate to me: https://forum.cloudron.io/topic/7740/reflio-open-source-affiliate-platform-for-saas
  • LastPass Security vs Cloudron Vault Warden

    cloudron vaultwarden lastpass security
    4
    6 Votes
    4 Posts
    822 Views
    subvenS
    I use vaultwarden for business related secrets or where customer data come into play. For my private stuff I still use Chrome sync but also want to switch to vaultwarden. What came to my mind: By January, a lot of people will (hopefully) switch from Chromium sourced browsers to Firefox because of the manifest v3 implementation. Because I don't want to trust Mozilla nor Google, I tinker with the thought to host my own FFsync (Firefox Sync) server to be more independend with my "cloud" hosted data. Had to think about the risks because hosting something like vaultwarden might be safe but I was unsure if FFsync gets the same care.
  • Cloudron and TOR - Running a .onion or i2p eepsite with Cloudron?

    tor onion
    4
    3 Votes
    4 Posts
    623 Views
    doodlemania2D
    @LoudLemur Same could be asked for something like Lokinet. Overlay network support in general would be cool
  • 0 Votes
    2 Posts
    379 Views
    subvenS
    Depends on your use case / what apps you want to provide for your users. For best practice, I avoid the "Visible to all users on this Cloudron" option and remove all assigned groups from a user before deactivating the account. In case of Nextcloud for example, Cloudron groups can be used within the app to give permissions to shares and features. Certain apps can also be configured to give every user that is able to log in a certain amount of permissions (like Nextcloud Auto Groups or specific role managment in Bookstack). I have a "base" group (like <orgname>) giving normal access to apps like Matrix/Element, Nextcloud and Bockstack. Below that I have a group "<orgname>-internal" that give access to more specific apps like Freescout or Kimai. To go even further you can do <orgname>-<department> but for most apps you have to specify user permissions in addition. However it is useful to limit app access by Cloudron groups so users don't end up in a spot where they don't have permissions or no role to fulfill.
  • NetCup - don't use it for professional stuff

    17
    1 Votes
    17 Posts
    3k Views
    jaschaezraJ
    @robi Just use https://postmaster.google.com/. register the mailserver domain there and I raised a support ticket with google. (do not ask me where I found the form form to do this. I googled for the error code and found it by accident :D)
  • Yubikey to secure servers.. has anyone tried it?

    34
    0 Votes
    34 Posts
    6k Views
    BrutalBirdieB
    @humptydumpty Windows no, my gaming windows only has password disk encryption but my linux has disk encryption 2fa support. Sorry can't share anything on windows
  • Ubuntu 22.04 LTS (Jammy Jellyfish) Beta

    36
    5 Votes
    36 Posts
    2k Views
    andreasduerenA
    @girish Everything seems to be running fine as far as I can tell. If its any help to you, I can give you ssh access to troubleshoot. But I'm good on my end.
  • Cloudron vs Heimdall

    heimdall cloudron
    9
    0 Votes
    9 Posts
    1k Views
    L
    @timconsidine said in Cloudron vs Heimdall: @LoudLemur said in Cloudron vs Heimdall: Is there a good "How to" explaining how to run PHP applications (or similar) on the LAMP application? Because the range of applications that could be installed is large, I'm not sure it's easy to write a guide. But in overview : install a LAMP app from the AppStore as normal in the app dashboard (gear icon top right of app tile), use the File Manager to upload the files from the source app you want to add, probably into /app/data/public unpack if uploaded in zip formats FOLLOW APP_SPECIFIC INSTALL INSTRUCTIONS including to use File Manager (or possibly Terminal) to edit any config files re(start) the LAMP app once app is running, delete zip files uploaded Thanks, that doesn't look too much to try. Maybe we could create a thread/list of applications which have been tried on Cloudron's LAMP application and which ran well...
  • 2 Votes
    1 Posts
    354 Views
    No one has replied
  • 1 Votes
    16 Posts
    1k Views
    d19dotcaD
    @jdaviescoates said in Server migration tips? Need same ubuntu version? Possible to do without downtime?: I guess I could try: add the ip of my old server to my /etc/hosts file on my laptop so I can access it again post DNS changes boot up my old server and run a backup Then try the restore email thing linked above by copying the relevant files from one server to the other (not sure how exactly I'd do that, I guess maybe with scp or something) But I wonder if another option would be to add the ip of my old server to my /etc/hosts file on my laptop so I can access it again post DNS changes boot up my old server and run a backup restore this new backup of the old server into the new server (although I guess this could now get messy - what would happen with emails that have since arrived on the new server). I'd recommend the first option there to avoid overriding any emails on the new server which aren't on the old server. The first steps would be good because then you'd get a backup again you can follow the steps from the docs at that point to restore emails, essentially merging with the new server afterwards. Definitely will be interested if @staff has any other recommendations though, will be good to know for future.
  • Cloudron - Dark / Night Theme ?

    4
    0 Votes
    4 Posts
    789 Views
    nebulonN
    @LoudLemur this is not an easy feat on our side actually, so I would rather aim to wait for upstream to fix that issue instead of introducing lots of potential corner-cases in our stylesheets.
  • Live database backup

    backups
    3
    0 Votes
    3 Posts
    473 Views
    girishG
    The db dumps are atomic (it's a feature of the databases). What's not atomic is if an app does not make database changes in a transaction. Or if it tracks state outside of the database. For example, if it writes some media file to filesystem and tracks something else in database. Outside of disk snapshots, there is no way to snapshot a database and filesystem at the moment in time. Disk snapshot of a database is not very portable and in most cases on cloud servers disk snapshots of specific paths are not an option. I used to worry about this a lot back in the day But hundreds of thousand of installation later, I can tell you that I have never hit this problem (the atomicity aspect).
  • 0 Votes
    25 Posts
    2k Views
    necrevistonnezrN
    @LoudLemur said in After self-hosting my email for twenty-three years I have thrown in the towel. The oligopoly has won.: @necrevistonnezr said in After self-hosting my email for twenty-three years I have thrown in the towel. The oligopoly has won.: @humptydumpty said in After self-hosting my email for twenty-three years I have thrown in the towel. The oligopoly has won.: Well, I host Cloudron in my home office with dynamic IPs on a NUC. Outbound email gateway is my very privacy conscious mail provider mailbox.org. For a small family, that’s more than sufficient. This is the coolest way to run Cloudron, the way that, I think, could bring Cloudron to the masses. If you ever have time and the inclination and could create some sort of "how-to" video explaining how to solve the tricky parts of accomplishing your setup, I think that could be massive for Cloudron. @girish @nebulon what do you think? The cool thing: it’s all already building into cloudron! Dynamic IPs DNS (in the network settings) and support for email gateways. The only thing you have to do on your side is to report your current IP regularly to the domain provider. This happens via ddclient, most commercial routers have a similar function build-in.
  • Contabo Zerops High-Availability with vertical and horizontal scaling

    7
    6
    1 Votes
    7 Posts
    1k Views
    robiR
    @martinkbs Is it known what they use as their backend? Or something custom built perhaps.
  • Lychee vs Immich?

    lych immich
    1
    0 Votes
    1 Posts
    282 Views
    No one has replied
  • Search for alternatives - alternatives missing - please suggest yours

    3
    1
    1 Votes
    3 Posts
    289 Views
    humptydumptyH
    Excel > Noco, Baserow Spreadsheet > Noco, Baserow BTW, shouldn't we create a public (editable) spreadsheet with all the proper tags for each app? It'll centralize all the recommendations in one place and lessen the work for the staff. @nebulon does cloudron have a noco/baserow instance? We could use that to list all these tags. Many apps have the wrong tags. For instance, if you search for "mail", you'll get this: [image: 1668263229060-0a466d74-a064-4205-8cf2-eb875d952100-image-resized.png]