From 1fde38dc5d5fd57c564fec1c385e08273ba39220 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 | 17 ++++++++++++++++- 2 files changed, 18 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..dea7d1458 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 %>
@@ -172,6 +184,9 @@ <% end %> <% end %> + From 697e5579356f64827bcbb40226ff2d4cd1f62246 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 19:06:26 +0000 Subject: [PATCH 2/2] Bump crystal-lang/install-crystal from 1.8.2 to 1.8.3 Bumps [crystal-lang/install-crystal](https://github.com/crystal-lang/install-crystal) from 1.8.2 to 1.8.3. - [Release notes](https://github.com/crystal-lang/install-crystal/releases) - [Commits](https://github.com/crystal-lang/install-crystal/compare/v1.8.2...v1.8.3) --- updated-dependencies: - dependency-name: crystal-lang/install-crystal dependency-version: 1.8.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce166b7b7..a3c8f4ddb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: shell: bash - name: Install Crystal - uses: crystal-lang/install-crystal@v1.8.2 + uses: crystal-lang/install-crystal@v1.8.3 with: crystal: ${{ matrix.crystal }} @@ -134,7 +134,7 @@ jobs: - name: Install Crystal id: lint_step_install_crystal - uses: crystal-lang/install-crystal@v1.8.2 + uses: crystal-lang/install-crystal@v1.8.3 with: crystal: latest