mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Optimized descriptions, README.md's and meta/main.yml's for portfolio and sphinx docs
This commit is contained in:
@@ -1,10 +1,34 @@
|
||||
# docker baserow
|
||||
# Baserow
|
||||
|
||||
This role allows the setup of [baserole](https://baserow.io/).
|
||||
## Description
|
||||
|
||||
## Other Resources
|
||||
Empower your data management with Baserow, an innovative platform that makes building and managing databases both fun and efficient. Enjoy a dynamic interface, seamless collaboration, and energetic tools that supercharge your workflow.
|
||||
|
||||
It was created with the help of [Chat GPT-4](https://chat.openai.com/share/556c2d7f-6b6f-4256-a646-a50529554efc).
|
||||
## Overview
|
||||
|
||||
This role deploys Baserow using Docker Compose, integrating key components such as PostgreSQL for the database, Redis for caching, and Nginx for secure domain management and certificate handling. It is designed to offer a robust, scalable solution for running your own Baserow instance in a containerized environment.
|
||||
|
||||
## Features
|
||||
|
||||
- **Intuitive Database Management:** Easily build, manage, and interact with your databases through a user-friendly interface.
|
||||
- **Seamless Collaboration:** Collaborate in real time with team members, ensuring smooth data sharing and project management.
|
||||
- **Dynamic Customization:** Adapt workflows and database structures to suit your specific needs.
|
||||
- **Scalable Architecture:** Efficiently handle increasing workloads while maintaining high performance.
|
||||
- **Robust API Integration:** Leverage a comprehensive API to extend functionalities and integrate with other systems.
|
||||
|
||||
## Additional Resources
|
||||
|
||||
- [Baserow Homepage](https://baserow.io/)
|
||||
- [Enable Single Sign-On (SSO)](https://baserow.io/user-docs/enable-single-sign-on-sso)
|
||||
|
||||
## SSO
|
||||
SSO is just activated in the Enterprise Edition. Also no LDAP configuration is available. [More information](https://baserow.io/user-docs/enable-single-sign-on-sso).
|
||||
|
||||
SSO is only available in the Enterprise Edition. LDAP configuration is not supported. For more details, please refer to the [Baserow SSO Documentation](https://baserow.io/user-docs/enable-single-sign-on-sso).
|
||||
|
||||
## Credits
|
||||
|
||||
Developed and maintained by **Kevin Veen-Birkenbach**.
|
||||
Learn more at [veen.world](https://www.veen.world).
|
||||
|
||||
Part of the [CyMaIS Project](https://github.com/kevinveenbirkenbach/cymais)
|
||||
Licensed under [CyMaIS NonCommercial License (CNCL)](https://s.veen.world/cncl).
|
||||
|
21
roles/docker-baserow/meta/main.yml
Normal file
21
roles/docker-baserow/meta/main.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
galaxy_info:
|
||||
author: "Kevin Veen-Birkenbach"
|
||||
description: "Empower your data management with Baserow, an innovative platform that makes building and managing databases both fun and efficient. Enjoy a dynamic interface, seamless collaboration, and energetic tools that supercharge your workflow."
|
||||
license: "CyMaIS NonCommercial License (CNCL)"
|
||||
license_url: "https://s.veen.world/cncl"
|
||||
company: |
|
||||
Kevin Veen-Birkenbach
|
||||
Consulting & Coaching Solutions
|
||||
https://www.veen.world
|
||||
galaxy_tags:
|
||||
- baserow
|
||||
- docker
|
||||
- data management
|
||||
- databases
|
||||
repository: https://s.veen.world/cymais
|
||||
issue_tracker_url: https://s.veen.world/cymaisissues
|
||||
documentation: https://s.veen.world/cymais
|
||||
logo:
|
||||
class: "fa-solid fa-table"
|
||||
dependencies: []
|
Reference in New Issue
Block a user