From ecec0c8b4da90e16549b13f64d9d32087c199ac2 Mon Sep 17 00:00:00 2001 From: Andrew Wang Date: Sun, 12 Sep 2021 18:28:28 -0400 Subject: [PATCH] move to template --- todo/ftp/{ => templates}/README.md | 0 todo/ftp/{ => templates}/include/favicon.ico | Bin todo/ftp/{ => templates}/include/header.png | Bin todo/ftp/{ => templates}/include/motd.msg | 0 todo/ftp/{ => templates}/proftpd.conf | 0 todo/index/{ => templates}/README.md | 0 todo/index/{ => templates}/csc-mirror | 0 todo/index/{ => templates}/mirror-index/config.yaml | 0 todo/index/{ => templates}/mirror-index/index.css | 0 todo/index/{ => templates}/mirror-index/index.mako | 0 .../{ => templates}/mirror-index/make-index.py | 0 todo/nginx/{ => templates}/README.md | 0 todo/nginx/{ => templates}/includes/ceph.conf | 0 todo/nginx/{ => templates}/includes/csc-debian.conf | 0 todo/nginx/{ => templates}/includes/mirror.conf | 0 todo/nginx/{ => templates}/includes/ssl.conf | 0 todo/nginx/{ => templates}/includes/ubuntu.conf | 0 todo/nginx/{ => templates}/mime.types | 0 todo/nginx/{ => templates}/nginx.conf | 0 .../{ => templates}/sites-available/debian.conf | 0 todo/nginx/{ => templates}/sites-available/default | 0 .../sites-available/default.dpkg-dist | 0 .../{ => templates}/sites-available/mirror.conf | 0 23 files changed, 0 insertions(+), 0 deletions(-) rename todo/ftp/{ => templates}/README.md (100%) rename todo/ftp/{ => templates}/include/favicon.ico (100%) rename todo/ftp/{ => templates}/include/header.png (100%) rename todo/ftp/{ => templates}/include/motd.msg (100%) rename todo/ftp/{ => templates}/proftpd.conf (100%) rename todo/index/{ => templates}/README.md (100%) rename todo/index/{ => templates}/csc-mirror (100%) rename todo/index/{ => templates}/mirror-index/config.yaml (100%) rename todo/index/{ => templates}/mirror-index/index.css (100%) rename todo/index/{ => templates}/mirror-index/index.mako (100%) rename todo/index/{ => templates}/mirror-index/make-index.py (100%) rename todo/nginx/{ => templates}/README.md (100%) rename todo/nginx/{ => templates}/includes/ceph.conf (100%) rename todo/nginx/{ => templates}/includes/csc-debian.conf (100%) rename todo/nginx/{ => templates}/includes/mirror.conf (100%) rename todo/nginx/{ => templates}/includes/ssl.conf (100%) rename todo/nginx/{ => templates}/includes/ubuntu.conf (100%) rename todo/nginx/{ => templates}/mime.types (100%) rename todo/nginx/{ => templates}/nginx.conf (100%) rename todo/nginx/{ => templates}/sites-available/debian.conf (100%) rename todo/nginx/{ => templates}/sites-available/default (100%) rename todo/nginx/{ => templates}/sites-available/default.dpkg-dist (100%) rename todo/nginx/{ => templates}/sites-available/mirror.conf (100%) diff --git a/todo/ftp/README.md b/todo/ftp/templates/README.md similarity index 100% rename from todo/ftp/README.md rename to todo/ftp/templates/README.md diff --git a/todo/ftp/include/favicon.ico b/todo/ftp/templates/include/favicon.ico similarity index 100% rename from todo/ftp/include/favicon.ico rename to todo/ftp/templates/include/favicon.ico diff --git a/todo/ftp/include/header.png b/todo/ftp/templates/include/header.png similarity index 100% rename from todo/ftp/include/header.png rename to todo/ftp/templates/include/header.png diff --git a/todo/ftp/include/motd.msg b/todo/ftp/templates/include/motd.msg similarity index 100% rename from todo/ftp/include/motd.msg rename to todo/ftp/templates/include/motd.msg diff --git a/todo/ftp/proftpd.conf b/todo/ftp/templates/proftpd.conf similarity index 100% rename from todo/ftp/proftpd.conf rename to todo/ftp/templates/proftpd.conf diff --git a/todo/index/README.md b/todo/index/templates/README.md similarity index 100% rename from todo/index/README.md rename to todo/index/templates/README.md diff --git a/todo/index/csc-mirror b/todo/index/templates/csc-mirror similarity index 100% rename from todo/index/csc-mirror rename to todo/index/templates/csc-mirror diff --git a/todo/index/mirror-index/config.yaml b/todo/index/templates/mirror-index/config.yaml similarity index 100% rename from todo/index/mirror-index/config.yaml rename to todo/index/templates/mirror-index/config.yaml diff --git a/todo/index/mirror-index/index.css b/todo/index/templates/mirror-index/index.css similarity index 100% rename from todo/index/mirror-index/index.css rename to todo/index/templates/mirror-index/index.css diff --git a/todo/index/mirror-index/index.mako b/todo/index/templates/mirror-index/index.mako similarity index 100% rename from todo/index/mirror-index/index.mako rename to todo/index/templates/mirror-index/index.mako diff --git a/todo/index/mirror-index/make-index.py b/todo/index/templates/mirror-index/make-index.py similarity index 100% rename from todo/index/mirror-index/make-index.py rename to todo/index/templates/mirror-index/make-index.py diff --git a/todo/nginx/README.md b/todo/nginx/templates/README.md similarity index 100% rename from todo/nginx/README.md rename to todo/nginx/templates/README.md diff --git a/todo/nginx/includes/ceph.conf b/todo/nginx/templates/includes/ceph.conf similarity index 100% rename from todo/nginx/includes/ceph.conf rename to todo/nginx/templates/includes/ceph.conf diff --git a/todo/nginx/includes/csc-debian.conf b/todo/nginx/templates/includes/csc-debian.conf similarity index 100% rename from todo/nginx/includes/csc-debian.conf rename to todo/nginx/templates/includes/csc-debian.conf diff --git a/todo/nginx/includes/mirror.conf b/todo/nginx/templates/includes/mirror.conf similarity index 100% rename from todo/nginx/includes/mirror.conf rename to todo/nginx/templates/includes/mirror.conf diff --git a/todo/nginx/includes/ssl.conf b/todo/nginx/templates/includes/ssl.conf similarity index 100% rename from todo/nginx/includes/ssl.conf rename to todo/nginx/templates/includes/ssl.conf diff --git a/todo/nginx/includes/ubuntu.conf b/todo/nginx/templates/includes/ubuntu.conf similarity index 100% rename from todo/nginx/includes/ubuntu.conf rename to todo/nginx/templates/includes/ubuntu.conf diff --git a/todo/nginx/mime.types b/todo/nginx/templates/mime.types similarity index 100% rename from todo/nginx/mime.types rename to todo/nginx/templates/mime.types diff --git a/todo/nginx/nginx.conf b/todo/nginx/templates/nginx.conf similarity index 100% rename from todo/nginx/nginx.conf rename to todo/nginx/templates/nginx.conf diff --git a/todo/nginx/sites-available/debian.conf b/todo/nginx/templates/sites-available/debian.conf similarity index 100% rename from todo/nginx/sites-available/debian.conf rename to todo/nginx/templates/sites-available/debian.conf diff --git a/todo/nginx/sites-available/default b/todo/nginx/templates/sites-available/default similarity index 100% rename from todo/nginx/sites-available/default rename to todo/nginx/templates/sites-available/default diff --git a/todo/nginx/sites-available/default.dpkg-dist b/todo/nginx/templates/sites-available/default.dpkg-dist similarity index 100% rename from todo/nginx/sites-available/default.dpkg-dist rename to todo/nginx/templates/sites-available/default.dpkg-dist diff --git a/todo/nginx/sites-available/mirror.conf b/todo/nginx/templates/sites-available/mirror.conf similarity index 100% rename from todo/nginx/sites-available/mirror.conf rename to todo/nginx/templates/sites-available/mirror.conf