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


  • Apps for file management/sharing/syncing
    timconsidineT timconsidine

    @crazybrad I don't think more than 80.
    Maybe 60?
    So maybe 150% ??

    With hindsight (or better foresight) it's always easier to do a better job, but some apps are well documented as to their install and configure process, others not so much.
    Seafile is generally good documentation but like many apps, their attitude is "use our Docker image", rather than here's how to build.
    So 60 hours estimate involved a lot of blundering about.
    But done now, and I'm really happy to have Seafile available as an option (used it for 3+ years off-Cloudron).

    About to write a companion app which will pull Seafile libraries into backup storage as native files on external storage.
    Can never have enough backups !

    Discuss

  • Seafile - cloud storage platform
    timconsidineT timconsidine

    Seems that the Wiki feature in Seafile is not working
    Fixing ….

    EDIT : Fixed wiki.
    Versions in previous post updated
    But note :

    Community vs. Professional Edition :

    • You are running Seafile Community Edition (indicated by the seafile-mc base image and lack of Pro binaries).
    • Full-Text Search (searching inside files and wiki pages) is a feature exclusive to Seafile Professional Edition . It relies on an integrated ElasticSearch engine which is not included in the Community Edition.
    • The Community Edition only supports searching for filenames , not the content within documents.
    App Wishlist

  • Radicale - Package Updates
    Package UpdatesP Package Updates

    [2.11.0]

    • chore(deps): update dependency radicale to v3.6.0
    Radicale

  • Lychee - Package Updates
    Package UpdatesP Package Updates

    [2.39.0]

    • Update Lychee to 7.1.0
    • Full Changelog
    • Do not load duplicates directly, it crashes the DB... by @ildyria in #3920
    • feat: complete Feature 003 album computed fields by @ildyria in #3921
    • Open keygen in a new page by @ildyria in #3924
    • Refactor thumb selection to avoid queries by @ildyria in #3926
    • Fix unexpected password propagation behaviour by @ildyria in #3927
    • Precompute album sizes. by @ildyria in #3922
    • Fix Cache config not existing in the handling of cache events by @ildyria in #3928
    • Add view albums as lines instead of thumbs. by @ildyria in #3930
    • Fix propagation not happening by @ildyria in #3933
    • Create legacy image by @ildyria in #3932
    Lychee

  • Owncast - Package Updates
    Package UpdatesP Package Updates

    [1.6.1]

    • Update owncast to 0.2.4
    • Full Changelog
    • Lots of localization changes, both in how they work across the web application, and adding more support for them. So more places should show more languages.
    • The backend refactor continues with more splitting things off into standalone data repositories and services.
    • Higher bitrates can now be selected in the video encoding settings.
    • There's a new webhook that fires when you get a new Fediverse follower.
    • Admin: add line divider in sidebar #4098
    • Display shortcut keys of hide/show chat in Dropdown menu #4096
    • Create a custom Translation component #4428
    • Add support for pluralization in the new Translation component #4440
    • Add support for translations in the web project #3950
    • Add server status as a default field in all webhooks #4384
    Owncast

  • OpenWebUI - Package Updates
    Package UpdatesP Package Updates

    [3.1.1]

    • Update open-webui to 0.7.2
    • Full Changelog
    • Users no longer experience database connection timeouts under high concurrency due to connections being held during LLM calls, telemetry collection, and file status streaming. #20545, #20542, #20547
    • Users can now create and save prompts in the workspace prompts editor without encountering errors. Commit
    • Users can now use local Whisper for speech-to-text when STT_ENGINE is left empty (the default for local mode). #20534
    • The Evaluations page now loads faster by eliminating duplicate API calls to the leaderboard and feedbacks endpoints. Commit
    • Fixed missing Settings tab i18n label keys. #20526
    OpenWebUI

  • Seafile - cloud storage platform
    timconsidineT timconsidine

    If you want to try out Seafile on Cloudron :

    Installation methods :

    Custom App Installer :

    • hosted https://ccai.appx.uk
    • or install Custom App Installer Personal Edition on to your Cloudron and import catalogue

    Cloudron CLI + Pre-built docker image

    • install Cloudron CLI on your local device (desktop/laptop)
    • clone the repo
    • cloudron install --image tcmbp132021:cloudron-seafile-ce:v1.0.1 -l seafile.domain.tld

    Manual :

    • install Cloudron CLI on your local device (desktop/laptop)
    • install docker on your local device
    • have a docker registry and be logged in
    • clone the repo
    • docker build --platform linux/amd64 -t <registry.domain.tld>/cloudron-seafile-ce:v1.0.1 . (remember the final '.')
    • docker push <registry.domain.tld>/cloudron-seafile-ce:v1.0.1
    • cloudron install --image <registry.domain.tld>/cloudron-seafile-ce:v1.0.1 -l seafile.domain.tld
    App Wishlist

  • Alternatives to Cloudflare DNS with Cloudron?
    timconsidineT timconsidine

    @p44 I use Cloudns and never had a problem but appreciate it does not address any freedom issues

    Discuss

  • 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

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