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
fbartelsF

fbartels

@fbartels
App Dev
About
Posts
1.2k
Topics
73
Shares
0
Groups
1
Followers
6
Following
1

Posts

Recent Best Controversial

  • Update Documentation to warn of Cloudflare Proxy issues
    fbartelsF fbartels

    @james said in Update Documentation to warn of Cloudflare Proxy issues:

    should this be done by default when Cloudflare is used

    Does this refer to the Allow list for WOPI requests setting in Nextcloud? Automatically allowing all requests that come from the Cloudflare infrastructure seems like a bad idea for me.

    Collabora Online (CODE) feature-request trusted ips

  • Outline business self hosted cost 4$?
    fbartelsF fbartels

    @qwinter said in Outline business self hosted cost 4$?:

    SAML is only in their biz editon

    Cloudrons SSO is based on OIDC https://docs.getoutline.com/s/hosting/doc/oidc-8CPBm6uC0I

    Outline

  • Birdie is driving around East Europe!
    fbartelsF fbartels

    Sounds like a fun trip. How fixed is your route? A college once recommended to me to visit https://titosbunker.com/ if I am ever in Bosnia & Herzegovina.

    Off-topic

  • Help Desk with Chat Behind User Login
    fbartelsF fbartels

    @crazybrad said in Help Desk with Chat Behind User Login:

    host it only for authenticated users, and embed the ticket form and the chat widget.

    Yes, that sounds like a good approach to me.

    FreeScout

  • Installing custom Apps on Cloudron
    fbartelsF fbartels

    @BrutalBirdie reading linked posts? 64f7ac82-4920-4bd1-aafb-2854f4cfadb7-image.png

    😆

    App Packaging & Development

  • Installing custom Apps on Cloudron
    fbartelsF fbartels

    @james said in Installing custom Apps on Cloudron:

    upload a CloudronManifest.json

    I would absolutely welcome the idea to make custom app installations more easy for third party installations and less technical users. I am not sure however is uploading a json file will really make it easier for the majority of users, as these will still need to rely on someone else producing a properly formatting manifest file (and don't mess up formatting on the way).

    Including the container image name in the manifest does sound like a good idea, but how about instead of uploading the manifest through the store the user could provide the url for where multiple such manifests are stored? Then app developers could publish their own stores.

    App Packaging & Development

  • https://opensourcemaintenancefee.org/ - Your Open Source Maintenance Fee directly funds the project maintainers you depend on.
    fbartelsF fbartels

    My first thought: who has created this website and what gives them credibility? I did not watch the embedded video so maybe its answered there. but the only way to identify the creators is by their github link.

    Off-topic

  • Gatus - Automated service health dashboard
    fbartelsF fbartels

    I was playing around with Gatus a bit today. While its nice that you can configure all your monitors through yaml, that also makes it a bit more complex to get started since you first need to learn the exact syntax. I guess a config generator tool would be nice.

    What is is missing compared to uptime kuma is a public status page. You either have to expose your whole dashboard or put it behind auth.

    My minimal Cloudron app can be found at https://git.9wd.eu/apps/cloudron-gatus. It supports OIDC Login and stores data in the postgres database.

    App Wishlist

  • Roundcube Development continues with actual features
    fbartelsF fbartels

    @jdaviescoates said in Roundcube Development continues with actual features:

    Nextcloud Mail is getting pretty decent

    I had the mail app in Nextcloud installed for a while, but never really used it so I played around with it just now. It does have some weird glitches when moving mails and when you first click on a folder it can take quite a long time for mails to be loaded. Selecting individual mails takes longer to display them compared to Roundcube.

    I think one of the main tasks for a mail client is for it to be quick and easy to use.

    Roundcube

  • Migrating active Server
    fbartelsF fbartels

    I do see two strategies for you mail migration.

    1. do the migration when you think that no normal person would be sending mail at that time.
    2. shortly before starting the migration close port 25 in your filewall. This will lead to a temporary sending failure for everybody that would try and if that person is not a badly configured spam bot it will try to deliver the same mail at a later time again.
    Discuss backups restore

  • MCP server for apps?
    fbartelsF fbartels

    Here is a how-to https://earthkhan.medium.com/turn-your-openapi-in-mcp-server-in-5-minutes-e2859383d0dc

    Feature Requests

  • MCP server for apps?
    fbartelsF fbartels

    Isn't the better place for a mcp server in Cloudron directly at the Cloudron Api? Via mcp your ai could talk to the Cloudron Api, and through this access files, logs, execute commands, install/update.

    The api is described here: https://docs.cloudron.io/api.html

    I would think since there is an openapi spec there is probably already some mcp server that could import it.

    Feature Requests

  • Expose reverse-SSH tunnel to Cloudron app?
    fbartelsF fbartels

    @jorrg said in Expose reverse-SSH tunnel to Cloudron app?:

    :localhost:11434

    By binding the port to localhost it is available to the Cloudron host, but the apps which are running in containers on a separate network cannot reach it.

    You need to bin them to a global IP (and then firewall it so no others can access it).

    Support

  • Intranet & VPN app
    fbartelsF fbartels

    @james even with DNS verification that wouldn't work for Domains such as .lan though.

    Discuss

  • Is it worth it to upgrade to 24.04 from 22.04?
    fbartelsF fbartels

    @Shai said in Is it worth it to upgrade to 24.04 from 22.04?:

    I might as well get a couple extra years before having to remember how to do this again.

    Shouldn't that be reason enough? 24.04 is already a year old, time to upgrade from the previous LTS.

    Support ubuntu 24.04 ubuntu 22.04 8.0 cloudron

  • Atuin - Making your shell magical
    fbartelsF fbartels

    With this line from the start script:

    https://github.com/Lanhild/atuin-cloudron/blob/39e0d6de54742833091cd3b373338b78e588d232/start.sh#L15

    Users don't have the ability to disable signup without having a rebuild of the container. Its probably better to use

    export ATUIN_OPEN_REGISTRATION=${ATUIN_OPEN_REGISTRATION:-false}
    

    instead and additionally define it with ATUIN_OPEN_REGISTRATION=true in your env.sh. This way after the first install signup is available and after you created your accounts you can easily shut it down.

    App Wishlist

  • OpenCloud - Secure, Simple & Reliable File Sharing
    fbartelsF fbartels

    @luckow said in OpenCloud - Secure, Simple & Reliable File Sharing:

    it's a fork of https://owncloud.com/ (which is the original software project from which nextcloud was forked)

    Not quite. OpenCloud is a fork of "Owncloud infinity scale (OCIS)" which is a different code base than the old php Owncloud (which was the base for the Nextcloud fork).

    App Wishlist

  • Another reason to selfhost.
    fbartelsF fbartels

    The topic even made it into the dutch late night talk shows:

    Discuss

  • /r/selfhosted are not big Cloudron fans
    fbartelsF fbartels

    @SansGuidon said in /r/selfhosted are not big Cloudron fans:

    there is a bigger risk IMHO that it would go downtime e.g Cloudron updates/restarts

    Email is resilient. If a sending mailserver cannot deliver a mail to your server, it will continue trying to do so. I think most commonly the sending server will try for two days before generating a non delivery message to the original sender.

    For sending out its best to use a mail relay provider. This costs extra, but then you have someone else who is managing the reputation of your outgoing relay.

    Discuss

  • (outlook) Security certificate cannot be verified
    fbartelsF fbartels

    could it be that outlook wants to connect to something like imap.promentum.info and not the my subdomain?

    Support certificates mail email
  • Login

  • Don't have an account? Register

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