mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
182 lines
4.9 KiB
Markdown
182 lines
4.9 KiB
Markdown
<!-- PROJECT LOGO -->
|
|
|
|
[//]: # (<br />)
|
|
|
|
[//]: # (<div align="center">)
|
|
|
|
[//]: # ( <a href="https://github.com/othneildrew/Best-README-Template">)
|
|
|
|
[//]: # ( <img src="images/logo.png" alt="Logo" width="80" height="80">)
|
|
|
|
[//]: # ( </a>)
|
|
|
|
<h3 align="center">Portabase</h3>
|
|
|
|
<p align="center">
|
|
Backup / Restore your databases instances
|
|
<br />
|
|
<a href="https://portabase.io"><strong>Explore the docs »</strong></a>
|
|
<br />
|
|
<br />
|
|
<a href="https://portabase.io">View Demo</a>
|
|
·
|
|
<a href="https://github.com/Soluce-Technologies/portabase/issues/new?labels=bug&template=bug-report---.md">Report Bug</a>
|
|
·
|
|
<a href="https://github.com/Soluce-Technologies/portabase/issues/new?labels=enhancement&template=feature-request---.md">Request Feature</a>
|
|
</p>
|
|
|
|
|
|
|
|
<!-- TABLE OF CONTENTS -->
|
|
<details>
|
|
<summary>Table of Contents</summary>
|
|
<ol>
|
|
<li>
|
|
<a href="#about-the-project">About The Project</a>
|
|
<ul>
|
|
<li><a href="#built-with">Built With</a></li>
|
|
</ul>
|
|
</li>
|
|
<li>
|
|
<a href="#getting-started">Getting Started</a>
|
|
<ul>
|
|
<li><a href="#prerequisites">Prerequisites</a></li>
|
|
<li><a href="#installation">Installation</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="#usage">Usage</a></li>
|
|
<li><a href="#roadmap">Roadmap</a></li>
|
|
<li><a href="#contributing">Contributing</a></li>
|
|
<li><a href="#license">License</a></li>
|
|
<li><a href="#contact">Contact</a></li>
|
|
<li><a href="#acknowledgments">Acknowledgments</a></li>
|
|
</ol>
|
|
</details>
|
|
|
|
|
|
<!-- ABOUT THE PROJECT -->
|
|
## About The Project
|
|
|
|
Portabase is the server dashboard service working with portabase agents.
|
|
<a href="https://github.com/Soluce-Technologies/portabase">see Portabase</a>
|
|
|
|
<p align="right">(<a href="#readme-top">back to top</a>)</p>
|
|
|
|
|
|
|
|
### Built With
|
|
|
|
* [![NextJS][NextJS]][NextJS-url]
|
|
* [![Prisma][Prisma]][Prisma-url]
|
|
|
|
|
|
<p align="right">(<a href="#readme-top">back to top</a>)</p>
|
|
|
|
|
|
|
|
<!-- GETTING STARTED -->
|
|
## Getting Started
|
|
|
|
### Prerequisites
|
|
|
|
Install docker on your machine
|
|
|
|
### Installation
|
|
|
|
Installation steps in order to use it locally and work on some features improvements
|
|
|
|
1. Clone the repo
|
|
```sh
|
|
git clone https://github.com/Soluce-Technologies/portabase
|
|
```
|
|
3. Start the project
|
|
```sh
|
|
docker compose up
|
|
```
|
|
|
|
<p align="right">(<a href="#readme-top">back to top</a>)</p>
|
|
|
|
|
|
<!-- ROADMAP -->
|
|
## Roadmap
|
|
|
|
- [ ] Add Changelog
|
|
- [ ] Improve documentation and repositories
|
|
- [ ] Add tests procedure
|
|
- [ ] Add Release File
|
|
- [ ] Security improvements
|
|
- [ ] Improve UX/UI
|
|
- [ ] Improve Workspace system
|
|
- [ ] Migrate to Drizzle ORM
|
|
- [ ] Multi locale support
|
|
- [ ] Multi db support
|
|
- [x] PostgreSQL
|
|
- [ ] MongoDB
|
|
- [ ] MySQL
|
|
|
|
See the [open issues](https://github.com/Soluce-Technologies/portabase/issues) for a full list of proposed features (and known issues).
|
|
|
|
<p align="right">(<a href="#readme-top">back to top</a>)</p>
|
|
|
|
|
|
|
|
<!-- CONTRIBUTING -->
|
|
## Contributing
|
|
|
|
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
|
|
|
|
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
|
|
Don't forget to give the project a star! Thanks again!
|
|
|
|
1. Fork the Project
|
|
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
|
|
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
|
|
4. Push to the Branch (`git push origin feature/AmazingFeature`)
|
|
5. Open a Pull Request
|
|
|
|
### Top contributors:
|
|
|
|
<a href="https://github.com/Soluce-Technologies/portabase/graphs/contributors">
|
|
<img src="https://contrib.rocks/image?repo=Soluce-Technologies/portabase" alt="contrib.rocks image" />
|
|
</a>
|
|
|
|
<p align="right">(<a href="#readme-top">back to top</a>)</p>
|
|
|
|
|
|
## Memo
|
|
|
|
If you're using Semantic Versioning (SemVer) to version your Docker images, you can use the following format:
|
|
|
|
```major.minor.patch-rc.release (e.g. 1.0.0-rc.1)```
|
|
|
|
```major.minor.patch-rc.release-tag (e.g. 1.0.0-rc.1-dev)```
|
|
|
|
For zenstask
|
|
|
|
```zenstack generate```
|
|
|
|
<!-- LICENSE -->
|
|
## License
|
|
|
|
Distributed under the Apache License. See `LICENSE.txt` for more information.
|
|
|
|
<p align="right">(<a href="#readme-top">back to top</a>)</p>
|
|
|
|
|
|
<!-- CONTACT -->
|
|
## Contact
|
|
|
|
Killian Larcher - killian.larcher@soluce-technologies.com
|
|
Charles Gauthereau - charles.gauthereau@soluce-technologies.com
|
|
|
|
Project Link: [https://github.com/Soluce-Technologies/portabase](https://github.com/Soluce-Technologies/agent-portabase)
|
|
|
|
<p align="right">(<a href="#readme-top">back to top</a>)</p>
|
|
|
|
<!-- MARKDOWN LINKS & IMAGES -->
|
|
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
|
|
|
|
[NextJS]: https://img.shields.io/badge/next.js-000000?style=for-the-badge&logo=nextdotjs&logoColor=white
|
|
[Prisma]: https://img.shields.io/badge/Prisma-3982CE?style=for-the-badge&logo=Prisma&logoColor=white
|
|
[Prisma-url]: https://www.prisma.io/
|
|
[NextJS-url]: https://nextjs.org/ |