From c4d78c680537cefb8d4a9272fb1c4b2ddd92b276 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Sat, 31 Oct 2020 23:47:09 +0100 Subject: [PATCH] webapps refactoring --- apps/{ => web}/grav/Dockerfile | 0 apps/{ => web}/grav/docker-entrypoint.sh | 0 apps/{ => web}/grav/urubu.yaml | 0 apps/{ => web}/nginx-test-deployment.yaml | 0 apps/{ => web}/piwigo/Dockerfile | 0 apps/{ => web}/piwigo/deployment.yaml | 0 apps/{ => web}/piwigo/remote_sync.pl | 0 apps/{ => web}/rompr/Dockerfile | 0 apps/{ => web}/rompr/README.md | 0 apps/{ => web}/rompr/deployment.yaml | 0 apps/{ => web}/rompr/etc_lighthttpd/lighttpd.conf | 0 apps/{ => web}/rompr/etc_lighthttpd/mime-types.conf | 0 apps/{ => web}/rompr/etc_lighthttpd/mod_cgi.conf | 0 apps/{ => web}/rompr/etc_lighthttpd/mod_fastcgi.conf | 0 apps/{ => web}/rompr/etc_lighthttpd/mod_fastcgi_fpm.conf | 0 apps/{ => web}/rompr/etc_lighthttpd/rompr.conf | 0 16 files changed, 0 insertions(+), 0 deletions(-) rename apps/{ => web}/grav/Dockerfile (100%) rename apps/{ => web}/grav/docker-entrypoint.sh (100%) rename apps/{ => web}/grav/urubu.yaml (100%) rename apps/{ => web}/nginx-test-deployment.yaml (100%) rename apps/{ => web}/piwigo/Dockerfile (100%) rename apps/{ => web}/piwigo/deployment.yaml (100%) rename apps/{ => web}/piwigo/remote_sync.pl (100%) rename apps/{ => web}/rompr/Dockerfile (100%) rename apps/{ => web}/rompr/README.md (100%) rename apps/{ => web}/rompr/deployment.yaml (100%) rename apps/{ => web}/rompr/etc_lighthttpd/lighttpd.conf (100%) rename apps/{ => web}/rompr/etc_lighthttpd/mime-types.conf (100%) rename apps/{ => web}/rompr/etc_lighthttpd/mod_cgi.conf (100%) rename apps/{ => web}/rompr/etc_lighthttpd/mod_fastcgi.conf (100%) rename apps/{ => web}/rompr/etc_lighthttpd/mod_fastcgi_fpm.conf (100%) rename apps/{ => web}/rompr/etc_lighthttpd/rompr.conf (100%) diff --git a/apps/grav/Dockerfile b/apps/web/grav/Dockerfile similarity index 100% rename from apps/grav/Dockerfile rename to apps/web/grav/Dockerfile diff --git a/apps/grav/docker-entrypoint.sh b/apps/web/grav/docker-entrypoint.sh similarity index 100% rename from apps/grav/docker-entrypoint.sh rename to apps/web/grav/docker-entrypoint.sh diff --git a/apps/grav/urubu.yaml b/apps/web/grav/urubu.yaml similarity index 100% rename from apps/grav/urubu.yaml rename to apps/web/grav/urubu.yaml diff --git a/apps/nginx-test-deployment.yaml b/apps/web/nginx-test-deployment.yaml similarity index 100% rename from apps/nginx-test-deployment.yaml rename to apps/web/nginx-test-deployment.yaml diff --git a/apps/piwigo/Dockerfile b/apps/web/piwigo/Dockerfile similarity index 100% rename from apps/piwigo/Dockerfile rename to apps/web/piwigo/Dockerfile diff --git a/apps/piwigo/deployment.yaml b/apps/web/piwigo/deployment.yaml similarity index 100% rename from apps/piwigo/deployment.yaml rename to apps/web/piwigo/deployment.yaml diff --git a/apps/piwigo/remote_sync.pl b/apps/web/piwigo/remote_sync.pl similarity index 100% rename from apps/piwigo/remote_sync.pl rename to apps/web/piwigo/remote_sync.pl diff --git a/apps/rompr/Dockerfile b/apps/web/rompr/Dockerfile similarity index 100% rename from apps/rompr/Dockerfile rename to apps/web/rompr/Dockerfile diff --git a/apps/rompr/README.md b/apps/web/rompr/README.md similarity index 100% rename from apps/rompr/README.md rename to apps/web/rompr/README.md diff --git a/apps/rompr/deployment.yaml b/apps/web/rompr/deployment.yaml similarity index 100% rename from apps/rompr/deployment.yaml rename to apps/web/rompr/deployment.yaml diff --git a/apps/rompr/etc_lighthttpd/lighttpd.conf b/apps/web/rompr/etc_lighthttpd/lighttpd.conf similarity index 100% rename from apps/rompr/etc_lighthttpd/lighttpd.conf rename to apps/web/rompr/etc_lighthttpd/lighttpd.conf diff --git a/apps/rompr/etc_lighthttpd/mime-types.conf b/apps/web/rompr/etc_lighthttpd/mime-types.conf similarity index 100% rename from apps/rompr/etc_lighthttpd/mime-types.conf rename to apps/web/rompr/etc_lighthttpd/mime-types.conf diff --git a/apps/rompr/etc_lighthttpd/mod_cgi.conf b/apps/web/rompr/etc_lighthttpd/mod_cgi.conf similarity index 100% rename from apps/rompr/etc_lighthttpd/mod_cgi.conf rename to apps/web/rompr/etc_lighthttpd/mod_cgi.conf diff --git a/apps/rompr/etc_lighthttpd/mod_fastcgi.conf b/apps/web/rompr/etc_lighthttpd/mod_fastcgi.conf similarity index 100% rename from apps/rompr/etc_lighthttpd/mod_fastcgi.conf rename to apps/web/rompr/etc_lighthttpd/mod_fastcgi.conf diff --git a/apps/rompr/etc_lighthttpd/mod_fastcgi_fpm.conf b/apps/web/rompr/etc_lighthttpd/mod_fastcgi_fpm.conf similarity index 100% rename from apps/rompr/etc_lighthttpd/mod_fastcgi_fpm.conf rename to apps/web/rompr/etc_lighthttpd/mod_fastcgi_fpm.conf diff --git a/apps/rompr/etc_lighthttpd/rompr.conf b/apps/web/rompr/etc_lighthttpd/rompr.conf similarity index 100% rename from apps/rompr/etc_lighthttpd/rompr.conf rename to apps/web/rompr/etc_lighthttpd/rompr.conf