1
0

Update Apps

This commit is contained in:
pooneyy
2025-06-17 22:14:50 +08:00
parent fde1f66d67
commit 7f0fcd8a35
134 changed files with 9589 additions and 3968 deletions

View File

@@ -4,81 +4,83 @@
容器管理功能页面,连接容器终端,执行以下命令
- 启动 SeaTable 服务
* 启动 SeaTable 服务
```
/shared/seatable/scripts/seatable.sh start
```
- # 创建一个管理员帐户
* # 创建一个管理员帐户
```
/shared/seatable/scripts/seatable.sh superuser
```
# 原始相关
***
## Introduction
SeaTable is a spreadsheet/database like Airtable. The initial idea is for people to manage different kinds of data in a single platform. With built-in automation rules, scripts and APIs, you can automate data processing with no code or little code.
* * *
The core features include:
## 简介
* A spreadsheet like interface supporting collaboratively editing
* Mobile ready UI to be used on browsers in mobile system
* Unlimited rows in a single base
* Interconnect data between bases
* Automate data processing without coding
* Powerful APIs as well as SQL interface
* self-hosted, no restriction on API calls
SeaTable 是类似于 Airtable 的电子表格/数据库。最初的想法是让人们在一个平台上管理不同种类的数据。内置的自动化规则、脚本和 API使你无需编写代码或少量代码即可自动化数据处理。
## History
核心功能包括:
SeaTable is originally built by the Seafile team (https://github.com/haiwen/seafile). The idea was to add online collaboration table feature to Seafile. Later it involved into a separate project. The business is now moved to SeaTable GmbH.
* 支持协作编辑的电子表格界面
* 适用于移动系统的浏览器界面
* 单个基础中的无限行
* 在不同基础之间互联数据
* 无需编码自动处理数据
* 强大的 API 接口以及 SQL 接口
* 自托管,无 API 调用限制
## How to install SeaTable
## 历史
Please check our manual: https://manual.seatable.io
SeaTable 由 Seafile 团队([https://github.com/haiwen/seafile](https://github.com/haiwen/seafile))最初构建。最初的想法是为 Seafile 添加在线协作表格功能。后来发展成一个独立的项目。业务现在转移到 SeaTable GmbH。
## 如何安装 SeaTable
请查阅我们的手册:[https://manual.seatable.io](https://manual.seatable.io)
## Repositories
General
* [Scripts examples](https://github.com/seatable/seatable-scripts-examples): Example background scripts that you can add to extend SeaTable.
* [Plugin template](https://github.com/seatable/seatable-plugin-template): The template for writing your own UI plugin.
* [Scripts examples](https://github.com/seatable/seatable-scripts-examples):您可以添加以扩展 SeaTable 的示例背景脚本。
* [插件模板](https://github.com/seatable/seatable-plugin-template) : 自定义 UI 插件的模板。
Plugins
插件
* [Timeline plugin](https://github.com/seatable/seatable-plugin-timeline): Show records in timeline.
* [Map](https://github.com/seatable/seatable-plugin-map): Show records in Google Map.
* [Deduplicate](https://github.com/seatable/seatable-plugin-deduplicate): Detect duplicated records.
* [时间轴插件](https://github.com/seatable/seatable-plugin-timeline) : 在时间轴中显示记录。
* [地图](https://github.com/seatable/seatable-plugin-map) : 在 Google 地图中显示记录。
* [去重](https://github.com/seatable/seatable-plugin-deduplicate) : 检测重复记录。
## 软件组件
## Software components
SeaTable 包含以下组件
SeaTable consists of following components
* dtable-web用于管理表格的网站。
* dtable-server存储表格并提供协作功能。
* [dtable-events](https://github.com/seatable/dtable-events): 背景维护任务
* [seaf-server](https://github.com/haiwen/seafile): 存储附件(文件和图片)
* [ccnet-server](https://github.com/haiwen/ccnet-server): 以后将被移除。
* [thumbnail-server](https://github.com/seatable/seatable-thumbnail-server): 提供图片缩略图和其他静态内容
* dtable-web: The web site for manage tables.
* dtable-server: Store the tables and provide collaborating feature.
* [dtable-events](https://github.com/seatable/dtable-events): Background maintenance tasks
* [seaf-server](https://github.com/haiwen/seafile): Store attachments (files and images)
* [ccnet-server](https://github.com/haiwen/ccnet-server): Will be removed later.
* [thumbnail-server](https://github.com/seatable/seatable-thumbnail-server): serve image thumbnail and other static contents
## 许可证
## LICENSE
SeaTable 社区版的不同组件采用不同的许可证:
The different components of SeaTable community edition are released under different licenses:
* dtable-web: Apache License v2
* dtable-events: Apache License v2
* dtable-server: 专有许可
* seaf-server: AGPLv3
* thumbnail-server: Apache License v2
* dtable-web: Apache License v2
* dtable-events: Apache License v2
* dtable-server: Proprietary License
* seaf-server: AGPLv3
* thumbnail-server: Apache License v2
注:
Note:
* 源代码稍后将上传到 GitHub。如果你感兴趣它们目前包含在 Docker 镜像中。
* The source code will be uploaded to GitHub later. They are currently included in the Docker image if you are interested.
## Reporting issues
Please report issues in the forum: https://forum.seatable.io/
## 报告问题
请在论坛中报告问题:\[https://forum.seatable.io/\](https://forum.seatable.io/)

View File

@@ -0,0 +1,84 @@
# 使用说明
**创建时需要手动连接容器终端执行命令启动服务,并创建管理员账户密码。**
容器管理功能页面,连接容器终端,执行以下命令
- 启动 SeaTable 服务
```
/shared/seatable/scripts/seatable.sh start
```
- # 创建一个管理员帐户
```
/shared/seatable/scripts/seatable.sh superuser
```
# 原始相关
***
## Introduction
SeaTable is a spreadsheet/database like Airtable. The initial idea is for people to manage different kinds of data in a single platform. With built-in automation rules, scripts and APIs, you can automate data processing with no code or little code.
The core features include:
* A spreadsheet like interface supporting collaboratively editing
* Mobile ready UI to be used on browsers in mobile system
* Unlimited rows in a single base
* Interconnect data between bases
* Automate data processing without coding
* Powerful APIs as well as SQL interface
* self-hosted, no restriction on API calls
## History
SeaTable is originally built by the Seafile team (https://github.com/haiwen/seafile). The idea was to add online collaboration table feature to Seafile. Later it involved into a separate project. The business is now moved to SeaTable GmbH.
## How to install SeaTable
Please check our manual: https://manual.seatable.io
## Repositories
General
* [Scripts examples](https://github.com/seatable/seatable-scripts-examples): Example background scripts that you can add to extend SeaTable.
* [Plugin template](https://github.com/seatable/seatable-plugin-template): The template for writing your own UI plugin.
Plugins
* [Timeline plugin](https://github.com/seatable/seatable-plugin-timeline): Show records in timeline.
* [Map](https://github.com/seatable/seatable-plugin-map): Show records in Google Map.
* [Deduplicate](https://github.com/seatable/seatable-plugin-deduplicate): Detect duplicated records.
## Software components
SeaTable consists of following components
* dtable-web: The web site for manage tables.
* dtable-server: Store the tables and provide collaborating feature.
* [dtable-events](https://github.com/seatable/dtable-events): Background maintenance tasks
* [seaf-server](https://github.com/haiwen/seafile): Store attachments (files and images)
* [ccnet-server](https://github.com/haiwen/ccnet-server): Will be removed later.
* [thumbnail-server](https://github.com/seatable/seatable-thumbnail-server): serve image thumbnail and other static contents
## LICENSE
The different components of SeaTable community edition are released under different licenses:
* dtable-web: Apache License v2
* dtable-events: Apache License v2
* dtable-server: Proprietary License
* seaf-server: AGPLv3
* thumbnail-server: Apache License v2
Note:
* The source code will be uploaded to GitHub later. They are currently included in the Docker image if you are interested.
## Reporting issues
Please report issues in the forum: https://forum.seatable.io/