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


Skip to content
  • Spam Training not working

    Unsolved Support email spam
    8
    2 Votes
    8 Posts
    155 Views
    sponchS
    IMAP (are people still using POP?
  • DNS and VPN App

    Solved Support vpn dns adguard
    6
    0 Votes
    6 Posts
    164 Views
    jamesJ
    Hello @3246 Yes, as stated in the information text in AdGuard: Allowed clients A list of CIDRs, IP addresses, or ClientIDs. If this list has entries, AdGuard Home will accept requests only from these clients. Emphasis on only.
  • 9 Votes
    32 Posts
    4k Views
    M
    @jdaviescoates cheers! Well yes, basically people get a managed Cloudron with proper onboarding, the difference is the selection of preinstalled apps (or none for the Cloudron package), the distinction is mostly for marketing purposes.
  • Ladybird - a new, independent web-browser

    Discuss
    4
    2 Votes
    4 Posts
    134 Views
    timconsidineT
    Good on them for this initiative. Despite web browser now being fundamental functionality, the offerings from all the others are frankly pretty poor, bloated dinosaurs. Look forward to their first usable release
  • Hot take on upgrading and licensing

    Discuss licensing opinion ux
    13
    3
    1 Votes
    13 Posts
    408 Views
    32463
    Thanks guys
  • 3 Votes
    2 Posts
    69 Views
    L
    I tried creating the above post using AI. The formatting wasn't beautiful, so I retried with AI, asking it to improve the formatting. It didn't get much better. I shall tidy it up later but am leaving it here for a while so you can see how it looks.
  • 3 Votes
    1 Posts
    70 Views
    No one has replied
  • Send email notifications without humhub.app

    Solved Humhub mail
    10
    1 Votes
    10 Posts
    208 Views
    jamesJ
    Hello @ccfu and @dffla Thanks for the assistance @ccfu Good to see that you got your issue resolved @dffla
  • Nextcloud - Package Updates

    Pinned Nextcloud
    113
    1 Votes
    113 Posts
    60k Views
    Package UpdatesP
    [5.6.1] Update server to 32.0.1 Full Changelog
  • EspoCRM - Package Updates

    Pinned EspoCRM
    137
    0 Votes
    137 Posts
    43k Views
    Package UpdatesP
    [2.19.3] Update espocrm to 9.2.4 Full Changelog Hyphen in link middle table name breaks database rebuilding #3500 Lead conversion: Duplicate created before duplicate conflict #3499 OAuth refresh token issue #3498
  • Dokuwiki - Package Updates

    Pinned Dokuwiki
    34
    0 Votes
    34 Posts
    7k Views
    Package UpdatesP
    [1.26.0] Update dokuwiki-plugin-oauth to 2025-10-23
  • Wekan - Package Updates

    Pinned Wekan
    299
    0 Votes
    299 Posts
    223k Views
    Package UpdatesP
    [4.87.0] Update wekan to 8.15 Full Changelog Fix drag lists did not work
  • Kavita - Package Updates

    Pinned Kavita
    24
    0 Votes
    24 Posts
    4k Views
    Package UpdatesP
    [1.8.2] Update Kavita to 0.8.8.3 Full Changelog Changed: Kavita will now filter out unsupported scopes before requesting them from your OIDC provider Changed: OIDC providers are now required to use tls (https) Fixed: Fixed a bug where announcements with images would scale weird Fixed: Fixed some OPDS feeds not including next markers (pagination) for certain total sizes. Fixed: Fixed OIDC not working when a custom base URL is set Fixed: Fixed admin users having age restrictions applied when created with default permissions via OIDC Fixed: Fixed not being able to set default age restriction to Not Applicable once changed Fixed: Fixed a race condition when changing both metadata and cover image of an entity, where one of the changes could be lost Fixed: Fixed OPDS not working correctly when a base URL is set
  • PocketBase - Package Updates

    Pinned PocketBase
    49
    1 Votes
    49 Posts
    8k Views
    Package UpdatesP
    [1.9.0] Update pocketbase to 0.31.0 Full Changelog Visualize presentable multiple relation fields (#​7260). Support Ed25519 in the optional OIDC id_token signature validation (#​7252; thanks @​shynome). Added ApiScenario.DisableTestAppCleanup optional field to skip the auto test app cleanup and leave it up to the developers to do the cleanup manually (#​7267). Added FileDownloadRequestEvent.ThumbError field that is populated in case of a thumb generation failure (e.g. unsupported format, timing out, etc.), allowing developers to reject the thumb fallback and/or supply their own custom thumb generation (#​7268). Disallow client-side filtering and sorting of relations where the collection of the last targeted relation field has superusers-only List/Search API rule to further minimize the risk of eventual side-channel attack.
  • Keycloak - Package Updates

    Pinned Keycloak
    26
    0 Votes
    26 Posts
    3k Views
    Package UpdatesP
    [1.4.2] Update keycloak to 26.4.2 Full Changelog #43351 Make pending email verification attribute removable by admin user-profile #43650 SPIFFE should support OIDC JWK endpoint #30939 Vulnerability in brute force detection settings authentication #43022 Incorrect Basic Auth encoding for OIDC IDentity Provider when Client ID contains colon identity-brokering #43244 UI crash on admin /users/add-user since 26.4.0 admin/ui #43561 Server does not shutdown gracefully when started with --optimized core
  • SFTPGo - Package Updates

    Pinned SFTPGo
    13
    0 Votes
    13 Posts
    2k Views
    Package UpdatesP
    [1.3.0] Update sftpgo to 2.7.0 Full Changelog SFTPD: Added support for Post-Quantum Traditional Hybrid Key Exchange through the newly added algorithm mlkem768x25519-sha256. JWT: replace jwtauth/jwx with lightweight wrapper around go-jose. Implementing our own wrapper simplifies the codebase and improves maintainability. Moreover, go-jose depends only on the standard library, resulting in a leaner dependency that still meets all our requirements. WebUI: add French and German translations. Public shares: show disclaimer on login page. Enable setting password change requirements in user templates. DataProvider: preserve the initial sort order for related resources (such as folders and groups), improving compatibility and predictability when managing them with Terraform. OIDC: allow login if the password method is disabled. OIDC: ensure token username adheres to configured naming conventions. Removed Git support. Hosting Git repositories over SSH falls outside the intended scope of a file transfer solution, and the use of external commands introduces unnecessary security risks by increasing the attack surface. For example, a user could upload a Git repository containing custom hooks to their SFTPGo folder; when they push to the repository, a Git pre-receive hook shell script would be executed with the privileges of the sftpgo user. Thanks to @hyperreality for the detailed report. Removed rsync support. In the previous versions, rsync was executed as an external command, which means we have no insight into or control over what it actually does. From a security perspective, this is far from ideal. To be clear, there's nothing inherently wrong with rsync itself. However, if we were to support it properly within SFTPGo, we would need to implement the low-level protocol internally rather than relying on launching an external process. This would ensure it works seamlessly with any storage backend, just as SFTP does, for example. We recommend using one of the many alternatives that rely on the SFTP protocol, such as rclone.
  • Vikunja update strategy

    Vikunja
    7
    0 Votes
    7 Posts
    232 Views
    avatar1024A
    @james Thanks for explaining how to package how own version, that's really good to know in general! @shrey Just to say, I don't think the dev doesn't favour stable versions. Most versions are stable on the repo, it's just that there is major update coming (v1.0) and so they've released a few RC before release it stable, but that's pretty standard practice.
  • My Filemanager is empty

    Solved Support filemanager
    3
    1
    1 Votes
    3 Posts
    97 Views
    32463
    Yes, that did it! Thanks Nebulon.
  • 8 Votes
    12 Posts
    3k Views
    jdaviescoatesJ
    @MooCloud_Matt said in Garage, an open-source distributed storage service you can self-host to fullfill many needs: Garage still doesn't support 100% the s3 protocol. Seems they got most of it covered now: https://garagehq.deuxfleurs.fr/documentation/reference-manual/s3-compatibility/
  • Minio removing the interface for community edition

    Minio
    25
    4 Votes
    25 Posts
    6k Views
    jdaviescoatesJ
    @marcusquinn said in Minio removing the interface for community edition: @micmc wow, sounds good! Create a wishlist post for it with all the details? There is already one here: https://forum.cloudron.io/topic/6461/garage-an-open-source-distributed-storage-service-you-can-self-host-to-fullfill-many-needs?_=1761215051346