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


Skip to content
  • Can't get Cloudflare to work

    Unsolved Support cloudflare
    3
    0 Votes
    3 Posts
    12 Views
    jamesJ
    Hello @d1rk Can you please try to restart the unbound service and try again? For this you can go into your Cloudron Dashboard under services and restart the unbound service.
  • pretix-fontpack-free plugin installation

    Pretix
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Ghost - Package Updates

    Pinned Ghost
    542
    1 Votes
    542 Posts
    699k Views
    Package UpdatesP
    [4.141.0] Update ghost to 6.9.0 Full Changelog Added Explore by topic to the Network tab (#25500) - Sag Added Analytics APIs to robots.txt - James Loh Added new Finnish translations for Comments, Ghost, Portal, and Search (#25214) - Minna N.
  • Metabase - Package Updates

    Pinned Metabase
    463
    1 Votes
    463 Posts
    291k Views
    Package UpdatesP
    [2.25.3] Update metabase to 0.57.3.3 Full Changelog
  • Cal.com - Package Updates

    Pinned Cal.com
    293
    1 Votes
    293 Posts
    84k Views
    Package UpdatesP
    [2.9.4] Update cal.com to 5.9.4 Full Changelog feat: Ensure teams with conflicting slugs owned by the user are migrated(handled in backend, frontend already had this restriction) by @hariombalhara in #25291 fix: added pattern checking for urls while creating a team by @Spandan-Mishra in #24777 fix: break circular dependency between reminderScheduler and credit-service by @hbjORbj in #25312 fix: improve overlapping events with dynamic offsets and widths by @eunjae-lee in #25310 fix: enable block calendar slots by default for required confirmations by @kartik-212004 in #25239
  • Tandoor - Package Updates

    Pinned Tandoor
    62
    0 Votes
    62 Posts
    12k Views
    Package UpdatesP
    [1.9.5] Update recipes to 2.3.6 Full Changelog improved open recipe with correct servings from meal plan (thanks Orycterope #4237) improved open print view with correct number of servings #4242 fixed more mealie edge cases #4245 fixed infinite redirect error #4224 fixed AnyMeal (Mealmaster) imports with utf-8 encoding #4206
  • Dawarich - Package Updates

    Pinned Dawarich
    5
    0 Votes
    5 Posts
    120 Views
    Package UpdatesP
    [0.4.0] Update dawarich to 0.36.0 Full Changelog Support for KML file uploads. #350 User can now create a place directly from the map and add tags and notes to it. If reverse geocoding is enabled, list of nearby places will be shown as suggestions. User can create and manage tags for places. Visits for manually created places are being suggested automatically, just like for areas. User can enable or disable places layers on the map to show/hide all or just some of their visited places based on tags. User can define privacy zones around places with specific tags to hide map data within a certain radius. If user has a place tagged with a tag named "Home" (case insensitive), and this place doesn't have a privacy zone defined, this place will be used as home location for days with no tracked data. #1659 #1575 The map settings panel is now scrollable Fixed a bug where family location sharing settings were not being updated correctly. #1940 Internal redis settings updated to implement support for connecting to Redis via unix socket. #1706 Implemented authentication via GitHub and Google for Dawarich Cloud.
  • oPodSync - Package Updates

    Pinned oPodSync
    5
    1 Votes
    5 Posts
    662 Views
    Package UpdatesP
    [1.0.0] Update opodsync to 0.4.5 Full Changelog Implement various small cosmetic MRs
  • Is the OIDC Addon a kind of... "instant App Proxy" for packaging apps?

    Unsolved Support
    1
    0 Votes
    1 Posts
    11 Views
    No one has replied
  • 1 Votes
    4 Posts
    78 Views
    d19dotcaD
    @girish said in Attempted to restore Cloudron 9.0.12, receiving error when loading backup configuration and hitting Restore button: @d19dotca I tried to reproduce this but I couldn't figure where to set this IP allowlist in iDrive e2. Maybe it's only for paying customers since I am on the trial plan ? Hi Girish. This link can help, assuming it isn’t gated to paying customers (I’m not sure if it is or not), but hopefully this provides some instructions for setting up an allowlist. https://www.idrive.com/s3-storage-e2/faq-buckets#ip-allowlisting I suspect you’re right though, that it is sending back a non-XML response to provide a response message that it’s forbidden from accessing it. I understand this use-case may be rare, but I think if there’s a way to improve that error handling, it may help others too because at first glance it’s really not clear where the issue could be coming from.
  • prefix must be a string

    Solved Support restore
    12
    2
    1 Votes
    12 Posts
    91 Views
    mdc773M
    ok i got it... some how i got upgraded and it broke my whole system
  • SMTP Settings keep resetting

    Listmonk
    2
    1 Votes
    2 Posts
    16 Views
    jamesJ
    Hello @OneTools-Project By default Cloudron will always configure the app. You will have to disable the configuration the the Cloudron Dashboard of the Listmonk app: [image: 1764025216798-d75bb7a5-3cab-43f3-86bb-228fdaff2ccb-image-resized.png] after selecting this, the SMTP setting will no longer be changed.
  • Convex - Realtime Backend for App Developers

    App Wishlist
    1
    1
    1 Votes
    1 Posts
    18 Views
    No one has replied
  • 1 Votes
    6 Posts
    202 Views
    jdaviescoatesJ
    @hollosch so, it doesn't exist, it's just made up by the LLM. TBH I thought that might be the case.
  • OpenCloud - Secure, Simple & Reliable File Sharing

    Locked Solved App Wishlist
    13
    16 Votes
    13 Posts
    2k Views
    andreasduerenA
    @girish said in OpenCloud - Secure, Simple & Reliable File Sharing: I couldn't get OIDC to work I was trying to see where the documentation for OIDC is, it seems to be here. Did you already see this one?
  • App Proxy + OIDC. Does this make sense?

    Discuss
    1
    0 Votes
    1 Posts
    15 Views
    No one has replied
  • 5 Votes
    13 Posts
    1k Views
    GengarG
    Ok I did it and it works. @rstockm FYI, here is how I did it : Install LAMP and open the terminal Cd to the web root directory cd /app/data/public Download the Latest LinkStack Release LATEST_URL=$(curl -s https://api.github.com/repos/LinkStackOrg/LinkStack/releases/latest \ | grep "browser_download_url" \ | grep "linkstack.zip" \ | cut -d '"' -f 4) wget -O linkstack.zip "$LATEST_URL" unzip -o linkstack.zip rm linkstack.zip Remove Cloudron’s Default index.php rm index.php Fix folder structure LinkStack is extracted inside a folder named linkstack/. Move everything to the real web root: mv linkstack/* ./ mv linkstack/.* ./ 2>/dev/null || true rmdir linkstack Fix permissions chown -R www-data:www-data /app/data/public Restart the app in Cloudron Open the URL and follow the LinkStack setup installation guide.
  • Upgrading from Ubuntu 20.04 to 22.04 and get errors..

    Unsolved Support ubuntu upgrades
    8
    1 Votes
    8 Posts
    42 Views
    jamesJ
    Hello @swheeler78 You can restart the box.service with: systemctl restart box.service
  • Cloudron 9.0 (beta) bug reports

    Pinned Discuss
    165
    1 Votes
    165 Posts
    9k Views
    necrevistonnezrN
    @imc67 … or Firefox?
  • Update 9.0.11 Broke Services

    Solved Support
    4
    1
    0 Votes
    4 Posts
    53 Views
    G
    I tried to, but I got the following lines of ''' 2025-11-23T11:16:19.847Z box:shell services: grep -q avx /proc/cpuinfo 2025-11-23T11:16:22.579Z box:shell services: grep -q avx /proc/cpuinfo ''' It was THOUSANDS of lines, currently had a production instance, so needed it back up asap.