访问AppFlowy Cloud: 打开浏览器,访问你的服务器的IP地址和端口(默认可能是80或443,具体取决于你的配置)。你应该能看到AppFlowy Cloud的登录页面。 登录并测试功能: 使用你配置的账户信息登录,并测试AppFlowy Cloud的各项功能,如创建笔记、编辑笔记等。 通过以上步骤,你应该能够成功地在云服务器上部署AppFlowy Cloud...
官方的部署介绍了面只介绍了部署AppFlowy Cloud的时候使用80或者443端口,但是如果要实现公网访问,使用这两个端口很不方便,所以就研究如何使用自定义端口部署AppFlowy Cloud,但是一直没有成功,最终通过日志排查发现是AppFlowy中创建WebSocket的连接的时候强制使用了80或者443端口,没有使用我们指定的端口,所以修改代码重新构建...
1. `supabase_auth_admin` and `root`(密码,下面配置要用到,可以改) 必须跟源代码里 `migrations/before` 的迁移脚本保持一致 2. 数据库名称在`appflowy_cloud` and `gotrue` 保持一致(我个人设置成了 `flowy`) 3. 数据库里跑初始化 `migrations/before` 脚本 3. 准备配置项(重点) cp deploy.env .en...
git clone https://github.com/AppFlowy-IO/AppFlowy-Cloud cd AppFlowy-Cloud 2. Preparing the configuration This is perhaps the most important part of the deployment process, please read carefully. It is required that there is a .env file in the root directory of the repository. To get start...
Run the AppFlowy-Cloud Run the dependency servers 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...
# Some AI test features are not available for self-hosted AppFlowy Cloud. Therefore, AI testing is disabled by default. ai-test-enabled = ["client-api-test/ai-test-enabled"] Loading... 马建仓 AI 助手 1 https://gitee.com/pubresyang/AppFlowy-Cloud.git git@gitee.com:pubresyang/AppFlo...
Other cloud storage providers, such as Shadow Drive , use Nextcloud’s infrastructure under the hood. Users can self-host their Nextcloud instances or use a third-party provider suggested by Nextcloud, which helps users manage the setup and maintenance process. Nextcloud can be used by hobbyists...
AppFlowy-Cloud / docker-compose.yml docker-compose.yml7.65 KB 一键复制编辑原始数据按行查看历史 Nathan.fooo提交于2个月前.chore: adjust redis env (#1003) # Essential services for AppFlowy Cloud services: nginx: restart:on-failure image:nginx ...
身为程序员,平时除了学习做笔记之外,还要写各种编程文档、写写技术文章啥的。因此,有一款自己使用趁手的写笔记软件至关重要,用得好的话,可以成倍提高工作效率! 之前我一直都是用 Typora 记笔记,但前段时间 Typora 升级 1.0 版本后,开始收费了。虽然目前老版本依然可以免费使用,但难说以后会怎么样,所以我开始探索...
1.Cloud:是推荐的自托管 AppFlowy 方法。AppFlowy Cloud 的设计易于用户使用,可实现简单的设置过程。它具有一系列功能,包括通过 Websocket 进行数据同步、协作编辑功能等,从而增强了整体用户体验。 2.Supabase:作为替代方案,我们还支持使用 Supabase 自托管 AppFlowy。此选项非常适合喜欢 Supabase 功能或已在其基础架构...