From 44afabc60e955a3b6280b432830b0be87f7181f5 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 14 Sep 2024 23:12:23 +0200 Subject: [PATCH] rename --- {webtop_kde => webtop}/CHANGELOG.md | 0 {webtop_kde => webtop}/Dockerfile | 0 {webtop_kde => webtop}/README.md | 0 {webtop_kde => webtop}/apparmor.txt | 0 {webtop_kde => webtop}/build.json | 0 {webtop_kde => webtop}/config.json | 0 {webtop_kde => webtop}/icon.png | Bin {webtop_kde => webtop}/logo.png | Bin .../rootfs/etc/cont-init.d/20-folders.sh | 0 .../rootfs/etc/cont-init.d/80-configuration.sh | 0 .../rootfs/etc/cont-init.d/90-ingress.sh | 0 .../rootfs/etc/nginx/includes/mime.types | 0 .../rootfs/etc/nginx/includes/proxy_params.conf | 0 .../rootfs/etc/nginx/includes/resolver.conf | 0 .../rootfs/etc/nginx/includes/server_params.conf | 0 .../rootfs/etc/nginx/includes/ssl_params.conf | 0 .../rootfs/etc/nginx/includes/upstream.conf | 0 {webtop_kde => webtop}/stats.png | Bin {webtop_kde => webtop}/updater.json | 0 19 files changed, 0 insertions(+), 0 deletions(-) rename {webtop_kde => webtop}/CHANGELOG.md (100%) rename {webtop_kde => webtop}/Dockerfile (100%) rename {webtop_kde => webtop}/README.md (100%) rename {webtop_kde => webtop}/apparmor.txt (100%) rename {webtop_kde => webtop}/build.json (100%) rename {webtop_kde => webtop}/config.json (100%) rename {webtop_kde => webtop}/icon.png (100%) rename {webtop_kde => webtop}/logo.png (100%) rename {webtop_kde => webtop}/rootfs/etc/cont-init.d/20-folders.sh (100%) mode change 100755 => 100644 rename {webtop_kde => webtop}/rootfs/etc/cont-init.d/80-configuration.sh (100%) mode change 100755 => 100644 rename {webtop_kde => webtop}/rootfs/etc/cont-init.d/90-ingress.sh (100%) mode change 100755 => 100644 rename {webtop_kde => webtop}/rootfs/etc/nginx/includes/mime.types (100%) rename {webtop_kde => webtop}/rootfs/etc/nginx/includes/proxy_params.conf (100%) rename {webtop_kde => webtop}/rootfs/etc/nginx/includes/resolver.conf (100%) rename {webtop_kde => webtop}/rootfs/etc/nginx/includes/server_params.conf (100%) rename {webtop_kde => webtop}/rootfs/etc/nginx/includes/ssl_params.conf (100%) rename {webtop_kde => webtop}/rootfs/etc/nginx/includes/upstream.conf (100%) rename {webtop_kde => webtop}/stats.png (100%) rename {webtop_kde => webtop}/updater.json (100%) diff --git a/webtop_kde/CHANGELOG.md b/webtop/CHANGELOG.md similarity index 100% rename from webtop_kde/CHANGELOG.md rename to webtop/CHANGELOG.md diff --git a/webtop_kde/Dockerfile b/webtop/Dockerfile similarity index 100% rename from webtop_kde/Dockerfile rename to webtop/Dockerfile diff --git a/webtop_kde/README.md b/webtop/README.md similarity index 100% rename from webtop_kde/README.md rename to webtop/README.md diff --git a/webtop_kde/apparmor.txt b/webtop/apparmor.txt similarity index 100% rename from webtop_kde/apparmor.txt rename to webtop/apparmor.txt diff --git a/webtop_kde/build.json b/webtop/build.json similarity index 100% rename from webtop_kde/build.json rename to webtop/build.json diff --git a/webtop_kde/config.json b/webtop/config.json similarity index 100% rename from webtop_kde/config.json rename to webtop/config.json diff --git a/webtop_kde/icon.png b/webtop/icon.png similarity index 100% rename from webtop_kde/icon.png rename to webtop/icon.png diff --git a/webtop_kde/logo.png b/webtop/logo.png similarity index 100% rename from webtop_kde/logo.png rename to webtop/logo.png diff --git a/webtop_kde/rootfs/etc/cont-init.d/20-folders.sh b/webtop/rootfs/etc/cont-init.d/20-folders.sh old mode 100755 new mode 100644 similarity index 100% rename from webtop_kde/rootfs/etc/cont-init.d/20-folders.sh rename to webtop/rootfs/etc/cont-init.d/20-folders.sh diff --git a/webtop_kde/rootfs/etc/cont-init.d/80-configuration.sh b/webtop/rootfs/etc/cont-init.d/80-configuration.sh old mode 100755 new mode 100644 similarity index 100% rename from webtop_kde/rootfs/etc/cont-init.d/80-configuration.sh rename to webtop/rootfs/etc/cont-init.d/80-configuration.sh diff --git a/webtop_kde/rootfs/etc/cont-init.d/90-ingress.sh b/webtop/rootfs/etc/cont-init.d/90-ingress.sh old mode 100755 new mode 100644 similarity index 100% rename from webtop_kde/rootfs/etc/cont-init.d/90-ingress.sh rename to webtop/rootfs/etc/cont-init.d/90-ingress.sh diff --git a/webtop_kde/rootfs/etc/nginx/includes/mime.types b/webtop/rootfs/etc/nginx/includes/mime.types similarity index 100% rename from webtop_kde/rootfs/etc/nginx/includes/mime.types rename to webtop/rootfs/etc/nginx/includes/mime.types diff --git a/webtop_kde/rootfs/etc/nginx/includes/proxy_params.conf b/webtop/rootfs/etc/nginx/includes/proxy_params.conf similarity index 100% rename from webtop_kde/rootfs/etc/nginx/includes/proxy_params.conf rename to webtop/rootfs/etc/nginx/includes/proxy_params.conf diff --git a/webtop_kde/rootfs/etc/nginx/includes/resolver.conf b/webtop/rootfs/etc/nginx/includes/resolver.conf similarity index 100% rename from webtop_kde/rootfs/etc/nginx/includes/resolver.conf rename to webtop/rootfs/etc/nginx/includes/resolver.conf diff --git a/webtop_kde/rootfs/etc/nginx/includes/server_params.conf b/webtop/rootfs/etc/nginx/includes/server_params.conf similarity index 100% rename from webtop_kde/rootfs/etc/nginx/includes/server_params.conf rename to webtop/rootfs/etc/nginx/includes/server_params.conf diff --git a/webtop_kde/rootfs/etc/nginx/includes/ssl_params.conf b/webtop/rootfs/etc/nginx/includes/ssl_params.conf similarity index 100% rename from webtop_kde/rootfs/etc/nginx/includes/ssl_params.conf rename to webtop/rootfs/etc/nginx/includes/ssl_params.conf diff --git a/webtop_kde/rootfs/etc/nginx/includes/upstream.conf b/webtop/rootfs/etc/nginx/includes/upstream.conf similarity index 100% rename from webtop_kde/rootfs/etc/nginx/includes/upstream.conf rename to webtop/rootfs/etc/nginx/includes/upstream.conf diff --git a/webtop_kde/stats.png b/webtop/stats.png similarity index 100% rename from webtop_kde/stats.png rename to webtop/stats.png diff --git a/webtop_kde/updater.json b/webtop/updater.json similarity index 100% rename from webtop_kde/updater.json rename to webtop/updater.json