diff --git a/README.md b/README.md
index dff9de87..2439d6d2 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,29 @@
>
> Curious about the roadmap or want to shape the project's future? Join the [community](https://ufobackup.uforg.dev/r/community) to discuss ideas and influence decisions, everyone's input is welcome!
+## Sponsors
+
+Thank you to the following sponsors for supporting PG Back Web! Your contributions help keep the project running and growing! 🚀
+
+
+
## Why PG Back Web?
PG Back Web isn't just another backup tool. It's your trusted ally in ensuring the security and availability of your PostgreSQL data:
@@ -137,7 +160,7 @@ In this link you can see a list of features that have been confirmed for future
Next steps ⏭️
-## Sponsors
+## Become a Sponsor
🙏 Thank you to the incredible sponsors for supporting this project! Your contributions help keep PG Back Web running and growing. If you'd like to join and become a sponsor, please visit the [sponsorship page](https://buymeacoffee.com/eduardolat) and be part of something great! 🚀
@@ -152,6 +175,13 @@ In this link you can see a list of features that have been confirmed for future
Become a gold sponsor
+
+
+
+
+ FetchGoat - Simplifying Logistics
+
+ |
@@ -159,13 +189,6 @@ In this link you can see a list of features that have been confirmed for future
-
-
-
-
- FetchGoat - Simplifying Logistics
-
- |
diff --git a/assets/support-project-v1.json b/assets/support-project-v1.json
index d133c114..9a970a30 100644
--- a/assets/support-project-v1.json
+++ b/assets/support-project-v1.json
@@ -32,6 +32,11 @@
"name": "Become a gold sponsor",
"logo": "/images/plus.png",
"link": "https://buymeacoffee.com/eduardolat"
+ },
+ {
+ "name": "FetchGoat - Simplifying Logistics",
+ "logo": "https://raw.githubusercontent.com/eduardolat/pgbackweb/refs/heads/develop/assets/sponsors/FetchGoat.png",
+ "link": "https://fetchgoat.com?utm_source=pgbackweb&utm_medium=referral&utm_campaign=sponsorship"
}
],
"silver": [
@@ -39,11 +44,6 @@
"name": "Become a silver sponsor",
"logo": "/images/plus.png",
"link": "https://buymeacoffee.com/eduardolat"
- },
- {
- "name": "FetchGoat - Simplifying Logistics",
- "logo": "https://raw.githubusercontent.com/eduardolat/pgbackweb/refs/heads/develop/assets/sponsors/FetchGoat.png",
- "link": "https://fetchgoat.com?utm_source=pgbackweb&utm_medium=referral&utm_campaign=sponsorship"
}
],
"bronze": [
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 6c8bc963..727211fc 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -1,6 +1,6 @@
FROM golang:1.25-trixie AS golang
FROM debian:trixie
-
+LABEL org.opencontainers.image.source="https://github.com/eduardolat/pgbackweb"
# Declare ARG to make it available in the RUN commands
ARG TARGETPLATFORM
RUN echo "Building for ${TARGETPLATFORM}"
|