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


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install

AppDev

Cloudron App Packagers

Private

Posts


  • MCP Server for Cloudron - AI-Powered Instance Management
    canadaduaneC canadaduane

    With apologies in advance to @sangemaru (since I did not ask permission), I've forked this project.

    • the git repository's source code is in a poor state
      • node_modules checked into source code
      • dist checked into source code
      • multiple megabytes of executables and directories not compatible across operating systems
      • many leftover markdown files, plans, unused files throughout
      • tests not working, and typescript unused
    • Since I used a filter-repo to clean up the git history, this made my changes incompatible with github PRs

    Subset of filter-repo commands used during cleanup:

    git filter-repo --force --path node_modules --invert-paths
    git filter-repo --force --path dist --invert-paths
    git filter-repo --force --path TESTING.md --invert-paths
    git filter-repo --force --path PHASE_2_3_SUMMARY.md --invert-paths
    git filter-repo --force --path .serena --invert-paths
    git filter-repo --force --path FORUM_POST.md --invert-paths
    git filter-repo --force --path REAL_TEST_RESULTS_F23B.md
    git filter-repo --force --path TESTING_NOTES.md --invert-paths
    

    Here is the new published package:

    https://www.npmjs.com/package/@halecraft/mcp-cloudron

    I separated the API surface area into 8 categories for now, and implemented a few more of the openapi spec endpoints (32 of 240 total implemented):

    App Management

    • cloudron_list_apps - List all installed applications with status and health
    • cloudron_get_app - Get detailed information about a specific application
    • cloudron_control_app - Start, stop, or restart an application
    • cloudron_configure_app - Update environment variables, memory limits, access control
    • cloudron_install_app - Install an application from the App Store
    • cloudron_uninstall_app - Uninstall an application (with pre-flight validation)
    • cloudron_clone_app - Clone an application to a new location
    • cloudron_repair_app - Repair a broken application
    • cloudron_update_app - Update an application to a newer version
    • cloudron_restore_app - Restore an application from a backup
    • cloudron_backup_app - Create a backup of a specific application

    App Store

    • cloudron_search_apps - Search the Cloudron App Store
    • cloudron_validate_manifest - Validate an app before installation

    Backups

    • cloudron_list_backups - List all available backups
    • cloudron_create_backup - Create a new instance backup

    Users

    • cloudron_list_users - List all users
    • cloudron_get_user - Get details for a specific user
    • cloudron_create_user - Create a new user with role assignment
    • cloudron_update_user - Update user properties (email, role, password)
    • cloudron_delete_user - Delete a user (with pre-flight validation)

    Groups

    • cloudron_list_groups - List all groups
    • cloudron_create_group - Create a new group

    System

    • cloudron_get_status - Get Cloudron instance status and version
    • cloudron_check_storage - Check available disk space
    • cloudron_list_services - List platform services (MySQL, PostgreSQL, etc.)
    • cloudron_list_domains - List configured domains
    • cloudron_get_logs - Retrieve application or service logs

    Tasks

    • cloudron_task_status - Check status of an async operation
    • cloudron_cancel_task - Cancel a running operation
    • cloudron_validate_operation - Pre-flight validation for destructive operations

    Updates

    • cloudron_check_updates - Check for Cloudron platform updates
    • cloudron_apply_update - Apply a platform update

    I don't normally do this (I like to contribute), but I have some time constraints right now and am currently unwilling to slow down to work through some of these issues to get to baseline. That said, I do applaud your getting this started sangemaru and hope this doesn't dissuade you from continuing.

    Discuss

  • Apps for file management/sharing/syncing
    timconsidineT timconsidine

    Seafile is now packaged as a custom app.
    https://forum.cloudron.io/post/118275

    @crazybrad : it definitely took longer than your assistant estimated, but I didn't track how long.

    Discuss

  • Seafile - cloud storage platform
    timconsidineT timconsidine

    🍾

    I have a first version of Seafile Community Edition packaged for Cloudron !

    Took longer than I expected, but I previously didn't believe it even to be possible.

    All seems working, including the web UI and desktop sync clients.

    • Only issue I have found is that my Safari does not display PDFs when loaded in the browser from the Seafile library. Firefox does work (Chrome untested).
    • other file formats do work in the browser

    More testing needed, but looks good currently.

    I will add this to the Custom App Installer shortly.

    PRO edition needs some thought.
    Due to Seafile licensing, I cannot package it.
    There is an upgrade route from Community to PRO.
    Need to test it out against this package.
    Will try this out later.

    EDIT : also need think about using volumes and about backups to extract files into native names, not Seafile's tracked/masked naming.

    App Wishlist

  • Mail support link is broken
    canadaduaneC canadaduane

    I have an app configured incorrectly, and I occasionally notice this message in my Cloudron console:

    gaiacircle.org
    
        PTR4 DNS record (PTR) did not match.
            Hostname: x.y.z.w
            Expected: [my.cloudron.instance]
            Actual: x-y-z-w.googlefiber.net
    
    See troubleshooting (link) docs for more information.
    

    The "troubleshooting" word is a link, and it points here:

    https://docs.cloudron.io/troubleshooting/#mail-dns

    However, as far as I can tell, there is no "#mail-dns" anchor on that page.

    Does the link (or the doc) need to be updated?

    Support

  • PocketBase - Package Updates
    Package UpdatesP Package Updates

    [1.13.1]

    • Update pocketbase to 0.35.1
    • Full Changelog
    • Updated modernc.org/sqlite to v1.43.0 (SQLite 3.51.1 and query cancellation race fix).
    • Other minor UI fixes (normalized relations picker selection and confirmation message when maxSelect=0/1, updated node deps).
    PocketBase

  • Unified messaging platforms in 2026 (beeper, matrix-mautrix, ?)
    canadaduaneC canadaduane

    What's the current status of unified messaging platforms in 2026?

    I see a few threads from 3 years ago regarding beeper when it was making news.

    I would love to be able to put each of us at the center of our lives--using communication platforms as bridges, rather than the way they wish to be used (as islands of corporate ownership and monetization of user attention and influence).

    Is matrix-mautrix good? Does anyone use it in conjunction with the cloudron matrix instance?

    Is beeper's self-hosted option good?

    Are there alternatives to consider?

    Thanks!

    Discuss

  • Bitwarden Lite on Cloudron
    andreasduerenA andreasdueren

    Does anyone know if Bitwarden Lite includes the secrets manager? That would be an argument.

    Feature Requests

  • Vaultwarden - Package Updates
    Package UpdatesP Package Updates

    [1.23.2]

    • Update vaultwarden to 1.35.2
    • Full Changelog
    • update web-vault to fix org creation by @stefan0xC in #6646
    • return no content with status code 204 by @stefan0xC in #6665
    • allow MasterPasswordHash for Android by @stefan0xC in #6673
    • improve sso callback path by @stefan0xC in #6676
    • Fix web-vault version check and update web-vault by @BlackDex in #6686
    Vaultwarden

  • Home Assistant - Package Updates
    Package UpdatesP Package Updates

    [1.15.0]

    • Update core to 2026.1.0
    • Full Changelog
    • Add translation of exceptions in met (@mik-laj - #155765)
    • Add integration_type device to netgear (@joostlek - #159816)
    • Add integration_type service to nuheat (@joostlek - #159845)
    • Add integration_type hub to permobil (@joostlek - #159872)
    • Add integration_type hub to pooldose (@joostlek - #159880)
    • Add integration_type hub to poolsense (@joostlek - #159881)
    • Add integration_type device to ps4 (@joostlek - #159892)
    • Inject session in Switchbot cloud (@joostlek - #159942)
    • bump xiaomi-ble to 1.4.1 (@Ernst79 - #159954)
    • Fix KNX translation references (@farmio - #159959)
    Home Assistant

  • OpenWebUI - Package Updates
    Package UpdatesP Package Updates

    [3.1.0]

    • Update open-webui to 0.7.1
    • Full Changelog
    • Improved reliability for low-spec and SQLite deployments. Fixed page timeouts by disabling database session sharing by default, improving stability for resource-constrained environments. Users can re-enable via 'DATABASE_ENABLE_SESSION_SHARING=true' if needed. #20520
    • Native Function Calling with Built-in Tools. Users can now ask models to perform multi-step tasks that combine web research, knowledge base queries, note-taking, and image generation in a single conversationfor example, "research the latest on X, save key findings to a note, and generate an infographic." Requires models with native function calling support and function calling mode set to "Native" in Chat Controls. #19397, Commit
    • Users can now ask the model to find relevant context from their notes, past chats, and channel messagesfor example, "what did I discuss about project X last week?" or "find the conversation where I brainstormed ideas for Y." Commit
    • Users can now ask the model to search their knowledge bases and retrieve documents without manually attaching filesfor example, "find the section about authentication in our API docs" or "what do our internal guidelines say about X?" Commit
    • Users with models that support interleaved thinking now get more refined results from multi-step workflows, as the model can analyze each tool's output before deciding what to do next.
    • When models invoke web search, search results appear as clickable citations in real-time for full source verification. Commit
    • Users can selectively disable specific built-in tools (timestamps, memory, chat history, notes, web search, knowledge bases) per model via the model editor's capabilities settings. Commit
    • Pending tool calls are now displayed during response generation, so users know which tools are being invoked. Commit
    • Administrators can now limit the number of files that can be uploaded to folders using the "FOLDER_MAX_FILE_COUNT" setting, preventing resource exhaustion from bulk uploads. #19810, Commit, Commit
    • Users experience transformative speed improvements across the entire application through completely reengineered database connection handling, delivering noticeably faster page loads, butter-smooth interactions, and rock-solid stability during intensive operations like user management and bulk data processing. Commit, Commit, Commit, Commit, Commit, Commit
    OpenWebUI

Member List

girishG girish
Package UpdatesP Package Updates
andreasduerenA andreasdueren
canadaduaneC canadaduane
njN nj
T TheNils
eyecreateE eyecreate
LanhildL Lanhild
W walski
KubernetesK Kubernetes
timconsidineT timconsidine
R random_eric
B bram
jeauJ jeau
marioM mario
eriktadE eriktad
BrutalBirdieB BrutalBirdie
mehdiM mehdi
jimcavoliJ jimcavoli
T thetomester13
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search