@jdaviescoates said in Cloudron 9.0 (beta) bug reports:
I wanted to turn of Automatic Platform updates, but leave App updates on:
Not yet, have to look into this in coming releases.
Honestly, I didn't try. I didn't find evidence that this was possible, so I assumed it wasn't.
For my needs, I have found a different solution for this now, but maybe this could be helpful to clarify, if it works, then in the docs.
This is the server: RS 4000 G12
I have about 350 GB on the server.
Note that the time increase didn't happen with the upgrade to Cloudron 9, but only to 9.0.6. It was fine with 9.0.5 and before constantly, and backups take much longer each time since the upgrade.
If you install bitcoin core, the btcpay server will automatically use your local (cloudron) instance
we didn't test the install against a remote server but your config looks good. Your IP is a regular IP right, not a domain?
rpc_user: "bitcoin"
rpc_password: "pass"
rpc_host: "172.28.0.2"
rpc_port: 8332
node_endpoint: "172.28.0.2:8333"
The nbexplorer thing is internal to btcpay server (this was the hardest part about setting up the container)
Does your remote btc core instance have rpc enabled? something like this in your bitcoin.conf file:
rpcauth=bitcoin:pass
Hello Everyone
We have added a guide documentation for Per-App storage limit.
If there are questions about this guide, or you have feedback on how to improve it further, please let me know.
Hello @archos
I've looked into it and the version you have installed org.tt_rss.cloudronapp:3.0.0 was the final update and was a manual update (which you had to confirm manually) with the following release note:
CHANGELOG.md
[3.0.0]
* **IMPORTANT:** This package uses MySQL and upstream TinyTinyRSS has dropped support for MySQL. This is the last release of this package. We have published a new package which uses PostgreSQL. Please switch to the new package using the [migration guide](https://docs.cloudron.io/apps/tinytinyrss/#migrating-from-mysql-to-postgresql) .
Which looked like this:
[image: 1762770654708-3d35eea5-7b0b-4b90-8d19-5b9aae03f814-image-resized.png]
So you must have not noticed this while applying the manual update back then (~28 April 2025)
I will think about how we can make this more noticeable to users in the future.
[2.13.1]
Update directus to 11.13.1
Full Changelog
Fixed layout display dependant on item count request (#26045 by @ComfortablyCoding)
Added loading indicator when saving setup forms (#26130 by @licitdev)
Fixed system owner interface behaving unexpectedly (#26132 by @Nitwel)
Amended file imports to disallow importing multiple records into singleton collections (#26120 by @gaetansenn)
Removed defunct accepted_terms settings field (#26135 by @u12206050)
Fixed accounts with minimum access permissions unable to add 2fa (#26059 by @br41nslug)
@marcusquinn Thanks for your work on the Twenty CRM integration with Cloudron.
Would it be possible for you to share your integration (even if it’s just a test or partial setup)?
I’d like to try deploying it internally with my team and, if needed, contribute to improving or adapting it, while we wait for validation of the integration from the Cloudron team.
[1.45.0]
Update BookStack to 25.11
Full Changelog
Added API endpoints for comments. (#5850, #4194))
Added API endpoints for reading image data. (#5860, #5519)
Added Groovy code syntax highlighting support. (#5822)
Added new flags to the create admin command. (#5749)
Added option for display timezone, and improved UI use consistency. (#5790, #4786)
Added proper pagination to search. (#5854)
Updated API docs with better model ordering, and quick navigation select. (#5865)
Updated codebase to meet PHPstan level 3. (#5785)
Updated database comments table to remove redundant text column. (#4821)
Updated database format for core item types. (#5800)