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


Skip to content
  • logging in to cloudron with cloudron cli from ci job

    Solved Support cli
    3
    1 Votes
    3 Posts
    577 Views
    philkunzP
    Thank you
  • Change Primary Domain an Dashboard via Terminal/CLI

    Solved Support support cli dashboard domain ssh
    6
    0 Votes
    6 Posts
    2k Views
    C
    Ok. I will doublecheck this. Give me a few hours for this. Thanks for the moment Update: Solution work fine! Thanks a lot.
  • Cloudron CLI

    Support cli
    6
    0 Votes
    6 Posts
    2k Views
    L
    @nebulon said in Cloudron CLI: ah. The cli is actually not built to run on Cloudron itself, but it would interact with a Cloudron via REST api. Is there a specific use-case where you need it on the server? I want to install the InfluxDB Package, I thought then via Cloudron CLI. So I have to install it on my Client, to install this package.
  • 0 Votes
    10 Posts
    3k Views
    girishG
    @scooke I am out of ideas then. If you like, you can reach out on support@cloudron.io and we can debug further to see if we can resurrect the app.
  • rsync for cloudron CLI

    Feature Requests cli rsync
    3
    2 Votes
    3 Posts
    1k Views
    girishG
    Found https://rsync.samba.narkive.com/DFt4GEa9/over-stdin-stdout which has some interesting discussion.
  • Removing custom apps that were not installed correctly via CLI

    Solved Support uninstall cli
    6
    1 Votes
    6 Posts
    2k Views
    robiR
    @girish Sure for test domains w/o any subdomains. What I'm suggesting is a non-entirely blocking situation when the automation fails what it thinks it needs with no simple recourse. Would improve UX flow in edge cases..
  • 0 Votes
    14 Posts
    10k 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
    8k 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
    2k 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
    2k Views
    jeauJ
    @nebulon thanks
  • cloudron-cli in cron

    Solved Support api cli
    13
    0 Votes
    13 Posts
    3k 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
    991 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
    637 Views
    T
    Thanks @girish
  • 2FA login with CLI

    Solved Support cli 2fa
    7
    2 Votes
    7 Posts
    1k 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
    2k 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
    910 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
    3k 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
    2k 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
    3k 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.