Wanted to update this thread. We found the issue, we will make a release with a fix (7.3.6) asap.
-
RE: Let's Encrypt Didn't seem to auto-renew
-
RE: Ability for apps to update while shutdown
Thats an interesting case. It seems to me we have to fix up the notification behavior though. I don't think we should start the app, update it and stop it again, as that means any potential update error within the app (like some data migration bug) will be unnoticed until the next time you actually have the use-case to use the app again. So I think while the app is dormant it should also be kept like that. But maybe I miss some other cases here?
-
RE: API to get list of available Apps
There is at https://api.cloudron.io/api/v1/apps however use this with care otherwise we have to further rate-limit the queries, also this is not a stable API as we change it as we see fit for Cloudron versions, and also we currently have no documentation for that.
-
RE: Immich - Package Updates
[1.7.0]
- Update Immich to 1.43.1
- Full changelog
- Auto-discovery URL on the mobile app
- Change of the token authentication mechanism
- Additional options to public shared link
- Jobs can now be rerun on all assets
- Add a favorite page on the web
- Add an additional option for video transcoding, now it is smarter. Any video that is not under the desired codec (h264 as default) will be transcoded.
- File's hash is now computed on uploaded, this fixes the issue with timing out of the request.
- Further clean up the code base for more advanced features.
- We have improved the code base by adding more tests, and additional CI/CD pipelines that will ensure the quality of the application in the future in each release and reduce the number of regression bugs.
- Incorrect validation return value skipping API checking for CLI
- Incorrect custom port value used in microservices
-
RE: How can I interact with the Registry API using cloudron user managment?
@TomsFreitas Ah, good. The proxyauth code has some special logic by detecting the docker client (via user agent). This is the reason it is needed.
-
RE: How can I interact with the Registry API using cloudron user managment?
@TomsFreitas Can you set the user agent string in postman to something like
Docker-Client/20.10.12-ce (ubuntu)
? -
RE: Cannot update due to one tiny app filling up 20GB drive
@jdaviescoates you have to actually delete the swap file
/apps.swap
to get the space back. -
RE: Jirafeau admin password instructions are ambiguous
@jdaviescoates https://docs.cloudron.io/apps/jirafeau/#change-admin-password
I removed the DDG suggestion from both the code and also the docs. I don't know how wise it is to send raw password to search engine...