From 0d12f24dec81f368e25407c9d3bed55bdcbc7a36 Mon Sep 17 00:00:00 2001 From: Slawomir Koszewski Date: Mon, 20 Apr 2026 07:15:16 +0200 Subject: [PATCH] Moved old files to a new directory. --- {app => app-streamlit}/Dockerfile | 0 {app => app-streamlit}/entrypoint.sh | 0 {app => app-streamlit}/image-chooser.py | 0 {app => app-streamlit}/requirements.txt | 0 {app => app-streamlit}/templates.json | 0 {app => app-streamlit}/templates/arm_vm.jsonc | 0 {app => app-streamlit}/templates/azurerm_hcl.tpl | 0 {app => app-streamlit}/templates/shell.tpl | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename {app => app-streamlit}/Dockerfile (100%) rename {app => app-streamlit}/entrypoint.sh (100%) rename {app => app-streamlit}/image-chooser.py (100%) rename {app => app-streamlit}/requirements.txt (100%) rename {app => app-streamlit}/templates.json (100%) rename {app => app-streamlit}/templates/arm_vm.jsonc (100%) rename {app => app-streamlit}/templates/azurerm_hcl.tpl (100%) rename {app => app-streamlit}/templates/shell.tpl (100%) diff --git a/app/Dockerfile b/app-streamlit/Dockerfile similarity index 100% rename from app/Dockerfile rename to app-streamlit/Dockerfile diff --git a/app/entrypoint.sh b/app-streamlit/entrypoint.sh similarity index 100% rename from app/entrypoint.sh rename to app-streamlit/entrypoint.sh diff --git a/app/image-chooser.py b/app-streamlit/image-chooser.py similarity index 100% rename from app/image-chooser.py rename to app-streamlit/image-chooser.py diff --git a/app/requirements.txt b/app-streamlit/requirements.txt similarity index 100% rename from app/requirements.txt rename to app-streamlit/requirements.txt diff --git a/app/templates.json b/app-streamlit/templates.json similarity index 100% rename from app/templates.json rename to app-streamlit/templates.json diff --git a/app/templates/arm_vm.jsonc b/app-streamlit/templates/arm_vm.jsonc similarity index 100% rename from app/templates/arm_vm.jsonc rename to app-streamlit/templates/arm_vm.jsonc diff --git a/app/templates/azurerm_hcl.tpl b/app-streamlit/templates/azurerm_hcl.tpl similarity index 100% rename from app/templates/azurerm_hcl.tpl rename to app-streamlit/templates/azurerm_hcl.tpl diff --git a/app/templates/shell.tpl b/app-streamlit/templates/shell.tpl similarity index 100% rename from app/templates/shell.tpl rename to app-streamlit/templates/shell.tpl