Update tags

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2022-10-17 19:21:25 -04:00
parent 0a20d66584
commit ee1c9bed70
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
---
title: "Commercial VPN Use Cases"
date: 2022-07-19
tags: ['Knowledge base', 'VPN', 'Privacy']
tags: ['Proxies', 'Privacy']
author: Tommy
---

View File

@ -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
---

View File

@ -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'