Files
portabase/README.md
T

91 lines
3.8 KiB
Markdown
Raw Normal View History

2025-05-16 15:54:17 +02:00
<br />
<div align="center">
<a href="https://portabase.io">
2026-01-06 12:11:45 +01:00
<img src="/.github/assets/logo.png" alt="Logo" width="80" height="80">
2025-05-16 15:54:17 +02:00
</a>
2024-11-03 11:30:44 +01:00
2025-11-08 21:43:13 +01:00
<h3 align="center">Portabase</h3>
2026-01-05 15:04:28 +01:00
<p align="center" style="margin-top: 20px; font-style: italic;">
2026-01-06 15:33:06 +01:00
<i>Portabase is a tool designed to simplify the backup and restoration of your database instances. It integrates seamlessly with <a href="https://github.com/Portabase/agent">Portabase agents</a> for managing operations securely and efficiently.</i>
2024-12-31 13:55:11 +01:00
</p>
2025-11-08 20:07:49 +01:00
2026-01-05 15:04:28 +01:00
2025-12-24 09:26:49 +01:00
[![License: Apache](https://img.shields.io/badge/License-apache-yellow.svg)](LICENSE)
2026-01-02 15:06:24 +01:00
[![Docker Pulls](https://img.shields.io/docker/pulls/solucetechnologies/portabase?color=brightgreen)](https://hub.docker.com/r/solucetechnologies/portabase)
2026-01-01 18:49:18 +01:00
[![Platform](https://img.shields.io/badge/platform-linux%20%7C%20macos%20%7C%20windows-lightgrey)](https://github.com/Portabase/portabase)
2025-11-08 20:07:49 +01:00
2025-11-08 21:43:13 +01:00
[![PostgreSQL](https://img.shields.io/badge/PostgreSQL-336791?logo=postgresql&logoColor=white)](https://www.postgresql.org/)
[![MySQL](https://img.shields.io/badge/MySQL-4479A1?logo=mysql&logoColor=white)](https://www.mysql.com/)
[![MariaDB](https://img.shields.io/badge/MariaDB-003545?logo=mariadb&logoColor=white)](https://mariadb.org/)
2026-01-20 22:59:47 +01:00
[![MongoDB](https://img.shields.io/badge/-MongoDB-13aa52?logo=mongodb&logoColor=white)](https://www.mongodb.com/)
2026-01-01 18:49:18 +01:00
[![Self Hosted](https://img.shields.io/badge/self--hosted-yes-brightgreen)](https://github.com/Portabase/portabase)
[![Open Source](https://img.shields.io/badge/open%20source-❤️-red)](https://github.com/Portabase/portabase)
2025-11-08 20:07:49 +01:00
2026-01-05 15:04:28 +01:00
[![NextJS][NextJS]][NextJS-url]
[![BetterAuth][BetterAuth]][BetterAuth-url]
[![Drizzle][Drizzle]][Drizzle-url]
[![ShadcnUI][ShadcnUI]][ShadcnUI-url]
[![Docker][Docker]][Docker-url]
2025-11-08 20:07:49 +01:00
<p>
<strong>
2026-01-06 12:11:45 +01:00
<a href="https://portabase.io">Website</a> •
<a href="https://portabase.io/docs">Documentation</a> •
2025-12-29 15:42:25 +01:00
<a href="https://www.youtube.com/watch?v=hvLbX5LN1UE">Demo</a> •
2026-01-06 12:11:45 +01:00
<a href="https://portabase.io/docs/dashboard/setup">Installation</a> •
2025-12-30 13:42:23 +01:00
<a href="https://github.com/Portabase/portabase/issues/new?labels=bug&template=bug-report---.md">Report Bug</a> •
<a href="https://github.com/Portabase/portabase/issues/new?labels=enhancement&template=feature-request---.md">Request Feature</a>
2025-11-08 20:07:49 +01:00
</strong>
</p>
2025-12-29 15:51:12 +01:00
![portabase-dashboard](https://github.com/user-attachments/assets/f5ec7204-79c0-43ac-ba17-f2ed682c39d6)
2025-11-08 20:07:49 +01:00
2025-08-05 08:22:36 +02:00
</div>
2025-08-05 08:21:18 +02:00
2026-01-06 12:11:45 +01:00
## Installation
You have 4 ways to install Portabase:
- Automated CLI (recommended) - [details](https://portabase.io/docs/dashboard/setup#cli)
- Docker Compose setup - [details](https://portabase.io/docs/dashboard/setup#docker)
- Kubernetes with Helm (soon)
- Development setup - [details](https://portabase.io/docs/dashboard/setup#development)
**Ensure Docker is installed on your machine before getting started.**
2024-12-31 13:55:11 +01:00
2026-01-05 15:04:28 +01:00
## Contributors
2026-01-01 18:49:18 +01:00
[![Contributors](https://contrib.rocks/image?repo=Portabase/portabase)](https://github.com/Portabase/portabase/graphs/contributors)
2024-12-31 13:55:11 +01:00
2026-01-05 15:04:28 +01:00
## License
2025-05-16 15:54:17 +02:00
Distributed under the Apache License. See `LICENSE.txt` for more details.
2026-01-01 18:49:18 +01:00
2025-11-08 21:43:13 +01:00
[Docker]: https://img.shields.io/badge/Docker-2496ED?logo=docker&logoColor=fff&style=for-the-badge
2024-12-31 13:55:11 +01:00
[NextJS]: https://img.shields.io/badge/next.js-000000?style=for-the-badge&logo=nextdotjs&logoColor=white
2025-11-08 21:43:13 +01:00
2025-11-08 20:07:49 +01:00
[BetterAuth]: https://img.shields.io/badge/Better%20Auth-FFF?logo=betterauth&logoColor=000&style=for-the-badge
2025-11-08 21:43:13 +01:00
2025-05-16 15:54:17 +02:00
[Drizzle]: https://img.shields.io/badge/Drizzle-111?style=for-the-badge&logo=Drizzle&logoColor=c5f74f
2025-11-08 21:43:13 +01:00
2025-05-16 15:54:17 +02:00
[ShadcnUI]: https://img.shields.io/badge/shadcn/ui-000000?style=for-the-badge&logo=shadcn/ui&logoColor=white
2025-11-08 21:43:13 +01:00
2025-05-16 15:54:17 +02:00
[NextJS-url]: https://nextjs.org/
2025-11-08 21:43:13 +01:00
2025-11-08 20:07:49 +01:00
[BetterAuth-url]: https://www.better-auth.com/
2025-11-08 21:43:13 +01:00
2025-05-16 15:54:17 +02:00
[Drizzle-url]: https://orm.drizzle.team/
2025-11-08 21:43:13 +01:00
2025-05-16 15:54:17 +02:00
[ShadcnUI-url]: https://ui.shadcn.com/
2025-12-29 15:42:25 +01:00
2025-11-08 21:43:13 +01:00
[Docker-url]: https://www.docker.com/