https://linen.dev logo
Join Discord
Powered by
# general
  • h

    hackaponey

    02/20/2023, 9:34 PM
    How it’s work inside an raspberry?
  • p

    Phorcys

    02/20/2023, 9:34 PM
    is the file on the disk the same (check using cat and a terminal)
  • s

    Sven

    02/20/2023, 9:34 PM
    Yep
  • s

    Sven

    02/20/2023, 9:35 PM
    The file is updated
  • s

    Sven

    02/20/2023, 9:35 PM
    But Apache2 doesnt
  • p

    Phorcys

    02/20/2023, 9:35 PM
    you need a runtime for your containers, so it can be Docker, Amazon AWS, etc in your case you will probably want to use Docker as a runtime but, I think code-server standalone would maybe suit your use-case more than coder
  • p

    Phorcys

    02/20/2023, 9:36 PM
    check apache2 logs then i guess
  • s

    Sven

    02/20/2023, 9:38 PM
    How to find that?
  • p

    Phorcys

    02/20/2023, 9:38 PM
    it's in /var/log
  • s

    Sven

    02/20/2023, 9:38 PM
    And when i changed the directory of the files it updates just fine
  • p

    Phorcys

    02/20/2023, 9:38 PM
    i think you'll have to look this up online, as it's not related to any Coder products
  • s

    Sven

    02/20/2023, 9:39 PM
    https://paste.bijsven.nl/hosehujitu.nginx
  • s

    Sven

    02/20/2023, 9:39 PM
    Oh okay
  • p

    Phorcys

    02/21/2023, 12:06 AM
    @Atif do you have any template with rstudio?
  • p

    Phorcys

    02/21/2023, 12:06 AM
    i need to program a library in R for a friend and I think rstudio-server should be easy
  • a

    Atif

    02/21/2023, 6:14 AM
    No, I have no experience with this. I can create one on the weekend may be.
  • p

    Phorcys

    02/21/2023, 10:53 AM
    yes
  • s

    Shiishii

    02/21/2023, 2:18 PM
    Hi there Anyone already write a template that launch a
    kind
    k8s cluster and was ok to share it to me ? (To allow me to save some times) Thanks
  • p

    Phorcys

    02/21/2023, 3:04 PM
    could this work for you ? https://github.com/coder/coder/tree/main/examples/templates/kubernetes
  • s

    Sven

    02/21/2023, 3:31 PM
    @Phorcys on the website it says
    docker-compose up -d
    but it is
    docker compose up -d
    for updating
  • s

    Shiishii

    02/21/2023, 3:51 PM
    Not really, but thanks for your help I just search for a template that run workspace in docker for example And deploy an empty kubernetes to start playing with k8s. That allow my app to be easily deployed by anyone (my app require a kubernetes cluster) I want to start a cluster for each workspace. I think it's a little to specific, I'll do it if nobody already has the script.
  • s

    Shiishii

    02/21/2023, 3:54 PM
    docker compose up
    use the plugin named
    docker-compose
    for the docker cli, and
    docker-compose up
    use a standalone binary. It's the same in final, just the version shipped with
    docker compose
    may be different than
    docker-compose
    . That depends on your environments but the two commands must do the same things.
  • p

    Phorcys

    02/21/2023, 4:18 PM
    docker-compose is actually outdated now and you should use the plugin
  • s

    Sven

    02/21/2023, 4:22 PM
    We have a hole discussion about it ^^ πŸ˜›
  • s

    Shiishii

    02/21/2023, 4:31 PM
    Oh ok πŸ‘
  • a

    aquila

    02/21/2023, 11:03 PM
    oop should probably use help channel
  • d

    Don

    02/22/2023, 7:13 PM
    When I create a workspace, does the template clone the repository with the user's credentials?
  • m

    MrPeacock

    02/22/2023, 7:14 PM
    you can do it inside the init script
  • d

    Don

    02/22/2023, 7:15 PM
    Or rather, what are the expectations around how Coder will clone, and I will edit/commit/push, to my self-hosted gitlab instance?
  • d

    Don

    02/22/2023, 7:15 PM
    Is the idea that the user who created the workspace is the one whose account will be used to do the clone/commit/push?
1...606162...96Latest