Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • 0 Votes
    14 Posts
    4k Views
    benborgesB
    This can be set to solved ! Cloudflare reply : [image: 1679341157587-c09bd926-0b5e-4850-8e26-b9413779a021-image-resized.png]
  • Failed to install app: 402 message: Missing token

    Solved Support api cli
    23
    0 Votes
    23 Posts
    3k Views
    A
    @girish well, that solved the problem i was facing, though i do not understand why it does, but anyway, thanks a lot that helped me Solved!! Solution = <Just sign in to the app store in your Cloudron Server as Mr. @girish said> Once more, thank you very much for the support .
  • Custom app install complains about subdomain

    Solved Support api cli
    4
    0 Votes
    4 Posts
    522 Views
    nebulonN
    Glad you managed to resolve this. Some ago we changed the REST api there which probably caused this issue when using an outdated cloudron cli tool.
  • Unable to enter and display accented characters with Cloudron CLI

    Solved Support cli
    8
    0 Votes
    8 Posts
    898 Views
    jeauJ
    @nebulon thanks
  • cloudron-cli in cron

    Solved Support api cli
    13
    0 Votes
    13 Posts
    1k Views
    vladimir.dV
    @girish sorry, a school boy mistake, the Content-Type header did the trick, but I made a typo in the backupId, that's why I got the error.
  • Security Issue in cloudron CLI's dependency

    Solved Support cli
    2
    1 Votes
    2 Posts
    413 Views
    mehdiM
    Hardened node developer here : long story short, nothing to worry about. NPM security warnings are completely broken, they have a near 100% false positive rate (technically, the "vulnerable" dependency is here, but the flaw is, in literally all instances I have seen, not exploitable). An interesting read about this if you want : https://overreacted.io/npm-audit-broken-by-design/
  • cloudron cli : Could not upgrade connection to tcp. http status: 404

    Solved Support cli
    3
    0 Votes
    3 Posts
    296 Views
    T
    Thanks @girish
  • 2FA login with CLI

    Solved Support cli 2fa
    7
    2 Votes
    7 Posts
    526 Views
    nebulonN
    @atridad yes it does. If you run cloudron --help you can see the "global" options on the top, which apply also to subcommands.
  • Running Cloudron CLI commands on apps with tags?

    Solved Discuss cli
    4
    1 Votes
    4 Posts
    696 Views
    nebulonN
    @d19dotca this is now implemented at https://git.cloudron.io/cloudron/cloudron-cli/-/commit/e321442cc2251f46b0ee2564138224015339b12d and will thus be part of next cli release.
  • 0 Votes
    5 Posts
    611 Views
    d19dotcaD
    @nebulon said in Cloudron CLI login command results in an HTTP 404 error with "Cannot POST /api/v1/developer/login" message: You probably have to update the cli tool, since the /api/v1/developer/login route was long deprecated and finally removed from the server side. @girish said in Cloudron CLI login command results in an HTTP 404 error with "Cannot POST /api/v1/developer/login" message: For reference, the latest CLI version is 4.12.8 (Use cloudron --version to see current version) So I checked the version of Cloudron CLI finally and it seems I am indeed running 4.12.8... <username>@<computerName> ~ % cloudron --version 4.12.8 However, I ran the command cloudron login again and now it suddenly works. So I'm not sure, maybe I had ran the update (I know I did for a fact) but perhaps it wasn't recognized until my computer had restarted over the holidays here. Something strange, but it's all good now it seems.
  • Cloudron CLI & 2FA

    Solved Support cli nodejs
    8
    0 Votes
    8 Posts
    1k Views
    girishG
    I have pushed a new CLI version v4.12.7 that fixes this.
  • Upgrading Cloudron via command line

    Solved Support cli ec2 restore
    5
    0 Votes
    5 Posts
    929 Views
    girishG
    @christiaan I submitted a new image to the marketplace. Will leave a note here when it gets approved. Sometimes it's immediate and sometimes it takes 2-3 days.
  • Modifying Files in /app/code

    Solved Support cli debug recovery
    6
    1 Votes
    6 Posts
    1k Views
    ChristopherMagC
    For anyone else coming later, if you need to modify these files to test out for instance a code fix you would use the CLI tool to run cloudron debug --app app.domain.com, open a web terminal to the app, edit whatever files you need to in /app/code, and then run /app/pkg/start.sh from within that web terminal to manually start the app and test your change. You can exit debug mode, which will delete your changes, by going to the app's settings in cloudron, Repair, and clicking the Disable Recovery Mode button.
  • Cloudron CLI within an app?

    Support cli
    7
    0 Votes
    7 Posts
    1k Views
    robiR
    This sounds like it should be a part of the build package and/or the registry package, depending on use case.
  • Replace custom build with version from appstore?

    Solved Support cli
    5
    0 Votes
    5 Posts
    808 Views
    girishG
    I have added cloudron update --appstore-id {id} for the next release.
  • Terminal Questions re LAMP App

    Solved Support cli
    3
    0 Votes
    3 Posts
    544 Views
    ShaiS
    @girish Thanks so much for the great answers. I look forward to installing the cloudron cli on my computer running Linux Mint .
  • CLI cmd: 'cloudron pull' does not copy the entire file

    Solved Support cli
    6
    0 Votes
    6 Posts
    803 Views
    saikarthikS
    Confirmed working on 4.5.3 To install a specific version: sudo npm install -g cloudron@4.5.3
  • Handshake faliure when trying to login through CLI

    Solved Support cli
    5
    0 Votes
    5 Posts
    410 Views
    M
    node --version said v8.10.0, updated to v12.18.3 for good measure
  • 0 Votes
    3 Posts
    507 Views
    nebulonN
    Ok this is fixed, however requires a new Cloudron release, since the tasks API needs a proper pending state.