Skip to content

Commit

Permalink
updated config for demos
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricebrito committed Oct 2, 2024
1 parent ce8b1c9 commit 59fd408
Show file tree
Hide file tree
Showing 4 changed files with 2,046 additions and 150 deletions.
17 changes: 17 additions & 0 deletions config-generator/config-maps/init-qgis.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
mkdir -p /workspace/.config/autostart


cat <<EOF > /workspace/.config/autostart/qgis.desktop
[Desktop Entry]
Encoding=UTF-8
Version=0.9.4
Type=Application
Name=qgis
Comment=qgis
Exec=qgis
OnlyShowIn=XFCE;
RunHook=0
StartupNotify=false
Terminal=false
Hidden=false
EOF
4 changes: 2 additions & 2 deletions files/hub/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ profiles:
image: eoepca/pde-code-server:develop
mem_guarantee: null
mem_limit: 8G
slug: ellip_studio_coder_slug_s
slug: eoepca_coder_slug_s
groups:
- group-a
- group-b
Expand Down Expand Up @@ -95,7 +95,7 @@ profiles:
image: eoepca/pde-code-server:develop
mem_guarantee: null
mem_limit: 12G
slug: ellip_studio_coder_slug_m
slug: eoepca_coder_slug_m
groups:
- group-a
- group-b
Expand Down
Loading

0 comments on commit 59fd408

Please sign in to comment.