Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 31 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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! 🚀

<table>
<tr>
<td align="center">
<a href="https://buymeacoffee.com/eduardolat">
<img src="https://raw.githubusercontent.com/eduardolat/pgbackweb/refs/heads/develop/internal/view/static/images/plus-circle.png" height="100" alt="Become a sponsor"/>
<br />
Become a sponsor
</a>
</td>
<td align="center">
<a href="https://fetchgoat.com?utm_source=pgbackweb&utm_medium=referral&utm_campaign=sponsorship">
<img src="https://raw.githubusercontent.com/eduardolat/pgbackweb/refs/heads/develop/assets/sponsors/FetchGoat.png" height="100" alt="FetchGoat - Simplifying Logistics"/>
<br />
FetchGoat - Simplifying Logistics
</a>
</td>
</tr>
</table>

## 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:
Expand Down Expand Up @@ -137,7 +160,7 @@ In this link you can see a list of features that have been confirmed for future
Next steps ⏭️
</a>

## 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! 🚀

Expand All @@ -152,20 +175,20 @@ In this link you can see a list of features that have been confirmed for future
Become a gold sponsor
</a>
</td>
<td align="center">
<a href="https://fetchgoat.com?utm_source=pgbackweb&utm_medium=referral&utm_campaign=sponsorship">
<img src="https://raw.githubusercontent.com/eduardolat/pgbackweb/refs/heads/develop/assets/sponsors/FetchGoat.png" height="150" alt="FetchGoat - Simplifying Logistics"/>
<br />
FetchGoat - Simplifying Logistics
</a>
</td>
</tr>
</table>

### 🥈 Silver Sponsors

<table>
<tr>
<td align="center">
<a href="https://fetchgoat.com?utm_source=pgbackweb&utm_medium=referral&utm_campaign=sponsorship">
<img src="https://raw.githubusercontent.com/eduardolat/pgbackweb/refs/heads/develop/assets/sponsors/FetchGoat.png" height="100" alt="FetchGoat - Simplifying Logistics"/>
<br />
FetchGoat - Simplifying Logistics
</a>
</td>
<td align="center">
<a href="https://buymeacoffee.com/eduardolat">
<img src="https://raw.githubusercontent.com/eduardolat/pgbackweb/refs/heads/develop/internal/view/static/images/plus-circle.png" height="100" alt="Become a silver sponsor"/>
Expand Down
10 changes: 5 additions & 5 deletions assets/support-project-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@
"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": [
{
"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": [
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -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}"
Expand Down