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


    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    Solved Terminal Questions re LAMP App

    Support
    cli
    2
    3
    168
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Shai
      Shai last edited by girish

      I'm just starting out with Cloudron.

      • Is it possible to use Git inside the Web Terminal?
      • Is it a problem to access a shell by ssh'ing into root and running:
      docker container exec -it <container id> /bin/bash
      

      Thx

      1 Reply Last reply Reply Quote 0
      • girish
        girish Staff last edited by girish

        @Shai Welcome on board 🙂

        git should be available in web terminal. Try to clone using https though instead of ssh. I am guessing ssh clone will fail because there are no ssh keys (and the containers currently have no provision to add/persist them).

        As for, docker container exec, it's fine but on Cloudron it's better to use the CLI tool. Please see https://docs.cloudron.io/custom-apps/cli/. Important: this is on your PC/Mac and not on the server.

        • sudo npm install -g cloudron
        • cloudron login my.example.com
        • cloudron list and cloudron exec --app app.example.com.
        Shai 1 Reply Last reply Reply Quote 2
        • girish
          girish Staff last edited by girish

          @Shai Welcome on board 🙂

          git should be available in web terminal. Try to clone using https though instead of ssh. I am guessing ssh clone will fail because there are no ssh keys (and the containers currently have no provision to add/persist them).

          As for, docker container exec, it's fine but on Cloudron it's better to use the CLI tool. Please see https://docs.cloudron.io/custom-apps/cli/. Important: this is on your PC/Mac and not on the server.

          • sudo npm install -g cloudron
          • cloudron login my.example.com
          • cloudron list and cloudron exec --app app.example.com.
          Shai 1 Reply Last reply Reply Quote 2
          • Shai
            Shai @girish last edited by Shai

            @girish Thanks so much for the great answers.

            I look forward to installing the cloudron cli on my computer running Linux Mint 🤠 .

            1 Reply Last reply Reply Quote 3
            • First post
              Last post
            Powered by NodeBB