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/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 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 %>