8 Star 54 Fork 12

Gitee 极速下载 / baserow

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://gitlab.com/bramw/baserow.git
克隆/下载
introduction.md 1.83 KB
一键复制 编辑 原始数据 按行查看 历史
Nigel Gott 提交于 2022-07-05 13:45 . Add more self hosting docs

Introduction

Baserow plugins let you fully customize and extend Baserow quickly and easily. Multiple plugins can be installed into a new or existing Baserow installation, they get full access to Baserow's internals for maximum customization and are straightforward develop and publish.

Some examples of what you can do with a Baserow plugin are:

  • Add new Baserow:
    • Field Types
    • View Types/Filters/Sorts/Decorations/Aggregations
    • Formula Functions/Types
  • Add or customize pages, components, styling
  • Integrate with 3rd party APIs or software
  • Install custom postgres extensions, system packages, python and node dependencies
  • And much more!

Baserow Plugins are only available for self-hosted installations currently and are experimental and subject to change.

  1. You should always make backups of your Baserow data before installing and using any plugin.
  2. You should only ever install plugins from a trusted source.
  3. Baserow is not responsible for and does not officially support any plugins currently, installing and using them is entirely at your own risk.

Installing a Plugin

The Plugin Installation guide goes into detail on how to install and uninstall Baserow plugins in the various official Baserow docker images.

Currently, we do not provide an officially supported plugins, however check out our Plugin community sub-forum for community made plugins and further discussion.

Step by step plugin creation tutorial

Check out our step by step tutorial on plugin creation using the plugin boilerplate for a quick and easy way to get a plugin started.

Creating a Plugin

Finally, the Plugin Creation guide explains in more detail how to create your own plugins and publish them for others to use.

Python
1
https://gitee.com/mirrors/baserow.git
git@gitee.com:mirrors/baserow.git
mirrors
baserow
baserow
develop

搜索帮助