Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

Feature Requests

New ideas, Feature Requests

729 Topics 5.5k Posts
  • 4 Votes
    3 Posts
    265 Views
    girishG

    It seems that one can setup an "automount" that will make systemd automatically mount when a mount is accessed . It's unclear if this also applies to mount failures or just "not ever mounted". If someone wants to try, I think we need something like this:

    The systemd unit file must be named systemd-escape -p --suffix=automount <HOSTPATH>

    Then, create a file /etc/systemd/system/<unit_filename_from_above_command>:

    [Unit] Description=Automount of hostpath [Automount] Where=HOST_PATH_HERE [Install] WantedBy=multi-user.target systemctl enable <unit_filename>

    If that works, I can put this in our code (for volumes and backups).

  • 3 Votes
    1 Posts
    76 Views
    No one has replied
  • Redis - can it be disabled?

    Moved
    7
    1 Votes
    7 Posts
    756 Views
    girishG

    @dylightful Not yet. It's implemented, but we didn't merge into 7.4. So, we will put it in 7.5.

  • Next.js OpenAI Doc Search Starter

    1
    1 Votes
    1 Posts
    121 Views
    No one has replied
  • 1 Votes
    2 Posts
    230 Views
    girishG

    @Neluser Good idea. But it's quite complicated to automate things like this, that's what it's not done. But something to keep in mind. In the meantime, following https://docs.cloudron.io/storage/#docker-images is the way to go.

  • AI Shell - Natural language AI terminal commandline

    5
    4 Votes
    5 Posts
    646 Views
    timconsidineT

    @marcusquinn installed on my Mac locally
    works nicely
    although their example fetch me a joke fails on awk step

  • Cloudflared as proxy for home hosting

    8
    2 Votes
    8 Posts
    1k Views
    arshsahzadA

    Hi @JOduMonT,

    I ran Cloudron with a combination of Tailscale & Cloudflared for two weeks without a public IP at my home setup. So far, everything was working well and I didn't encounter any significant issues. Below is the process that I followed:

    1# I had two servers - one for Cloudron and the second with docker and docker-compose. Tailscale was installed and configured with Tailscale IP on both servers. The automatic domain configured was disabled in Cloudron and was set manually.

    2# I ran the docker-compose.yml file on the second server using the following:

    version: '3.8' services: tunnel: image: 'ghcr.io/shmick/docker-cloudflared' container_name: tunnel hostname: tunnel restart: unless-stopped user: 1000:1000 env_file: - $PWD/tunnel.env volumes: - /etc/timezone:/etc/timezone:ro command: tunnel run network_mode: host TUNNEL_TOKEN={TUNNEL-TOKEN}

    3# I set up and configured the domain in the Cloudflared UI, and used HTTPS for the Cloudron Tailscale IP with No TLS Verify enabled.

  • 6 Votes
    5 Posts
    476 Views
    jdaviescoatesJ

    Yeah, imho it makes lots of sense to me for there to be an option to have all app update automatically, but for the platform to not auto update.

  • Enable LDAP and Cloudron SSO After App is Installed

    Moved
    7
    1 Votes
    7 Posts
    810 Views
    girishG

    @lukas Forgot to link to the docs - https://docs.cloudron.io/user-management/#openid-connect

  • HSTS Preload

    Solved
    12
    0 Votes
    12 Posts
    1k Views
    girishG

    Fixed in 7.4.1 - https://git.cloudron.io/cloudron/box/-/commit/cc811522e0a629dae894bbb5d0573f3c0f2bad0a

  • Web Key Directory (WKD) well known path for public key

    3
    2 Votes
    3 Posts
    423 Views
    nottheendN

    @girish Yes, Thunderbird supports WKD.

    From the Thunderbird FAQs it is explained like this:

    Currently, it will search for published keys using the WKD protocol, and it will search for keys in the keys.openpgp.org keyserver.

    Source:
    https://support.mozilla.org/en-US/kb/openpgp-thunderbird-howto-and-faq#w_how-do-i-get-the-public-keys-of-my-correspondents

    Slightly off-topic, but related:
    Provider posteo also offers to publish public Keys via wkd, as described in this FAQ:

    https://posteo.de/en/help/easygpg-how-do-i-publish-my-public-pgp-key-in-posteos-key-directory-via-web-key-directory-wkd

  • Documentation: User field mappings for OpenID Connect Provider

    3
    3 Votes
    3 Posts
    252 Views
    nebulonN

    Stil have to document this, but for the moment the currently supported claims can be seen at https://git.cloudron.io/cloudron/box/-/blob/master/src/oidc.js#L529

    So mostly the (Oauth2) clients will want to be setup with those scopes: openid profile email

  • Granular per-app backup schedules

    Moved
    3
    15 Votes
    3 Posts
    362 Views
    girishG

    @privsec I moved your thread here.

  • 4 Votes
    1 Posts
    101 Views
    No one has replied
  • 2 Votes
    47 Posts
    3k Views
    robiR

    While this has STILL not been addressed by docker upstream, there is a proposed solution that works:
    https://hub.docker.com/r/willfarrell/autoheal

    Alternatively a simple cron script checking for unhealthy containers to restart them.

    @staff what do you think?

  • Email import tool built-in to Cloudron

    6
    4 Votes
    6 Posts
    555 Views
    d19dotcaD

    @marcusquinn I had used that before but unfortunately didn’t seem to work for my Office365 migration, which I was surprised to see. Kept throwing me a generic error when I tried. It’s definitely a helpful tool otherwise though! 🙂

  • Configure outbound mail rules in Haraka

    Moved
    8
    1 Votes
    8 Posts
    1k Views
    girishG

    @skmgo Haraka feature requests have to go upstream - https://github.com/haraka/Haraka . This is a feature request for Cloudron (which uses Haraka internally).

  • Support (optional) Cloudflare proxied record creation

    Solved
    4
    5 Votes
    4 Posts
    705 Views
    girishG

    This is in 7.4

  • App Proxy Auth

    Solved
    11
    1 Votes
    11 Posts
    1k Views
    jadudmJ

    @girish :dance-party:

    Thank you.

  • App specific firewall configuration

    4
    4 Votes
    4 Posts
    600 Views
    potemkin_aiP

    @mehdi my thoughts / use case exactly.

    Doing so with ipchains is a pain (thanks Docker's intervention to firewall); and ufw just doesn't handle all of the use cases (thanks Docker again).