mirror of
https://github.com/PrivSec-dev/privsec.dev
synced 2024-11-17 03:51:35 -05:00
Update tags
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
0a20d66584
commit
ee1c9bed70
@ -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
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: "Commercial VPN Use Cases"
|
||||
date: 2022-07-19
|
||||
tags: ['Knowledge base', 'VPN', 'Privacy']
|
||||
tags: ['Proxies', 'Privacy']
|
||||
author: Tommy
|
||||
---
|
||||
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user