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..9b0698025 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -32,7 +32,7 @@ RUN --mount=type=cache,target=/root/.cache/crystal if [[ "${release}" == 1 ]] ; --link-flags "-lxml2 -llzma"; \ fi -FROM alpine:3.21 +FROM alpine:3.22 RUN apk add --no-cache rsvg-convert ttf-opensans tini tzdata WORKDIR /invidious RUN addgroup -g 1000 -S invidious && \ diff --git a/docker/Dockerfile.arm64 b/docker/Dockerfile.arm64 index 758e79506..695e13643 100644 --- a/docker/Dockerfile.arm64 +++ b/docker/Dockerfile.arm64 @@ -1,4 +1,4 @@ -FROM alpine:3.21 AS builder +FROM alpine:3.22 AS builder RUN apk add --no-cache 'crystal=1.14.0-r0' shards sqlite-static yaml-static yaml-dev libxml2-static \ zlib-static openssl-libs-static openssl-dev musl-dev xz-static @@ -33,7 +33,7 @@ RUN --mount=type=cache,target=/root/.cache/crystal if [[ "${release}" == 1 ]] ; --link-flags "-lxml2 -llzma"; \ fi -FROM alpine:3.21 +FROM alpine:3.22 RUN apk add --no-cache rsvg-convert ttf-opensans tini tzdata WORKDIR /invidious RUN addgroup -g 1000 -S invidious && \ 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 %>