From bc632b0766da8dd7fcf59c6030b0b5505291be83 Mon Sep 17 00:00:00 2001 From: whitney Date: Mon, 15 Jul 2024 13:32:56 -0700 Subject: [PATCH] Update traefik and add dws homepage quip --- homepage/website/script.js | 7 ++++++- traefik/docker-compose.yml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/homepage/website/script.js b/homepage/website/script.js index 04e6ac2..86ecfc8 100644 --- a/homepage/website/script.js +++ b/homepage/website/script.js @@ -44,6 +44,11 @@ const quotes = [ author: "MayMay", link: "https://gallery.whitney.rip/library/albums/as3wif72i18kzs9q/tobee-and-maymay" }, + { + text: "It's your internet. Take it back.", + author: "DWS", + link: "https://dws.rip" + }, ]; const failureMessageQOTD = 'Failed to fetch the quote of the day. Please try again later.'; @@ -73,4 +78,4 @@ async function renderQOTD() { } console.log("Thanks for checking out PWS!"); -document.addEventListener('DOMContentLoaded', renderQOTD); \ No newline at end of file +document.addEventListener('DOMContentLoaded', renderQOTD); diff --git a/traefik/docker-compose.yml b/traefik/docker-compose.yml index e6b3d69..9a36ea7 100644 --- a/traefik/docker-compose.yml +++ b/traefik/docker-compose.yml @@ -5,7 +5,7 @@ networks: services: traefik: - image: traefik:v2.9 + image: traefik:latest container_name: traefik restart: unless-stopped networks: