docker-compose.yaml文件配置 由于我自建了数据库与minio,容器里的默认就有些用不上,所以我把minioaipostgres都注释掉了。 注意把这一行改成true,否则其他人访问你的AppFlowy就会新注册账号 wzxhzdk:5 # Essential services for AppFlowy Cloudservices: nginx: restart: on-failure image: nginx ports: -${NGINX...
AppFlowy is an open-source alternative to Notion. You are in charge of your data and customizations. Built with Flutter and Rust. - AppFlowy-Cloud/docker-compose-ci.yml at main · moetools/AppFlowy-Cloud
AppFlowy is an open-source alternative to Notion. You are in charge of your data and customizations. Built with Flutter and Rust. - History for docker-compose-extras.yml - moetools/AppFlowy-Cloud
wget https://raw.githubusercontent.com/AppFlowy-IO/appflowy/main/frontend/scripts/docker-buildfiles/docker-compose.yml 1. 2. 然后执行下面的命令即可构建镜像: 复制 docker-compose build--build-arg uid=$(id -u) --build-arg gid=$(id -g) 1. 构建后使用 docker-compose up即可启动容器。 使用 ...
近日Notion 的开源替代品 AppFlowy 正式发布了,一经发布,在短短一周就获得了近 8k Star。 这个成绩对于一个开源项目来说是非常不错的,那么为什么有了 Notion ,AppFlowy 团队却要从头开始开发一个类似的产品呢? 这主要是源于 Notion 的一些局限包括:数据安全、移动端适配等等原因。
AppFlowy.IO 是一个开源项目,它是 Notion 的替代品。该项目旨在提供个人和企业用户自定义数据和功能的能力。 数据隐私优先 可靠的本地体验 社区驱动的可扩展性 主要功能包括: 提供类似于 Notion 的功能、数据安全性以及跨平台原生体验。 为企业和开发者提供构建块和协作基础设施,使其能够独立创建应用程序,并完全掌控...
Bring projects, wikis, and teams together with AI. AppFlowy is an AI collaborative workspace where you achieve more without losing control of your data. The best open source alternative to Notion. - AppFlowy/.github/workflows/flutter_ci.yaml at 0.5.6 ·
For older versions of Docker Engine that do not include Docker Compose: Docker Compose: Install it as per the official documentation. Once you have it installed, you can check by running the command: docker compose version # Docker Compose version 2.23.3 Note: docker-compose (with the hyphen...
docker-compose build --no-cache --progress=plain \ | while read line; do \ if [[ "$line" =~ ^Step[[:space:]] ]]; then \ echo "$(date -u '+%H:%M:%S') | $line"; \ else \ echo "$line"; \ fi; \ done \ 97 changes: 62 additions & 35 deletions 97 frontend/scripts/...
docker compose --file docker-compose-dev.yml up -d Install sqlx-cli cargo install sqlx-cli Run sqlx migration sqlx database create sqlx migrate run cargo sqlx prepare --workspace Run the server cargo run Run the tests After the server is running, you can run the tests with: cargo te...