diff --git a/emgb/emgb_metadata.yml b/emgb/emgb_metadata.yml index 34e4ceda..fae996ae 100644 --- a/emgb/emgb_metadata.yml +++ b/emgb/emgb_metadata.yml @@ -16,6 +16,8 @@ description: Elastic MetaGenome Browser 2 logo_url: "https://gitlab.ub.uni-bielefeld.de/cmg/emgb/emgb-server/-/raw/master/static/emgb/main/favicon.png?inline=false" info_url: "" min_ram: 32 +community_driven: true +wiki_link: "" information_for_display: version: 1.6.0 diff --git a/emgb/packer_cluster_emgb.json b/emgb/packer_cluster_emgb.json index 7bcdcc39..1c8cfc39 100644 --- a/emgb/packer_cluster_emgb.json +++ b/emgb/packer_cluster_emgb.json @@ -50,8 +50,9 @@ "github_hash": "{{user `github_hash`}}", "md5_hash": "{{user `md5_hash`}}", "minram": "{{user `min_ram`}}", - "slurm_version": "22" - + "slurm_version": "22", + "community_driven": "{{user `community_driven`}}", + "wiki_link": "{{user `wiki_link`}}" } } ], diff --git a/emgb/packer_emgb.json b/emgb/packer_emgb.json index 2e302d99..16f7173e 100644 --- a/emgb/packer_emgb.json +++ b/emgb/packer_emgb.json @@ -46,7 +46,9 @@ "information_for_display":"{{user `information_for_display`}}", "github_hash":"{{user `github_hash`}}", "md5_hash":"{{user `md5_hash`}}", - "minram":"{{user `min_ram`}}" + "minram":"{{user `min_ram`}}", + "community_driven": "{{user `community_driven`}}", + "wiki_link": "{{user `wiki_link`}}" } } ], diff --git a/jupyterlab/jupyterlab_metadata.yml b/jupyterlab/jupyterlab_metadata.yml index f52def07..ff1a0f55 100644 --- a/jupyterlab/jupyterlab_metadata.yml +++ b/jupyterlab/jupyterlab_metadata.yml @@ -17,5 +17,7 @@ title: Jupyterlab description: Jupyterlab logo_url: https://cloud.denbi.de/images/DWeSy3W-qRwyp1FJB_QyhhjAwT4=/73/original/ info_url: "" +community_driven: false +wiki_link: "https://cloud.denbi.de/wiki/simple_vm/customization/#jupyterlab" information_for_display: packages: Jupyterlab with ipykernel preinstalled - install additional packages via conda diff --git a/jupyterlab/packer_jupyterlab.json b/jupyterlab/packer_jupyterlab.json index 029b5df2..a4849c84 100644 --- a/jupyterlab/packer_jupyterlab.json +++ b/jupyterlab/packer_jupyterlab.json @@ -26,7 +26,6 @@ "image_tags": [ "{{user `jupyterlab_tag`}}", "deNBI" - ], "metadata": { "template_name": "{{user `template_name`}}", @@ -46,7 +45,9 @@ "info_url": "{{user `info_url`}}", "information_for_display": "{{user `information_for_display`}}", "github_hash": "{{user `github_hash`}}", - "md5_hash": "{{user `md5_hash`}}" + "md5_hash": "{{user `md5_hash`}}", + "community_driven": "{{user `community_driven`}}", + "wiki_link": "{{user `wiki_link`}}" } } ], diff --git a/rstudio/packer_cluster_rstudio.json b/rstudio/packer_cluster_rstudio.json index dd66e7cd..79f0255b 100644 --- a/rstudio/packer_cluster_rstudio.json +++ b/rstudio/packer_cluster_rstudio.json @@ -50,7 +50,9 @@ "information_for_display": "{{user `information_for_display`}}", "github_hash": "{{user `github_hash`}}", "md5_hash": "{{user `md5_hash`}}", - "slurm_version": "22" + "slurm_version": "22", + "community_driven": "{{user `community_driven`}}", + "wiki_link": "{{user `wiki_link`}}" } } ], diff --git a/rstudio/packer_rstudio.json b/rstudio/packer_rstudio.json index 80147660..4e2c31d0 100644 --- a/rstudio/packer_rstudio.json +++ b/rstudio/packer_rstudio.json @@ -26,7 +26,6 @@ "image_tags": [ "{{user `rstudio_tag`}}", "deNBI" - ], "metadata": { "template_name": "{{user `template_name`}}", @@ -46,7 +45,9 @@ "info_url": "{{user `info_url`}}", "information_for_display": "{{user `information_for_display`}}", "github_hash": "{{user `github_hash`}}", - "md5_hash": "{{user `md5_hash`}}" + "md5_hash": "{{user `md5_hash`}}", + "community_driven": "{{user `community_driven`}}", + "wiki_link": "{{user `wiki_link`}}" } } ], @@ -59,7 +60,6 @@ "-v", "--extra-vars", "resenv=rstudio os_version={{user `os_version`}}" - ] } ] diff --git a/rstudio/rstudio_metadata.yml b/rstudio/rstudio_metadata.yml index 53a227b2..c8c8c449 100644 --- a/rstudio/rstudio_metadata.yml +++ b/rstudio/rstudio_metadata.yml @@ -18,5 +18,7 @@ title: RStudio description: RStudio is an integrated development environment for R. logo_url: https://cloud.denbi.de/static/images/rstudio.png info_url: "" +community_driven: false +wiki_link: "https://cloud.denbi.de/wiki/simple_vm/customization/#rstudio" information_for_display: version: v2023.06.1+524 diff --git a/theiaide/packer_cluster_theiaide.json b/theiaide/packer_cluster_theiaide.json index 09dc79b5..0db9394c 100644 --- a/theiaide/packer_cluster_theiaide.json +++ b/theiaide/packer_cluster_theiaide.json @@ -49,7 +49,9 @@ "information_for_display": "{{user `information_for_display`}}", "github_hash": "{{user `github_hash`}}", "md5_hash": "{{user `md5_hash`}}", - "slurm_version": "22" + "slurm_version": "22", + "community_driven": "{{user `community_driven`}}", + "wiki_link": "{{user `wiki_link`}}" } } ], diff --git a/theiaide/packer_theiaide.json b/theiaide/packer_theiaide.json index 7de5f6cc..67cfbd48 100644 --- a/theiaide/packer_theiaide.json +++ b/theiaide/packer_theiaide.json @@ -26,7 +26,6 @@ "image_tags": [ "{{user `theiaide_tag`}}", "deNBI" - ], "metadata": { "template_name": "{{user `template_name`}}", @@ -46,7 +45,9 @@ "info_url": "{{user `info_url`}}", "information_for_display": "{{user `information_for_display`}}", "github_hash": "{{user `github_hash`}}", - "md5_hash": "{{user `md5_hash`}}" + "md5_hash": "{{user `md5_hash`}}", + "community_driven": "{{user `community_driven`}}", + "wiki_link": "{{user `wiki_link`}}" } } ], diff --git a/theiaide/theiaide_metadata.yml b/theiaide/theiaide_metadata.yml index e632f2de..3ee80066 100644 --- a/theiaide/theiaide_metadata.yml +++ b/theiaide/theiaide_metadata.yml @@ -17,5 +17,7 @@ title: Theia - Cloud and Desktop IDE description: Browser based IDE that offers among others a terminal, editor and a file browser. logo_url: https://cloud.denbi.de/static/images/theia.png info_url: "" +community_driven: false +wiki_link: "https://cloud.denbi.de/wiki/simple_vm/customization/#theiaide" information_for_display: version: "12" diff --git a/vscode/packer_cluster_vscode.json b/vscode/packer_cluster_vscode.json index c6a9173d..9bee4a7c 100644 --- a/vscode/packer_cluster_vscode.json +++ b/vscode/packer_cluster_vscode.json @@ -50,7 +50,9 @@ "information_for_display": "{{user `information_for_display`}}", "github_hash": "{{user `github_hash`}}", "md5_hash": "{{user `md5_hash`}}", - "slurm_version": "22" + "slurm_version": "22", + "community_driven": "{{user `community_driven`}}", + "wiki_link": "{{user `wiki_link`}}" } } ], diff --git a/vscode/packer_vscode.json b/vscode/packer_vscode.json index c5ca4955..35460bd6 100644 --- a/vscode/packer_vscode.json +++ b/vscode/packer_vscode.json @@ -26,7 +26,6 @@ "image_tags": [ "{{user `vscode_tag`}}", "deNBI" - ], "metadata": { "template_name": "{{user `template_name`}}", @@ -46,7 +45,9 @@ "info_url": "{{user `info_url`}}", "information_for_display": "{{user `information_for_display`}}", "github_hash": "{{user `github_hash`}}", - "md5_hash": "{{user `md5_hash`}}" + "md5_hash": "{{user `md5_hash`}}", + "community_driven": "{{user `community_driven`}}", + "wiki_link": "{{user `wiki_link`}}" } } ], diff --git a/vscode/vscode_metadata.yml b/vscode/vscode_metadata.yml index ca1fb2a2..020ba0ec 100644 --- a/vscode/vscode_metadata.yml +++ b/vscode/vscode_metadata.yml @@ -13,7 +13,8 @@ securitygroup_description: VsCode securitygroup_ssh: false title: Visual Studio Code description: Visual Studio Code with Common Workflow Language, Snakemake and Nextflow development tools preinstalled. - +community_driven: false +wiki_link: "" logo_url: "https://cloud.denbi.de/static/images/vscode.png" info_url: "" information_for_display: