diff --git a/src/info/js/variables.js b/src/info/js/variables.js index 6a9a329..f3fc6ca 100644 --- a/src/info/js/variables.js +++ b/src/info/js/variables.js @@ -498,6 +498,34 @@ export const PRIVATE = { as the Raspberry Pi, but it can be used on other machines running Linux, including cloud implementations.`, }, + Wireguard: { + url: "https://www.wireguard.com/", + new_tab: true, + src: "/emoji/wireguard_logo.png", + alt: "The Wiregaurd logo", + description: `WireGuard is a communication protocol and free and open-source software that + implements encrypted virtual private networks, and was designed with the goals of ease of + use, high speed performance, and low attack surface. It aims for better performance and + more power-saving than the IPsec and OpenVPN tunneling protocols. I use this for access + to my home network outside of being at home, and for access to #thetubes.`, + }, + Nextcloud: { + url: "https://nextcloud.com/", + new_tab: true, + src: "/emoji/nextcloud_logo.png", + alt: "The Nextcloud logo", + description: `Nextcloud is a suite of client-server software for creating and using file + hosting services. It is enterprise-ready with comprehensive support options. Free and + open-source means that anyone is allowed to install and operate it on their own private + server devices.`, + }, + Wikijs: { + url: "https://js.wiki/", + new_tab: true, + src: "/emoji/wikijs_logo.svg", + alt: "The Wiki.js logo", + description: `A modern and powerful wiki app built on Node.js`, + }, Navidrome: { url: "https://github.com/navidrome/navidrome", new_tab: true, @@ -514,7 +542,7 @@ export const PRIVATE = { }, }; -// An object listing the services I host for myself +// An object listing some other stuff I do that doesn't really fit neatly anywhere else export const OTHER = { "Valentine's Day Letter": { diff --git a/src/info/public/emoji/nextcloud_logo.png b/src/info/public/emoji/nextcloud_logo.png new file mode 100644 index 0000000..a92179c Binary files /dev/null and b/src/info/public/emoji/nextcloud_logo.png differ diff --git a/src/info/public/emoji/wikijs_logo.svg b/src/info/public/emoji/wikijs_logo.svg new file mode 100644 index 0000000..8e126c2 --- /dev/null +++ b/src/info/public/emoji/wikijs_logo.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/info/public/emoji/wireguard_logo.png b/src/info/public/emoji/wireguard_logo.png new file mode 100644 index 0000000..d3ec336 Binary files /dev/null and b/src/info/public/emoji/wireguard_logo.png differ