From fe8f6fc5246abf4d99db034d8848c0297f9c9c1a Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sun, 19 May 2024 22:23:40 -0400 Subject: new article --- put_in_db.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'put_in_db.js') diff --git a/put_in_db.js b/put_in_db.js index e641187..af0a5ad 100644 --- a/put_in_db.js +++ b/put_in_db.js @@ -68,6 +68,14 @@ var blogs = [ keywords: ["NTP", "NTS", "SOCKS5"], lastUpdatedAt: Date.now(), }, + { + title: "Docker, Linux, Security. Kinda.", + slug: "docker_linux_security", + body: fs.readFileSync(path.join(__dirname) + "/mds/securedocker.md"), + teaser: fs.readFileSync(path.join(__dirname) + "/mds/securedocker.txt"), + keywords: ["docker", "linux", "security"], + lastUpdatedAt: Date.now(), + }, ]; db.blogposts.insertMany(blogs); -- cgit v1.2.3