diff --git a/config.yaml b/config.yaml index 6c64d84..021afe5 100644 --- a/config.yaml +++ b/config.yaml @@ -48,5 +48,7 @@ params: custom: - title: "Projects" url: "https://git.roosens.me/Chewing_Bever" + - title: "Source" + url: "https://git.roosens.me/Chewing_Bever/bever-dam" - title: "About" url: "/about" diff --git a/content/posts/docker-tcp.md b/content/posts/docker-tcp.md index 812a7d5..78a5e11 100644 --- a/content/posts/docker-tcp.md +++ b/content/posts/docker-tcp.md @@ -1,9 +1,11 @@ --- title: "Encrypting a Docker API for Remote Access Using Portainer" date: "2021-05-17" +categories: [ 'Linux', 'Docker' ] +tags: [ 'docker', 'linux', 'servers', 'security' ] --- -tl;dr [This script](/scripts/docker-tcp.sh) has everything you need, just run +**TL;DR**: [This script](/scripts/docker-tcp.sh) has everything you need, just run `./docker-tcp.sh -h` (after making it executable) for any help. ## Introduction