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
timconsidineT

timconsidine

@timconsidine
App Dev
About
Posts
2.2k
Topics
179
Shares
0
Groups
1
Followers
2
Following
1

Posts

Recent Best Controversial

  • AWS and now Azure ?!
    timconsidineT timconsidine

    @robi interesting

    Off-topic

  • AWS and now Azure ?!
    timconsidineT timconsidine

    We all know systems can be vulnerable and the complexity of AWS and Azure and GCP must be huge.

    But really Azure down so soon after AWS ?!

    I don’t go for conspiracy theories, and cockup is often the truest explanation. But …. Really ?

    I don’t trust any explanation from the parties affected, they’re going to put the simplest spin on things and accept the embarrassment.

    I smell a big fat rat in the works, maybe someone tinkering with inter connect cables.

    Off-topic

  • BentoPDF: privacy-first, client-side PDF toolkit (alternative to Stirling PDF)
    timconsidineT timconsidine

    I’m not a fan of Stirling so look forward to checking this out

    App Wishlist

  • Ladybird - a new, independent web-browser
    timconsidineT timconsidine

    Good on them for this initiative.
    Despite web browser now being fundamental functionality, the offerings from all the others are frankly pretty poor, bloated dinosaurs.
    Look forward to their first usable release

    Discuss

  • Building custom packages
    timconsidineT timconsidine

    @tronical personally I do this process :

    • fork the repo
    • make changes
    • docker build etc.
    • docker push etc
    • cloudron install etc.

    Maybe I should learn cloudron build but I am an old dog with limited brain space 😆

    My build script (usually in folder above the app dev folder) :

    #!/bin/bash
    
    if [ "$#" -lt 1 ]; then
        echo "Usage: $0 <image-name> [cache|nocache] <appname.yourdomain.tld>"
        exit 1
    fi
    
    # Get the directory from which the script was called
    BUILD_DIR="$(pwd)"
    
    if [ "$2" = "cache" ]; then
        echo "Building with cache ..."
        docker build --platform linux/amd64 -t $1 "$BUILD_DIR"
    else
        echo "Building with no cache ..."
        docker build --no-cache --platform linux/amd64 -t $1 "$BUILD_DIR"
    fi
    
    docker push $1
    cloudron install --image $1 --location $3
    

    e.g. ../cld.sh dockerregistry.yourdomain.tld/appname:version cache appname.yourdomain.tld

    App Packaging & Development

  • 📍Dawarich: Your Journey, Your Control 🛄
    timconsidineT timconsidine

    @nebulon thanks for packaging this 🙏

    One more app I can remove from my non-cloudron VPS 🍾

    Installed fine, logged in and changed user and password, connected to my iOS app.
    All appears working - will try to test more.

    App Wishlist

  • 📍Dawarich: Your Journey, Your Control 🛄
    timconsidineT timconsidine

    @scooke
    docker build --platform linux/amd64 -t your docker.tld/cloudron-dawarich:v1 .

    Or, you can install from my image :
    cloudron install --image tcmbp132021/cloudron-dawarich:v1 --location dawarich.yourdomain.tld

    App Wishlist

  • 📍Dawarich: Your Journey, Your Control 🛄
    timconsidineT timconsidine

    Dawarich package now available at https://ccai.uk for easy installation

    Note PostInstall :
    Username: demo@dawarich.app
    Password: password

    App Wishlist

  • 📍Dawarich: Your Journey, Your Control 🛄
    timconsidineT timconsidine

    @scooke I cloned the repo, built it and used cloudron CLI to install it.
    It works 👍

    Just adding it to my custom app installer to ease the pain

    App Wishlist

  • perpetual licensing
    timconsidineT timconsidine

    @adisonverlice2 IMHO you're confusing apples and pears - that's the polite expression, there are others.
    It seems you COMPLETELY underestimate or misunderstand the ongoing work needed to maintain and develop Cloudron, and keep it stable.

    Cloudron is not providing some hardware, and some base software or reselling / redistributing a 3rd party software (eg pfSense).

    I completely fail to understand why anyone would agree to receive a single payment for the next xx years work they have to do, unless that is 20x the annual price.

    I repeat : pay a single fee for perpetual licence for a fixed version of Cloudron ? maybe that might work. Want the benefits of a maintained platform with upgrades, forget it.

    I've had enough of this discussion, which is IMHO is just plain silly.

    Feature Requests licensing

  • perpetual licensing
    timconsidineT timconsidine

    @adisonverlice2 maybe you should address your questions to netgate

    Feature Requests licensing

  • perpetual licensing
    timconsidineT timconsidine

    One-time purchase is a really bad idea and makes no sense at all .... unless the one-time purchase gets you a one-time version, e.g. version 8.5.0 and you then stick with that, no upgrades (ok, well maybe one year).

    There are some precedents in financial markets, taking into account present and future value of money, for a fat payment to be made up-front for continuing lifetime service.

    But generally it's a silly idea to expect to get lifetime continuing service (current version, plus free future versions) for a single fee, unless the multiple is significant, 10x or 20x.

    I think the Cloudron team have got enough to do without being distracted by this kind of suggestion.

    Feature Requests licensing

  • addy.io - Anonymous Email Forwarding
    timconsidineT timconsidine

    @chmod777 will take a look at it

    App Wishlist

  • HomePage
    timconsidineT timconsidine

    @WiseMetalhead well done on packaging - it's always a bit trial-and-error !

    My memory of this app is vague and distant, but if files are not needed, they can be removed from /app/data by adding code for that to start.sh to get a tidy installation, but I'd be tempted to ignore them.

    App Wishlist

  • HACS integration
    timconsidineT timconsidine

    @hakunamatata sadly I didn’t find a solution.
    I did get Reolink cameras working through the Reolink plugin but I didn’t go through the process of setting up capture and storage.

    Instead I diverted effort into packaging Zonminder for Cloudron but I’m a bit stuck on that at the moment.

    Short-term I am using an app called Glancecam for Mac which actually works well for live monitoring, but doesn’t handle capture

    Home Assistant

  • Silly Tavern on Cloudron: LLM Frontend for Power Users
    timconsidineT timconsidine

    @LoudLemur thank you !

    App Wishlist silly tavern st ai

  • Silly Tavern on Cloudron: LLM Frontend for Power Users
    timconsidineT timconsidine

    Does the world need yet another ai chat interface ?
    Or am I missing some important features ?

    App Wishlist silly tavern st ai

  • What's coming in Cloudron 9
    timconsidineT timconsidine

    congrats @girish and whole cloudron team 👏
    look forward to the release making it through the remaining stages

    Announcements

  • Cloudron Tech Stack for "Side Hustle" (a.k.a. Kleinunternehmer in German)
    timconsidineT timconsidine

    @chmod777 understood
    Just take into account and be clear about how you’re going to get your sales data into your accounting system

    Discuss

  • Cloudron Tech Stack for "Side Hustle" (a.k.a. Kleinunternehmer in German)
    timconsidineT timconsidine

    I always feel invoicing is inevitably bound to accounting, and any decent accounting system should be configurable for invoice formats which can include support links.
    Maybe I’m not following the train of thought of requirements b

    Discuss
  • Login

  • Don't have an account? Register

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