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

Offical apps | Community apps | Demo | Docs | Install
andreasduerenA

Andreas

@andreasdueren
App Dev
Unfollow Follow
About
Posts
919
Topics
88
Shares
0
Groups
1
Followers
2
Following
0

Posts

Recent Best Controversial

  • Nextcloud Talk high-performance back-end
    andreasduerenA andreasdueren
    App Wishlist nextcloud nextcloud talk video

    @jdaviescoates personally I found the internal turn server to be highly unreliable. But others may have better experiences.


  • Nextcloud Talk high-performance back-end
    andreasduerenA andreasdueren
    App Wishlist nextcloud nextcloud talk video

    @LoudLemur honestly it’s not that resource intensive. We used to run the HPB on a fairly small hetzner VPS but since switched over to the Cloudron package with cloudflare turn. Highly recommend.


  • Nextcloud Talk high-performance back-end
    andreasduerenA andreasdueren
    App Wishlist nextcloud nextcloud talk video

    @nostrdev I have successfully used NC Talk with the HPB and 30+ users


  • Hermes Agent
    andreasduerenA andreasdueren
    Community Packages

    @WiseMetalhead Please update to 0.4.88. It should work now.


  • Hermes Agent
    andreasduerenA andreasdueren
    Community Packages

    @alpheus I pushed 0.4.87 which should resolve this


  • How to configure the new n8n AI Assistant Code Sandbox (Service URL & API Key) on Cloudron?
    andreasduerenA andreasdueren
    N8N

    @james yes looks like you need to implement a sandbox environment in the package


  • Hermes Agent
    andreasduerenA andreasdueren
    Community Packages

    @msbt this looks like a community package and probably should not be included on the Hermes package. Adds extra complexity, package churn and attack surface.


  • MollySocket
    andreasduerenA andreasdueren
    App Wishlist

    @humpty mollysocket is needed if you want to use a different push provider like ntfy with Molly (Sognal) on android as opposed to Google Firebase


  • Hermes Agent
    andreasduerenA andreasdueren
    Community Packages

    @msbt I’ll look into it


  • MiroTalk WEB: hosted video meetings
    andreasduerenA andreasdueren
    MiroTalk

    @MiroTalk said:

    which parts are unclear to you and what you would expect to see improved in the explanation of each project

    My main confusion is that several projects appear to solve almost the same problem. C2C, P2P and CME all cover one-to-one calls; P2P and SFU offer largely the same meeting experience – and their UI and used terminology are almost identical – at different scales without any end-user distinction; BRO overlaps with SFU’s webinar and broadcasting features.

    The overview lists many features and architecture terms, but it does not make the choice simple. People are used to Zoom: they start a meeting and it works, regardless of participant count. I would expect one clear decision guide and clearer terminology on each homepage shipped with the application, explaining who each project is for, its practical limitations, and why I should choose it instead of the overlapping alternatives.


  • Bitwarden Lite – Interest present?
    andreasduerenA andreasdueren
    Package development

    I packaged Bitwarden Lite to compare it to vaultwarden. It seems to work well but personally I won't be using it because too many features are behind the enterprise license. But are there people who would be interested before I discard this completely?


  • MiroTalk WEB: hosted video meetings
    andreasduerenA andreasdueren
    MiroTalk

    @MiroTalk I love what you're doing but honestly I have the feeling you're cannibalizing your own products too much. It's getting increasingly difficult to explain the difference between these programs. You may want to consider merging some projects or otherwise differentiating them more clearly.


  • Bitwarden clients no longer working with Vaultwarden
    andreasduerenA andreasdueren
    Vaultwarden

    Seems to be a windows issue https://github.com/dani-garcia/vaultwarden/issues/7462. One of my user resolved this by downgrading their extension: https://addons.mozilla.org/en-US/firefox/addon/bitwarden-password-manager/versions/


  • Zeiterfassung - An application for tracking working hours and fulfilling legal requirements for time tracking
    andreasduerenA andreasdueren
    App Wishlist

    @gobenizzle Here is my preliminary package: https://git.due.ren/andreas/zeiterfassung-cloudron/-/raw/main/CloudronVersions.json

    Let me know how this performs


  • Typebot is now in maintenance mode
    andreasduerenA andreasdueren
    Typebot typebot maintenance eol

    @LoudLemur Where are you getting this from? I don't see anything on the website, blog, docs or repo.


  • Different URL for Webhook in Cloudron
    andreasduerenA andreasdueren
    N8N

    @firmansi Correct


  • Tymeslot - Feature Requests?
    andreasduerenA andreasdueren
    Tymeslot

    Biggest Feature would probably be Teams with automatic routing etc.


  • Elasticsearch
    andreasduerenA andreasdueren
    Community Packages

    @nichu42 haha thanks I’m glad it’s of use!


  • Different URL for Webhook in Cloudron
    andreasduerenA andreasdueren
    N8N

    @james @girish Out of curiosity I checked the current n8n package and this appears to be a small package-only change to satisfy @firmansi neeys. No Cloudron platform or custom nginx changes are required.

    The implementation could be as simple as:

    • Add "multiDomain": true to CloudronManifest.json
    • Set N8N_EDITOR_BASE_URL to the primary CLOUDRON_APP_ORIGIN
    • Let users select an alias with N8N_WEBHOOK_URL in /app/data/env.sh
    • Preserve existing legacy WEBHOOK_URL overrides

    One limitation: an alias exposes the whole n8n app, not only webhook paths. It nevertheless provides the requested separate canonical domain for forms, chat, and generated webhook URLs.

    I can attach the ready patch here if helpful.


  • Hoarder (Now, Karakeep) - Mymind alternative - The Ultimate All-In-One Bookmark and Note Taking App
    andreasduerenA andreasdueren
    App Wishlist

    @necrevistonnezr The guide did not directly apply to our package because we never used the abandoned alpine-chrome:124 image. We installed Debian’s Chromium inside the single Cloudron container, so nothing was broken or unavailable.

    However, our browser was independently maintained by Debian rather than the exact Chrome build Karakeep tests. I’ve now migrated the package to:

    Package 0.1.11:

    • Karakeep 0.33.2
    • Official Karakeep Chrome 151.0.7922.47
    • Chrome image pinned by immutable tag and digest
    • Fresh Cloudron installation healthy
    • Meilisearch, web, workers, and Chrome all running
    • Real crawl of example.com produced:
      • Screenshot: JPEG, 18,511 bytes
      • PDF: 13,850 bytes
  • Login

  • Don't have an account? Register

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