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 - Status | Demo | Docs | Install
timconsidineT

timconsidine

@timconsidine
App Dev
About
Posts
2.7k
Topics
210
Shares
0
Groups
1
Followers
6
Following
1

Posts

Recent Best Controversial

  • Managing CloudronVersions.json
    timconsidineT timconsidine

    @James thank you
    I had not initially intended to use CloudronVersions in this way, but it is a real time saver.

    Yep, once an app is published, probably no trimming (unless very old revoked versions).

    App Packaging & Development

  • Managing CloudronVersions.json
    timconsidineT timconsidine

    The new Community App functionality is a real bonus, so thanks once more to the Cloudron team for implementing it.

    The app update functionality provided (new entry in CloudronVersions.json) really helps with the build cycle, testing changes etc., without time-consuming repeat setup of app environment etc, before it even gets to a MVP release stage.

    However that does result in a quite big CloudronVersion.json - on one app in dev, it is 60kb. Not a problem as such. But I wonder if we really need to keep such a big history of the app's dev cycle, 0.0.1, 0.0.2 etc all the way up to say 1.0.0 and beyond. Especially when the older entries become redundant by being explicitly revoked or by representing early prototyping with breaking changes.

    I have tested just trimming CloudronVersions.json, removing early entries. It seems to have no ill effects providing the json structure is honoured. So my intention is to prune the versions file of dev release before an app becomes released.

    So in terms of managing CloudronVersions.json, I'm interested in Cloudron team's thoughts or any advice.
    Maybe you did not expect the functionality to be used like, so did not expect a large versions file. But I can easily see it growing to to 200k in some cases. Not a problem technically, but nevertheless ...

    App Packaging & Development

  • how do I stop a app
    timconsidineT timconsidine

    Simple solution : change 'Uninstall' to 'Manage' or 'Stop/Uninstall' or '....'

    The column width longest label is 'Access Control' so providing the new label is <= to that, UI works.

    Support userinterface

  • Garage packaging status, next steps
    timconsidineT timconsidine

    Still a little unsure about this.
    If the Garage app is storing large volumes, say 5Gb, is backup by tarball appropriate, do we want to be facilitating that ?
    That said, I guess it still needs fixing for smaller tarballs.

    App Packaging & Development

  • Garage packaging status, next steps
    timconsidineT timconsidine

    @jadudm thanks for the clarification
    will certainly bear that in mind for future issues

    for this one on my Garage app, I'm not sure what to do. If an App Store version is coming, even unstable, that might be better for this wanting Garage.

    I will try find time to check out my Garage packaging code with this issue in mind.

    App Packaging & Development

  • Garage packaging status, next steps
    timconsidineT timconsidine

    @d19dotca errr...

    No I have not experienced that.
    Personally I use rsync not tarball.
    I will try a tarball backup later.

    If it's a backup issue, is it an app issue ?
    I don't understand this.

    EDIT : that's meant as unhelpful, just not sure where to start looking - will ask AI
    But did you see that an official version is close ?

    https://forum.cloudron.io/post/122927

    App Packaging & Development

  • How to proctect instances from Bot, Crawlers, Requests, & Co?
    timconsidineT timconsidine

    Interesting questions. I shall be watching hing for answers - wished I had them.

    Discuss

  • AgentZero
    timconsidineT timconsidine

    @firmansi yes, it’s in “in production” for me.
    Have not used everything because there’s so much that can be done. Currently for me it is :

    • one of my Telegram bot handlers, providing some basic tasks
    • handing invoice downloading from a couple of suppliers who require login and fetch
      Planning to extend its functionality.

    Only “issue” is that Searx is too slow for it so I use Brave API for search - cost is pennies.

    Community Apps

  • AgentZero
    timconsidineT timconsidine

    @firmansi for my app I need to build new image, announce it here, then your Cloudron should pick it up available but often quicker to press Check Update in the app dashboard.

    On a train now, will see if anything recent, if not just go to app dashboard, Updates, Check Updates.

    Community Apps

  • Invitation to an experiment: community creation of a NextGenPBX-Cloudron-App
    timconsidineT timconsidine

    What an excellent project ! 👍

    Community Apps

  • Make apps in the dashboard hideable
    timconsidineT timconsidine

    @subven I defer to you. I recall some other posts that all it did was toggle visibility, not actually control access. It’s a bad field name. But I haven’t tested (on the road) and it may have changed, or I might just be plain and simple wrong.

    Feature Requests dashboard user interface

  • Make apps in the dashboard hideable
    timconsidineT timconsidine

    Can you not just use “access control” to hide the app in the user’s dashboard and use the link you mentioned ? 🤷

    Feature Requests dashboard user interface

  • Community Apps
    timconsidineT timconsidine

    Mermaid

    Detail Link / Info
    Wishlist topic Mermaid
    Author @timconsidine
    Repository Repository
    Install CloudronVersions.json

    If you have questions or issues about this community app, please open a separate topic in the @community-apps category and link to this reply.

    Community Apps

  • Cloudron CLI - set access control of an app
    timconsidineT timconsidine

    I would love to be able to something like :

    cloudron access --app app.domain.tld --users user1, user2
    -OR-
    cloudron access --app app.domain.tld --group group1

    I didn't see that this is currently supported.
    I didn't see another forum topic about this but maybe search let me down.

    AI told me to do some complicated 'curl' command, but to my mind, the CLI should do it.

    Is there a way ?

    Feature Requests

  • IronClaw — Rust-based secure AI assistant with OpenCode + free models
    timconsidineT timconsidine

    @robi not possible at the moment. You could maybe grab and send when I am back.

    App Packaging & Development

  • BTCpayserver
    timconsidineT timconsidine

    @nostrdev thank you for getting this done. Appreciate the time applied. Will test it out shortly.

    App Wishlist

  • IronClaw — Rust-based secure AI assistant with OpenCode + free models
    timconsidineT timconsidine

    @LoudLemur thank you, will do, always safe secluded handover points, 1000kms from hunter drones, and my van & trailer is not a high value target for Ivan’s AWACS. There again, Ivan’s aim is awful, so I guess it’s possible he could get close while aiming at something else.
    Mission #37 - 75 tonnes total, no incidents. 🤞

    App Packaging & Development

  • Securing cloudron against ddos attacks?
    timconsidineT timconsidine

    I'm not very comfortable that the answer to the problem is to use a proprietary service Cloudflare. Too much of the internet is dependent on it.Maybe technically effective, but just got bad vibes about this.

    Discuss security

  • IronClaw — Rust-based secure AI assistant with OpenCode + free models
    timconsidineT timconsidine

    @robi I have another Ukraine mission, so going to be mostly offline for a week.

    Can look at it on return.

    App Packaging & Development

  • PicoClaw 🦀 — Go based alternative to OpenClaw / ZeroClaw / Nanobot / AgentZero
    timconsidineT timconsidine

    @robi : I kinda lost interest in picoclaw, felt more comfortable with nanobot.

    I have another Ukraine mission, so going to be mostly offline for a week.

    Can look at it on return.

    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