From 77e491121af02ec2b6bf930543cc226ea3e5b122 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9on=20Tiek=C3=B6tter?= Date: Mon, 4 Apr 2022 23:24:05 +0200 Subject: [PATCH 1/2] [mod] invidious.tiekoetter.com Source code of the Invidious instance https://invidious.tiekoetter.com --- .github/FUNDING.yml | 3 ++- src/invidious/views/template.ecr | 14 +++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 3f28c2b76..77819970a 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1,2 @@ -custom: https://invidious.io/donate/ +github: [tiekoettercom] +custom: ["https://www.tiekoetter.com/donate/", "https://invidious.io/donate/"] diff --git a/src/invidious/views/template.ecr b/src/invidious/views/template.ecr index 9904b4fca..389cdde9b 100644 --- a/src/invidious/views/template.ecr +++ b/src/invidious/views/template.ecr @@ -145,9 +145,21 @@
+ + + Services + + + + Forum + + + + <%= translate(locale, "footer_donate_page") %> @ Tiekoetter.com + - <%= translate(locale, "footer_donate_page") %> + <%= translate(locale, "footer_donate_page") %> @ Invidious.io <%= translate(locale, "Current version: ") %> <%= CURRENT_VERSION %>-<%= CURRENT_COMMIT %> @ <%= CURRENT_BRANCH %>
From 49c4ec88c6932ecbca455c229eb35f1aaee9091e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 18:58:05 +0000 Subject: [PATCH 2/2] Bump crystallang/crystal from 1.16.3-alpine to 1.17.1-alpine in /docker Bumps crystallang/crystal from 1.16.3-alpine to 1.17.1-alpine. --- updated-dependencies: - dependency-name: crystallang/crystal dependency-version: 1.17.1-alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 4cfc3c726..4a7ef97be 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM crystallang/crystal:1.16.3-alpine AS builder +FROM crystallang/crystal:1.17.1-alpine AS builder RUN apk add --no-cache sqlite-static yaml-static