From ee1c9bed708a51b98bcf26b497a7e18d6bcf9192 Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 17 Oct 2022 19:21:25 -0400 Subject: [PATCH] Update tags Signed-off-by: Tommy --- content/posts/linux/Docker and OCI Hardening.md | 2 +- content/posts/proxies/Commercial VPN Use Cases.md | 2 +- content/posts/proxies/Update your Signal TLS Proxy.md | 2 +- external-blogs.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/posts/linux/Docker and OCI Hardening.md b/content/posts/linux/Docker and OCI Hardening.md index e647e93..7a13d7e 100644 --- a/content/posts/linux/Docker and OCI Hardening.md +++ b/content/posts/linux/Docker and OCI Hardening.md @@ -1,7 +1,7 @@ --- title: "Docker and OCI Hardening" date: 2022-03-30T21:23:12Z -tags: ['Applications', 'Linux', 'Container', 'Security'] +tags: ['Applications', 'Linux', 'Containers', 'Security'] author: Wonderfall canonicalURL: https://wonderfall.dev/docker-hardening/ ShowCanonicalLink: true diff --git a/content/posts/proxies/Commercial VPN Use Cases.md b/content/posts/proxies/Commercial VPN Use Cases.md index 65a0cb2..89058fb 100644 --- a/content/posts/proxies/Commercial VPN Use Cases.md +++ b/content/posts/proxies/Commercial VPN Use Cases.md @@ -1,7 +1,7 @@ --- title: "Commercial VPN Use Cases" date: 2022-07-19 -tags: ['Knowledge base', 'VPN', 'Privacy'] +tags: ['Proxies', 'Privacy'] author: Tommy --- diff --git a/content/posts/proxies/Update your Signal TLS Proxy.md b/content/posts/proxies/Update your Signal TLS Proxy.md index 336ad52..9329e9b 100644 --- a/content/posts/proxies/Update your Signal TLS Proxy.md +++ b/content/posts/proxies/Update your Signal TLS Proxy.md @@ -1,7 +1,7 @@ --- title: "Update your Signal TLS Proxy" date: 2022-10-15 -tags: ['Applications', 'Linux', 'Container', 'Censorship Evasion'] +tags: ['Proxies', 'Containers', 'Security'] author: Tommy --- diff --git a/external-blogs.sh b/external-blogs.sh index 050fadb..bc3194a 100755 --- a/external-blogs.sh +++ b/external-blogs.sh @@ -18,7 +18,7 @@ rm -rf './content/posts/linux/Docker and OCI Hardening.md' curl https://raw.githubusercontent.com/Wonderfall/wonderfall.github.io/main/content/posts/docker-hardening.md -o './content/posts/linux/Docker and OCI Hardening.md' sed -i 's/title:.*/title: "Docker and OCI Hardening"/' './content/posts/linux/Docker and OCI Hardening.md' sed -i '/draft:.*/d' './content/posts/linux/Docker and OCI Hardening.md' -sed -i "s/tags:.*/tags: ['Applications', 'Linux', 'Container', 'Security']/" './content/posts/linux/Docker and OCI Hardening.md' +sed -i "s/tags:.*/tags: ['Applications', 'Linux', 'Containers', 'Security']/" './content/posts/linux/Docker and OCI Hardening.md' sed -i '/^tags:.*/a ShowCanonicalLink: true' './content/posts/linux/Docker and OCI Hardening.md' sed -i '/^tags:.*/a canonicalURL: https://wonderfall.dev/docker-hardening/' './content/posts/linux/Docker and OCI Hardening.md' sed -i '/^tags:.*/a author: Wonderfall' './content/posts/linux/Docker and OCI Hardening.md'