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
robiR

robi

@robi
About
Posts
4.2k
Topics
410
Shares
0
Groups
0
Followers
9
Following
1

Posts

Recent Best Controversial

  • CCAI : Cloudron Custom App Installer
    robiR robi

    @nostrdev That's what API keys are for, no?

    App Wishlist

  • Nextcloud default files & folders for new users ('skeletondirectory')
    robiR robi

    Agreed, this was a major pain when creating 100s of users then having to clean up all this cruft. The space saved was significant too.

    Nextcloud

  • Make Admin Path manually configurable for all apps
    robiR robi

    @Lonkle I think it's waiting on your PR

    Feature Requests userinterface

  • SimStudio for AI and Agentic workflows - alternative to n8n, Langchain, Langflow, Flowise
    robiR robi

    They now have a new domain at https://sim.ai

    App Wishlist

  • Fileferry CLI - For those who manage large media collections.
    robiR robi

    https://github.com/dkarlovi/fileferry

    FileFerry — media organizer (short)

    FileFerry is a small CLI that organizes image and video files into target folders using metadata and filename patterns.

    What it does

    • Scan one or more source directories (profiles) for media files.
    • Extract metadata from filenames, EXIF (images) or ffprobe (videos) when available.
    • Render a per-profile target path template and move files (dry-run by default).

    Quick examples

    Build and dry-run with your config file:

    go build -o fileferry .
    ./fileferry config.yaml # dry-run: shows what would move
    ./fileferry config.yaml --ack # actually move files

    Example (anonymized) config.yaml excerpt:

    profiles:
    Videos:
    sources:
    - path: /path/to/videos
    recurse: true
    types: [video]
    patterns:
    - "{meta.taken.date} {meta.taken.time}.mkv"
    - "{meta.taken.date}-{meta.taken.time}.mkv"
    target:
    path: /organized/videos/{meta.taken.year}/{meta.taken.date}/{meta.taken.datetime}.{file.extension}

    Pictures:
    sources:
    - path: /path/to/pictures
    recurse: false
    types: [image]
    target:
    path: /organized/pictures/{meta.taken.year}/{meta.taken.date}/{meta.taken.datetime}.{file.extension}

    Config contract (short)

    • profiles is a map of profile names -> profile config.
    • A ProfileConfig contains: sources (list), optional patterns (filename patterns used to extract metadata), and target.path (template used to build destination path).
    • SourceConfig has path, recurse, types and optional filenames.

    Template variables

    • {meta.taken.year}, {meta.taken.date}, {meta.taken.datetime}
    • {meta.camera.maker}, {meta.camera.model}
    • {file.extension} (no leading dot)

    Notes: filename patterns are anchored and must match the filename exactly (e.g. 2025-06-02 15-21-02.mkv). Patterns support tokens like {meta.taken.date} and {meta.taken.time} which map to regex rules.

    Off-topic

  • add portainer
    robiR robi

    If you're up for a challenge, look into the forum for sysbox which allows for stronger docker isolation so you can experiment with portainer in a more isolated container on Cloudron.

    Discuss

  • Where should I share my Work In Progress on app packaging ?
    robiR robi

    Make sure to try them with CCAI

    Help Wanted or Offered

  • Email Spoofing Issue
    robiR robi

    @webliska logins are session based.

    You can change the password all you like, as long as the session is active, it doesn't prevent access.

    The logs may be misleading in printing the user logged in, when it's really just checking for an active session.

    Hence the button exists.

    Support email

  • How to publish an application on a custom domain
    robiR robi

    As the message says, Cloudron has no app configured for this domain.

    You may want to install an App Proxy Cloudron App and configure it to what you need.

    It's at the top right of the App Store, next to the search bar.

    Baserow

  • Email Spoofing Issue
    robiR robi

    Use the bottom right button from your screenshot to log them out.

    Support email

  • Using Cloudron as an SMTP smarthost relay for other systems
    robiR robi

    See: https://forum.cloudron.io/post/52997

    Support mail relay

  • [Package] Typesense Search Engine - Fast, Typo-Tolerant Search
    robiR robi

    Can you add a bit about how you did your Ghost integration as an example?

    App Packaging & Development

  • CCAI : Cloudron Custom App Installer
    robiR robi

    @timconsidine how about a wget that grabs the master apps-config.json during any install/visit?

    App Wishlist

  • Plane - "The open source project management tool"
    robiR robi

    @david.opalia Yes, you can make a custom package and submit it to the Cloudron App store.

    App Wishlist

  • BTCpayserver
    robiR robi

    What is Microsoft code doing there?

    App Wishlist

  • Silex website builder
    robiR robi

    This could be installed in the LAMP app

    App Wishlist

  • Sync In : Your data belongs to you
    robiR robi

    @timconsidine that button seems to be a list of tasks, instead of a chat.

    Relaunching the app still steals my command button, so off it goes ;-/

    App Wishlist

  • Federation testing fails unless port 8448 is forwarded to 443
    robiR robi

    @DidierMalenfant test with command line tools to see if there are any formatting issues that might be causing this.

    Matrix (Synapse/Element)

  • Sync In : Your data belongs to you
    robiR robi

    @timconsidine thanks for the screen shots, however I didn't see you open the chat icon as mentioned.

    I happened to create a second user in addition to the admin and could see each in that side window. There were no actions possible from it.

    Also I noticed that the client hijacked my command button away from the Brave browser I am typing this on. I use it command-<- to navigate back in the forum, and strangely it only navigated back in the sync-in client, even though it didn't have window focus! Insane.

    App Wishlist

  • Sync In : Your data belongs to you
    robiR robi

    @timconsidine the UI suggests there is a chat function just underneath the notifications bell on the right, but it doesn't look functional.

    MacOS Client looks exactly like the web interface, so what's the benefit?

    App Wishlist
  • Login

  • Don't have an account? Register

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