要安装使用AFFiNE最简单的方法是使用 Docker 一键启动: docker pull ghcr.io/toeverything/affine-self-hosted:pre-alpha 1. docker run -d -p 3000:3000 --name affine ghcr.io/toeverything/affine-self-hosted:pre-alpha 1. 然后在浏览器中打开 http://localhost:3000 即可。 此外我们也可以获取代码,直...
用ssh工具链接nas后输入以下命令: ❝docker pullhttp://ghcr.io/toeverything/affine-self-hosted:pre-alpha 随后就可以在nas的容器图形界面看到了。 ❞ 容器 随后我们可以在群晖容器界面新建容器,当然也可以用命令行,考虑到照顾大部分人的情况,我就还是用图形界面。很简单,我们只需要设置容器端口为3000,本地端...
要安装使用AFFiNE最简单的方法是使用 Docker 一键启动: dockerpullghcr.io/toeverything/affine-self-hosted:pre-alpha dockerrun-d-p3000:3000--nameaffineghcr.io/toeverything/affine-self-hosted:pre-alpha 然后在浏览器中打开http://localhost:3000即可。 此外我们也可以获取代码,直接启动: gitclonehttps://g...
docker pull ghcr.io/toeverything/affine-self-hosted:pre-alpha 代码语言:javascript 复制 docker run-d-p3000:3000--name affine ghcr.io/toeverything/affine-self-hosted:pre-alpha 然后在浏览器中打开 http://localhost:3000 即可。 此外我们也可以获取代码,直接启动: 代码语言:javascript 复制 git clone ...
❝docker pull ghcr.io/toeverything/affine-self-hosted:pre-alpha 随后就可以在nas的容器图形界面看到了。❞ 随后我们可以在群晖容器界面新建容器,当然也可以用命令行,考虑到照顾大部分人的情况,我就还是用图形界面。很简单,我们只需要设置容器端口为3000,本地端口随意不冲突即可。
docker run-d-p3000:3000--name affine ghcr.io/toeverything/affine-self-hosted:pre-alpha Go Copy 然后在浏览器中打开 http://localhost:3000 即可。 此外我们也可以获取代码,直接启动: git clone https://github.com/toeverything/AFFiNE.git
AFFiNE Pre-Alpha - Previous release which is no longer developed, but offers different functionality affine-self-hosted:pre-alpha Simply swap out the Docker image for which version you require, the following instructions default to the latest image. Installing AFFiNE using Docker ...
docker run -d -p 3000:3000 --name affine ghcr.io/toeverything/affine-self-hosted:pre-alpha 然后在浏览器中打开 http://localhost:3000 即可。 此外我们也可以获取代码,直接启动: git clone https://github.com/toeverything/AFFiNE.gitcd AFFiNE ...
docker run -d -p 3000:3000 --name affine ghcr.io/toeverything/affine-self-hosted:pre-alpha 然后在浏览器中打开 http://localhost:3000 即可。 此外我们也可以获取代码,直接启动: git clone https://github.com/toeverything/AFFiNE.gitcd AFFiNE ...
We have done a major refactoring recently, if you want to see our previous version of the code, please go to thePre-Alphabranch to view Thanks We would also like to give thanks to open-source projects that make AFFiNE possible: BlockSuite- AFFiNE is built with and powered by BlockSuite....