https://github.com/AppFlowy-IO/AppFlowy-Cloud/blob/main/doc/DEPLOYMENT.md 1. 获取源码 git clone https://github.com/AppFlowy-IO/AppFlowy-CloudcdAppFlowy-Cloud 2. 配置数据库(可选) 由于我已有数据库环境,不需要在docker容器里跑postgres,故配置好链接即可直接使用。 appflowy_cloud 服务使用 APPFLOW...
下载AppFlowy的Docker镜像: 首先,你需要从Docker Hub或其他镜像仓库下载AppFlowy的Docker镜像。通常情况下,AppFlowy的官方镜像会在Docker Hub上发布。你可以使用以下命令来拉取镜像: bash docker pull appflowyinc/appflowy_cloud:latest 这里的latest标签表示下载最新版本的镜像。如果官方提供了不同版本的镜像,你可以根...
首先,我们需要创建一个简单的AppFlowy应用程序。这里我们以一个简单的Web应用为例: ```javascript // app.js const express = require('express'); const app = express(); const PORT = 3000; app.get('/', (req, res) => { res.send('Hello, AppFlowy!'); }); app.listen(PORT, () => { ...
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.yml at 0.8.17-stateless · AppFlowy-IO/AppFlowy-Cloud
docker build -t appflowy-web-app-"$PORT" . docker build -f ci.Dockerfile -t appflowy-web-app-"$PORT" . docker rm -f appflowy-web-app-"$PORT" || true docker run -d --env-file .env -p "$PORT":80 --restart always --name appflowy-web-app-"$PORT" appflowy-web-app-"$POR...
AppFlowy:功能不完善 · 颜值高 · 不完善 · 只支持本地 为知笔记:功能简陋 · 颜值高 · 支持 Docker 私有化部署 · 不开源 · 私有格式不支持且不兼容 Markdown AnyType:功能强大 · 颜值高 · 理念先进 · 还没发布 思源笔记:功能强大 · 颜值高 · 私有部署不支持多用户 · json 格式数据可导出 ...
AppFlowy-Cloud / docker-compose.yml docker-compose.yml7.65 KB 一键复制编辑原始数据按行查看历史 Nathan.fooo提交于4个月前.chore: adjust redis env (#1003) # Essential services for AppFlowy Cloud services: nginx: restart:on-failure image:nginx ...
I tried a #dockerized self-hosted #AppFlowy, hoping for seamless synchronization. However, it didn't sync between my devices, so I switched back to #Obsidian. I like how simple, fast, and yet extendable it is, if necessary. #learnedfromexperience 1 ...
GitHub - WuTheFWasThat/vimflowy: An open source productivity tool drawing inspiration from workflowy and vim Vimflowy 日本語は環境によってはちょっと挙動が怪しいことがあります。 githubにパッチがあるので当てましょう。 開発が止まっていますが、Hackflowyというものもあります。
Describe the bug In the current docker compose configuration, if we import a Notion exported zip file that contains image or file, we will receive an error about failure to send request to http://minio:9000.