Skip to content

Commit a11a076

Browse files
thevinodpatidarCinzyaclaude
authored
add postgresus to service list. (#426)
Co-authored-by: Cinzya <[email protected]> Co-authored-by: Claude <[email protected]>
1 parent b383bee commit a11a076

File tree

6 files changed

+28
-0
lines changed

6 files changed

+28
-0
lines changed

bun.lockb

952 Bytes
Binary file not shown.

docs/.vitepress/theme/components/Services/List.vue

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1953,6 +1953,13 @@ const services = [
19531953
icon: '/docs/images/services/pgbackweb-logo.png',
19541954
description: 'Effortless PostgreSQL backups with a user-friendly web interface.',
19551955
category: 'Database'
1956+
},
1957+
{
1958+
name: 'Postgresus',
1959+
slug: 'postgresus',
1960+
icon: '/docs/images/services/postgresus-logo.webp',
1961+
description: 'A free, open source and self-hosted tool to backup PostgreSQL. Make backups with different storages and notifications about progress.',
1962+
category: 'Backup'
19561963
},
19571964
{
19581965
name: 'Ryot',
7.36 KB
Loading

docs/public/images/services/postgresus-screenshot.svg

Lines changed: 1 addition & 0 deletions
Loading

docs/services/all.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Complete directory of all one-click services available in Coolify, organized by
6363
## Backup
6464

6565
- [Duplicati](/services/duplicati) - A free backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers
66+
- [Postgresus](/services/postgresus) - A free, open source and self-hosted tool to backup PostgreSQL. Make backups with different storages and notifications about progress.
6667

6768
## Bookmarks
6869

docs/services/postgresus.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: "Postgresus"
3+
description: "Postgresus is a free, open source and self-hosted tool to backup PostgreSQL. Make backups with different storages and notifications about progress."
4+
---
5+
6+
<ZoomableImage src="/docs/images/services/postgresus-logo.webp" />
7+
8+
## What is Postgresus?
9+
10+
Postgresus is a free, open source and self-hosted tool to backup PostgreSQL. Make backups with different storages and notifications about progress.
11+
12+
## Screenshots
13+
14+
<ZoomableImage src="/docs/images/services/postgresus-screenshot.svg" />
15+
16+
## Links
17+
18+
- [The official website](https://postgresus.com/?utm_source=coolify.io)
19+
- [GitHub](https://github.com/RostislavDugin/postgresus?utm_source=coolify.io)

0 commit comments

Comments
 (0)