Yay !! glad to see it landing on the store !
I'll investigate how best I can transition from my custom package to yours so that I can benefit from futur upgrades 
AppDev
Cloudron App Packagers
Posts
-
Funkwhale is now available -
IsoMan on Cloudron β ISO Image Management Made SimpleMorning on my side

Here we go:
https://raw.githubusercontent.com/vitetj/Cloudron-isoman/master/CloudronVersions.jsonItβs working for me

-
IsoMan on Cloudron β ISO Image Management Made Simple@james Hi,
Thanks for the info! My server isnβt updated to 9.1 yet, but Iβll take a look at the documentation and update my Git repository accordingly once Iβve upgraded

Appreciate the heads-up!
-
Bisq (decentralised P2P bitcoin exchange) on Cloudronv0.0.3 : Bisq Headless : requests need api key auth.
-
Bisq (decentralised P2P bitcoin exchange) on Cloudron- I've packaged the first of the planned BISQ apps, a headless Bisq daemon (v1.9.22) for Cloudron with a lightweight HTTP API wrapper.
Repo:
https://git.cloudron.io/timconsidine/cloudron-bisq-apiQuick Start:
- Sample Commands : Visit the app's /api/help page.
- Testing : Use the test-api.sh script in the repo to verify responses locally.
- Status : Check /api/status for sync progress.
Notes:
Auth for requests to be added- Sample OpenClaw skills will be added later.
- I will make this into a Community App later.
- Next up : attempt a BISQ GUI for visual UI and "desktop equivalent"
-
IsoMan on Cloudron β ISO Image Management Made Simple@robi @timconsidine Thanks for the feedback

The Docker image is publicly available here:
https://hub.docker.com/r/vitetj/isomanIf needed, you can also build directly from the Git repository and deploy the traditional
https://github.com/vitetj/Cloudron-isoman
Cloudron way:
β’ Cloudron build
β’ Cloudron installThis works on our servers without issue.
Let me know if CCAI-P requires a specific packaging format or deployment method.
-
IsoMan on Cloudron β ISO Image Management Made SimpleI can add to the catalogue / create a 1 line install link.
Quicker if @vitetj has a publicly available Cloudron docker image (hub.docker.com or similar) -
Funkwhale is now availableFunkwhale is a community-driven project that lets you listen and share music and audio within a decentralized, open network.
Forum category is at https://forum.cloudron.io/category/219/funkwhale
The docs will be at https://docs.cloudron.io/packages/funkwhale/
Package repo is at https://git.cloudron.io/packages/funkwhale-appThanks to @rmdes for the initial package!
-
Funkwhale - A modern, convivial and free music serverhi yes, thanks @rmdes . Let's discuss any issues in the Funkwhale category.
-
IsoMan on Cloudron β ISO Image Management Made SimpleMain Page: https://github.com/aloks98/isoman
Cloudron Git (Fork): https://github.com/vitetj/Cloudron-isoman
Licence: MIT (original project)
Dockerfile: Yes (adapted for Cloudron)
Demo: Not available
Summary:
IsoMan is a lightweight web application designed to manage ISO files and system images in self-hosted environments.It provides a simple web interface to upload, organize, and access ISO images from a centralized location. This is particularly useful for system administrators managing virtualization platforms (VMware, Proxmox, Hyper-V), lab environments, or infrastructure where ISO files are frequently used for deployments and recovery.
I did not develop the original application β it was created by @aloks98. I forked the project and adapted it to run properly on Cloudron by containerizing and adjusting it to meet Cloudron packaging requirements.
The application is minimal, practical, and fits well within the self-hosted ecosystem.
Key features:
Web-based ISO file management
Centralized ISO repository
Lightweight and simple interface
Docker-based deployment
Easy integration in self-hosted infrastructure
Notes:
I believe this is an interesting addition to Cloudron because:Many Cloudron users run home labs or small infrastructure setups
ISO management is still often handled manually via NAS shares or file browsers
This provides a dedicated, clean interface for ISO storage
The app is lightweight and does not require complex dependencies
The Cloudron adaptation ensures:
Proper containerization
Persistent storage handling
Compatibility with Cloudronβs app packaging model
Possible future improvements (upstream or fork):
Role-based access control
Checksum verification
API access
Better UI enhancements
Alternative to / Libhunt link:
There is no direct equivalent lightweight ISO manager in the Cloudron ecosystem.
It can be seen as an alternative to manually managing ISO files via shared folders or generic file managers.