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


Skip to content
  • Graphite & SFTPwon't run?

    Support services
    6
    1 Votes
    6 Posts
    83 Views
    SupaikuS
    Yes, it sorted itself out and I believe it may have been related to an aging SSD that was preforming very slowly. Thank you!
  • 414 Request-URI Too Large nginx

    YOURLS
    3
    1
    0 Votes
    3 Posts
    31 Views
    J
    Could be. Cloudron uses the default URL size - https://nginx.org/en/docs/http/ngx_http_core_module.html#large_client_header_buffers If you want to experiment, edit the file in /etc/nginx/applications/*conf and then systemctl restart nginx .
  • 21 Votes
    37 Posts
    7k Views
    S
    How did you handle the different workers and worker isolation in that package?
  • Installing Semantic MediaWiki via Composer

    MediaWiki
    3
    2 Votes
    3 Posts
    5 Views
    J
    You can install it in the LAMP app maybe. See https://docs.cloudron.io/packages/lamp#composer and also https://docs.cloudron.io/guides/lamp-laravel
  • What's coming in 9.1

    Pinned Announcements
    25
    25 Votes
    25 Posts
    1k Views
    girishG
    said in What's coming in 9.1: Improved progress reporting - show percentage complete and elapsed/estimated time for backups and app installations. Convert backup site creation dialog to a view Save these two, other features are implemented. Work has started on getting 9.1 release out.
  • Migrating Cloudron to New Host Provider

    Unsolved Support restore dns dns setup
    4
    1 Votes
    4 Posts
    90 Views
    J
    @samgreenwood are you following the steps in https://docs.cloudron.io/backups/#move-cloudron-to-another-server ? If you need access to your old server simply change DNS manually to point to the old server or modify your laptop's /etc/hosts . my.domain.com 1.2.3.4 (where 1.2.3.4 is your old server IP)
  • PocketBase - Package Updates

    Pinned PocketBase
    62
    1 Votes
    62 Posts
    13k Views
    Package UpdatesP
    [1.14.5] Update pocketbase to 0.36.4 Full Changelog Made the optional Bearer token prefix case-insensitive (#​7525; thanks @​benjamesfleming). Enabled $filesystem.s3(...) and $filesystem.local(...) JSVM bindings (#​7526).
  • 0 Votes
    8 Posts
    21 Views
    firmansiF
    @nebulon it works...thanks cloudron team for fast update
  • MySQL and Postgresql as standalone apps

    Feature Requests
    28
    13 Votes
    28 Posts
    9k Views
    LanhildL
    @chmod777 Archived because I don't maintain it anymore. The core of the app itself works (check through the branches first).
  • Mattermost - Package Updates

    Pinned Mattermost
    194
    0 Votes
    194 Posts
    136k Views
    Package UpdatesP
    [1.25.0] Update mattermost to 11.4.0 Full Changelog Mattermost Platform Release 11.4.0 contains multiple new quality of life improvements.
  • Mealie - Package Updates

    Pinned Mealie
    65
    0 Votes
    65 Posts
    16k Views
    Package UpdatesP
    [1.34.0] Update mealie to 3.11.0 Full Changelog You can now use a relative date when filtering by "Last Made" in the recipe finder and meal planner! Existing rules using an absolute date will continue to work, but will be updated to a relative date when edited. Ingredients are pluralized more naturally depending on your language. In English, for instance, you will see "2 cups onion chopped" instead of "2 cups onions chopped". Languages where the latter is preferred will keep the old behavior, and some languages (such as Japanese) forego plurals entirely. Check out the MR for more details. Note that this is only applicable for parsed recipes with foods that have both singular and plural forms defined. We've improved the drop down search logic to better match what you type (no more typing "onion" and having to scroll down to the 5th or 6th item to find it). Drop down fields also check aliases now, too! feat: Dynamic Placeholders UI @​michael-genson (#​7034) feat: Add Docker metadata to published images @​michael-genson (#​7052) feat: Customize Ingredient Plural Handling @​michael-genson (#​7057) feat: Improve recipe filter search ordering @​michael-genson (#​7061) feat: Further improve recipe filter search and shopping list and recipe ingredient editor @​michael-genson (#​7063) fix: handle numeric recipeCategory from LLM/site to prevent import failure @​jknndy (#​7026) fix: Search bar width @​michael-genson (#​7060)
  • 3 Votes
    31 Posts
    238 Views
    jamesJ
    Hello @3246 This can not be in the API since this is a file system setup.
  • Stirling-PDF - Package Updates

    Pinned Stirling-PDF
    151
    0 Votes
    151 Posts
    66k Views
    Package UpdatesP
    [3.5.0] Update Stirling-PDF to 2.5.0 Full Changelog Huge manual redaction changes with colour selection and improved UI Add attachment support with sidebar button for viewing attachments etc (Seen in viewer mode) FormFill tool with context and UI components for PDF form filling Desktop now edits files that have been openned instead of creating new copies Extra JWT settings to customise expiry times for desktop and browser Add/remove link support Text selection improvements within the viewer with custom actions Improved link handling and link location EmbedPDF 2.6.0 upgrade for several bug fixes Multiple fixes with the viewer, its functionality, and its export
  • OpenWebUI - Package Updates

    Pinned OpenWebUI
    192
    1 Votes
    192 Posts
    80k Views
    Package UpdatesP
    [3.2.3] Update open-webui to 0.8.3 Full Changelog Model edit shortcut. Users can now edit models directly from the model selector dropdown menu, making it faster to modify model settings without navigating to separate admin or workspace pages. Commit Image edit API background support. The image edit API now supports the background parameter for OpenAI's gpt-image-1 model, enabling background transparency control ("transparent", "opaque", "auto") when the feature is exposed in the UI. #​21459 Faster model filtering. Model access control filtering no longer makes a redundant database query to re-fetch model info that is already available in memory, reducing latency when loading model lists for non-admin users. Commit Tool call display improvements. Tool call results now display arguments in a cleaner key-value format instead of raw JSON, with a responsive layout that shows only the tool name on narrow screens and the full label on wider screens, preventing text wrapping to multiple lines. Commit General improvements. Various improvements were implemented across the application to enhance performance, stability, and security. Translations for Portuguese (Brazil), Simplified Chinese, and Traditional Chinese were enhanced and expanded. USER_EMAIL variable fix. The {{USER_EMAIL}} template variable now correctly returns the user's email address instead of "Unknown" in prompts. #​21479, #​21465 Image and file attachment handling fixes. Uploaded images are now correctly sent to vision-enabled models, and file attachments now work even when no user text is entered alongside a system prompt. This fixes two issues where the backend was not properly processing file attachments: images weren't converted to the expected format for API requests, and file context was dropped when the user sent only a file without accompanying text. Commit, #​21477, #​21457 Missing function error handling. Models that reference deleted functions no longer cause the entire /api/models endpoint to crash; instead, the missing functions are skipped and logged, allowing the rest of the models to load successfully. #​21476, #​21464 Startup model pre-fetch error handling. If model pre-fetching fails during app startup, the application now logs a warning and continues instead of crashing entirely. Commit
  • Ollama - Package Updates

    Pinned Ollama
    28
    0 Votes
    28 Posts
    3k Views
    Package UpdatesP
    [1.4.1] Update ollama to 0.16.2 Full Changelog ollama launch claude now supports searching the web when using :cloud models Fixed rendering issue when running ollama in PowerShell New setting in Ollama's app makes it easier to disable cloud models for sensitive and private tasks where data cannot leave your computer. For Linux or when running ollama serve manually, set OLLAMA_NO_CLOUD=1. Fixed issue where experimental image generation models would not run in 0.16.0 and 0.16.1
  • MiroTalk - Package Updates

    Pinned MiroTalk
    568
    2 Votes
    568 Posts
    362k Views
    Package UpdatesP
    [1.4.43] Update mirotalkbro to 1.1.79
  • Change Detection - Package Updates

    Pinned Change Detection
    138
    1 Votes
    138 Posts
    43k Views
    Package UpdatesP
    [1.28.1] Update changedetection.io to 0.53.3 Full Changelog API - Skip validation errors about server path (allows use on sub-paths/reverse proxy etc) by @​dgtlmoon in #​3886 Security - Adding small test and fixing overzealous filename cleaner by @​dgtlmoon in #​3884 UI - Watch overview - Restock price, validate number before output by @​dgtlmoon in #​3883
  • Castopod - Package Updates

    Pinned Castopod
    60
    0 Votes
    60 Posts
    16k Views
    Package UpdatesP
    [2.13.1] Update castopod to 1.15.1 Full Changelog
  • S3 Compatible Storage

    Formbricks
    12
    1 Votes
    12 Posts
    2k Views
    D
    @andreasdueren said in S3 Compatible Storage: @Divemasterza Which provider is this? R2 doesn't work, seemingly because it doesn't support the S3 POST Object operation Edit: Got Hetzner working with these Settings: S3_BUCKET_NAME=redacted S3_FORCE_PATH_STYLE=1 S3_ENDPOINT_URL=https://fsn1.your-objectstorage.com S3_REGION=fsn1 S3_ACCESS_KEY=redacted S3_SECRET_KEY=redacted Glad it sorted, for the info, mine was a S3 compatible supplier
  • 2 Votes
    4 Posts
    735 Views
    timconsidineT
    I can’t keep up ! Great to see all the innovation, would be nice to have to get on top of stuff before the next generation comes along 🥴