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


Skip to content
  • 0 Votes
    1 Posts
    5 Views
    No one has replied
  • Update on community packages

    App Packaging & Development
    17
    3
    14 Votes
    17 Posts
    563 Views
    timconsidineT
    @James % cloudron versions add Error: Bad changelog format or missing changelog for this version 'CHANGELOG' is present : * 1.0.0 - Initial release But I don't see any mention in cloudron docs what format is expected. Maybe error is because this test community app has a CloudronManifest.json entry of : "changelog": "file://CHANGELOG", Does 'cloudron versions add' not recognise/support this way of doing it ? EDIT : I changed CloudronManifest.json to read : "changelog": "v1.0.0 - Initial release", Then 'cloudron versions add' worked Not suggesting anything needs fixing as such. But potential mismatch of usage. Simple text string is easier - but it won't be practical for complex changelog descriptions. And this cheat works : "changelog": "see CHANGELOG", Not sure I should be cheating, but ... 'cloudron versions add' seems to handle 'file://POSTINSTALL.md' but not 'file://CHANGELOG'
  • 1 Votes
    7 Posts
    198 Views
    L
    ️ Critical limitation: The Cloudron Strapi package runs with a read-only /app/code filesystem. This means the Content-Type Builder is permanently unusable in production mode, and there is no supported way to deploy custom content types to it. Schema files cannot be written via transfer, push, or direct filesystem access. The only partial workaround is: build content types locally in dev mode → use strapi transfer --exclude files to push to production. However this only works if the schemas already exist on the destination, which they cannot, making it a circular problem. Directus (also available on Cloudron) stores its schema in the database rather than the filesystem, making it fully compatible with Cloudron's immutable package model.
  • [Bug?] “Trusted IPs & ranges” settings not applied when migrating

    Unsolved Support
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • redis not starting (after update to 9.1.3?)

    Unsolved Support redis
    3
    0 Votes
    3 Posts
    28 Views
    J
    @admo redis itself is running but box code is not able to connect to it. Have you tried rebooting? The issue is docker most likely (and it requires a restart which a reboot will fix). Otherwise, please write to support@cloudron.io
  • Transfer OIDC user to local user

    Nextcloud
    3
    1 Votes
    3 Posts
    22 Views
    David 0D
    Thanks for your reply! I guess we'll just keep the existing users on oidc then. Or maybe, if they're willing to, they can migrate manually. Most shares and other tools (collectives, calendars) are shared via groups, not link.
  • Forgejo - Package Updates

    Pinned Forgejo
    7
    0 Votes
    7 Posts
    288 Views
    Package UpdatesP
    [1.0.0] Update forgejo to 14.0.3 Full Changelog fix: PKCE challenges to Forgejo's OAuth identity provider were not validated when using the S256 algorithm fix: Forgejo supports using an OAuth Bearer token with HTTP basic authentication, rather than Bearer token authentication, but did not properly apply the limited scopes of the OAuth grant fix: missing permission checks in attachment-related web endpoints allowed modifying attachments that a user did not own fix: email notifications for new releases could be sent to users that no longer access to the repository, or to inactive users
  • InvoiceNinja - Package Updates

    Pinned Invoice Ninja
    563
    0 Votes
    563 Posts
    839k Views
    Package UpdatesP
    [1.22.0] Update invoiceninja to 5.13.0 Full Changelog Upgrade Laravel 12 Update all required dependencies Updated livewire dependencies Add Entity Number as the document title for PDF Fixes for Freshbooks imports Fixes for BcMath comparisons Fixes for Quickbooks sync where duplicate entity #'s are present Fixes for null documents during company import Improve Company Export/Imports
  • Looking for an App?

    Community Apps
    26
    4 Votes
    26 Posts
    697 Views
    robiR
    @odie kindly remind them again
  • Chatwoot - Package Updates

    Pinned Chatwoot
    94
    2 Votes
    94 Posts
    45k Views
    Package UpdatesP
    [1.49.2] Update chatwoot to 4.11.2 Full Changelog This hotfix adds changes for filter service not normalizing incoming values correctly, along with other changes to harden the service
  • Rocket.Chat - Package Updates

    Pinned Rocket.Chat
    226
    0 Votes
    226 Posts
    209k Views
    girishG
    Update to 8.2.0 is blocked by https://github.com/rocketchat/rocket.chat/issues/39328 . Submitted a PR - https://github.com/RocketChat/Rocket.Chat/pull/39497
  • 27 Votes
    26 Posts
    9k Views
    S
    it has changed its name to (I assume) deal with the patent issues https://docs.karakeep.app/administration/hoarder-to-karakeep-migration/
  • WorldBrain's Memex

    App Wishlist
    5
    3 Votes
    5 Posts
    2k Views
    S
    Still wish there was a way to self-host an annotating the web solution.
  • Grafana - Package Updates

    Pinned Grafana
    150
    1 Votes
    150 Posts
    122k Views
    Package UpdatesP
    [2.4.1] Update grafana to 12.4.1 Full Changelog AccessControl: Invalidate scope resolver cache on datasource deletion #​118741, @​mihai-turdean Go: Update to 1.25.8 #​119693, @​macabu Rendering: Add support for custom CA certs in Image Renderer #​118859, @​mrevutskyi AccessControl: Fix test utility for datasource deletion permissions cleanup (Enterprise) Alerting: Change scope for testing new receivers to use supported resource type. #​118495, @​yuri-tceretian Alerting: Fix CollateAlertRuleGroup migration for MariaDB compatibility #​119028, @​alexander-akhmetov
  • Cannot login after restoring from backup to v.1.112.4

    GitLab
    2
    1 Votes
    2 Posts
    10 Views
    J
    @davejgreen I have responded on support@ . Let's continue there and I will report back my findings here.
  • More email notification triggers

    Feature Requests notifications
    5
    1
    4 Votes
    5 Posts
    37 Views
    LanhildL
    @girish IMO, the version information wouldn't matter for a notification email. I'd just like to know when a manual updates required
  • Metabase - Package Updates

    Pinned Metabase
    519
    1 Votes
    519 Posts
    399k Views
    Package UpdatesP
    [3.0.3] Update metabase to 0.59.1.6 Full Changelog
  • 2 Votes
    17 Posts
    5k Views
    girishG
    @lanhild I see. The mysql multipleDatabase feature was written initially for phabricator, which is now long gone. AFAIK, no app uses multiple mysql databases. Same for postgres (though maybe synapse matrix + the user auth is a candidate, not sure).
  • Feature request: rsync

    LAMP
    3
    1 Votes
    3 Posts
    37 Views
    girishG
    @andreasdueren There is now a cloudron sync push/pull which only uploads changed files . Work similar to rsync in the sense that it uses size+mtime to detect changes. It's not possible to use rsync binary itself. That requires either ssh or rsync daemon - neither is available in app containers.
  • Cloudron CLI - Updates

    Pinned App Packaging & Development
    24
    0 Votes
    24 Posts
    3k Views
    girishG
    [7.1.0] Add cloudron sync push and cloudron sync pull subcommands Merge all binaries into single cloudron command