Skip to content
Snippets Groups Projects
Select Git revision
  • main
  • daxid_dev
  • base-webtop
  • kasm-sudoer
  • functionnal-poc
  • reorganisate-docker-layer
  • 3-file-browser
7 results

.env.sample

Blame
  • David Beniamine's avatar
    ee7bfd83
    History
    .env.sample 1.10 KiB
    #COMPOSE_FILE=docker-compose.yml:dri.yml:traefik.yml
    COMPOSE_FILE=docker-compose.yml:dri.yml:ports.yml
    
    NAME=kasmVNC
    HOST=kasmVNC.tetras-lab.io
    PORT=3001
    UID=1000
    GID=1000
    # If you want to deploy matlab, you will need to set this to to value of `docker inspect "$(echo $PWD | sed 's@.*/@@')_kasm_1" | grep Mac | grep -v '""'| head -n 1  | cut -d '"' -f 4` after the first boot of the container
    MAC_ADDRESS=
    
    # ===  Webtop specific variables === #
    # https://docs.linuxserver.io/images/docker-webtop/#options-in-all-kasmvnc-based-gui-containers
    # ====================== #
    
    CUSTOM_USER=kasmuser
    PASSWORD=MON_SUPER_MOT_DE_PASSE
    TITLE=Webtop
    LC_ALL=fr_FR-UTF-8
    TZ=Europe/Paris
    
    # === install/config module === #
    # Set variable to true to install or enable,
    # false otherwise.
    # ====================== #
    
    # Install anaconda (distribution platform for Python and R)
    ANACONDA=true
    # Install QGIS
    QGIS=true
    # Install JAVA tell which jdk ie default-jdk openjdk-8 etc.
    JAVA=
    # Install gfortran set only number ex 10
    GFORTRAN=
    # Should the user have sudo rights
    # **only home is a volume, any modifcation in other FS will be lost**
    SUDO=false