Outline docker compose 提供交互式脚本,生成 docker-compose 配置文件。 Dec 26, 2023 · 网上已用基于 Docker Compose 的部署方案主要有两个: outline-wiki-docker-compose:提供交互式脚本,生成 Docker Compose 配置文件。但使用 Slack 进行登录,国内使用体验不好,且脚本太老,存在 Bug,图片上传后显示不了。 docker-outline:国内用户写的部署脚本。 Jan 26, 2024 · 三、其它命令. DBのマイグレーションを行う # 2025-05-13追記: 立ち上げの際に走るようで実行不要でした # $ docker compose run --rm outline yarn db:migrate --env=production-ssl-disabled # 3. yml up. - outline/docker-compose. Start the application (outline) / DB (PostgreSQL, Redis) with Docker and docker-compose, create a separate AWS S3 bucket for storage, and prepare and set an Jun 28, 2023 · Outline is on the path to become a good self-hosted alternative to notion for team collaboration on documentation. If you want to use Outline then you don't need to run this code, we offer a hosted version of the app at getoutline. Grant Outline Permissions to Add images ; 7. You will see a login screen with a placeholder Slack authentication method. 2. Aug 19, 2022 · Learn how to set up Outline Wiki, a confluence-like wiki software, with docker-compose on your own server. Aug 18, 2023 · cd /opt/outline/ docker compose down docker dompose up -d Проверка работы Входим по адресу: https://wiki. site . 💡 Note that the . 3 获取 SSL 证书 2. env file should be in the same directory as 01-traefik-outline-letsencrypt-docker-compose. Feb 19, 2024 · 6. 5k次,点赞15次,收藏32次。Outline 是一个开源的Wiki 知识库和团队协作文档管理工具,美观、实时协作、功能丰富且兼容 Markdown,设计用于帮助团队和组织有效地创建、共享和管理文档。 Jun 11, 2024 · 2、编辑Docker Compose 文件 4、部署outline docker compose up -d 5、授予权限以添加图像 Nov 1, 2023 · Outlineを建てる. Note you Apr 4, 2025 · 至此Logto的配置就全部完成了。现在我们启动Outline: docker compose up -d. io from the repository) sudo apt install -y docker-compose (This will install docker-compose) Sep 3, 2024 · Docker撰写大纲Wiki 特征: 一个简单的make和交互式bash脚本,可帮助您生成所需的所有conf 一个docker-compose运行您的服务 虚拟https证书生成器。 A simple 🧑💻 and reliable self-hosted plan for Outline. However, there are a few things I need clarification on: services: outline: image: docker Sep 13, 2024 · 文章浏览阅读592次,点赞5次,收藏7次。开源项目概述:Outline Docker Compose快速部署指南 outline-docker-compose Install a self-hosted Outline wiki instance in a couple of minutes _outline部署教程 May 27, 2022 · $ docker-compose exec -u root outline ping -c 1 postgres PING postgres (192. 68以上的服务部署. minio. com. env` file with necessary configurations. env 配置文件详解 7. 112. attachment. 22 $ sequelize db Mar 29, 2018 · Step 1. outlineの最新版をプル $ docker compose pull outline # 2. Install Docker (if not installed already) The Outline + Docker combination is what makes this VPN solution so easy to install. Change Log Jun 22, 2022 · 逛了一圈,有大佬提供了 docker-compose 的版本,但是没搞清楚这些问题之前感觉整个程序就是一个黑箱,出了问题都不知道咋办,不太舒服。 220203 Upd:终于成功部署了 Outline。 Mar 2, 2022 · 理论上你只要根据你的情况修改这部分,然后跳转到 一键启动 章节,执行完 docker-compose --env-file docker. yml可以看出Outline服务还需依赖redis、postgres、storage(MinIO)、https-portal(我这里使用Nginx)这四个服务,另外为了完全本地化部署,还需要一个认证服务,我这里使用Authelia。 $ docker-compose run --rm outline yarn db:migrate --env=production-ssl-disabled Starten Sie den neuen Container mit frischen Bildern, während Ihre Daten intakt Jun 7, 2023 · 官方的Docker方式的安装示例是通过Docker Compose来部署的。具体docker-compose. nano docker-compose. If you did things correctly as I did in my article you should have 1 keycloak with 1 postgres in one docker compose, and 1 postgres, 1 redis, 1 minio and 1 outline service on the other docker compose. make clean-data ⚠️ You will lost all your data Outline VPN是由google资助的技术孵化器Jigsaw开发的一个自由及开放源代码软件,用于在云服务器(vps)上快速部署 shadowsocks 2022 服务器,并自带全平台支持的的图形化客户端软件,非常易用,生态完整、广泛流行。 退出docker shell之后,重启outline-docker-compose-wk-outline-1容器(此处容器名按实际情况决定) Sep 5, 2021 · docker-compose -f docker-compose. This docker-compose. 配置NGINX反向代理,新建NGINX站点配置文件: May 7, 2024 · ${WIKI_URL}, where outline will be accessed (like a reverse proxy address) ${OIDC_SECRET}, jwt token used in the docker compose file. yml up -d Creating outline_minio Nov 14, 2021 · This is what we are going to use to log in to our Outline wiki because we like living on the edge. 安装3. Mar 1, 2024 · Outline docker-compose 部署 前言 前段时间想要搭建一个自己的 outline 服务用作wiki使用,但是在搜索引擎上搜索了一圈,发现现有的教程就那么几篇,并且没有一个是完整的。 研究了一段时间,并且查看了官方的文档,终于搞定了 outline 的部署。 准备工作 一台服务器 Nov 20, 2024 · 部署 Outline 项目的教程 介绍:个人或团队知识库,美观、实时协作、功能丰富且兼容 markdown。媲美obsidian和notion的知识管理,笔记应用。可以自己用,也可以团队使用。可以给你家人,同学,同事一起使用。和其他用户可独立使用,也可以共享使用。多语言,完全支持中文。 苏洋的 docker-outline 可以基于 Traefik 作为代理服务,我把 Traefik 更换成了 Nginx,一方面更通用,另一方面可以让服务器的内存占用更小,如喜欢 Traefik 的可以参照前者。 Installation and docker compose to self host outline wiki: https://www. Features: A simple make and bash script to help you generate all the conf required. Unfortunately it seems like the documentation makes assumptions that users just know how to do certain things but I’m getting stuck. 下面是 佬Mikuの鬆 的Github OAuth 配置: Mar 6, 2024 · 前后尝试了一圈笔记软件 最后停留在思源,但是因为除了思源的黑历史的膈应和最近的同步收费问题。思源本身也有一些问题。所以尝试了一下outline。\\n迁移过程说明 思源逐个导出md. Hey, I followed the instructions to set up outline with docker compose and docker. If it's the first time you are running it, the databases will need to be created, so it will take a couple of minutes. This is the source code that runs Outline and all the associated services. outline. 68以前的版本,不能用于0. yml. tommoor commented Sep 22, 2023. yml Setup. 주로 React와 Node. 5. make install create docker-compose config file and start it. 168. env. # 1. minio-init. 3s yarn run v1. yml ps 当你看到类似下面的日志内容的时候(服务状态都展示 healthy ),我们就能在浏览器中访问之前我们在配置中设置 Feb 12, 2023 · Outline Wikiは Notionのような使い心地のOSSで提供されるドキュメントツールです。自分のサーバ上にホスティングできるのですが、その設定難易度は低くありません。今回、ConoHa VPSでの構築 (SSL化も!) に成功したので、そのノウハウをこの記事にまとめました! Sep 2, 2024 · Outline Wiki는 팀을 위한 빠르고 협업 가능한 지식 기반 플랫폼입니다. 60 min is the default and feels excessively small, I will typically set it either to 1 day or 1 week; Set up Outline. 1. 1s Container outline-redis-1 Created 0. Change Log Try out Outline using our hosted version at www. yml Paste the following code in it. yml file and open it for editing. Jun 17, 2023 · Navigate to your directory (in my case ~/Docker/Outline) and run the command docker-compose up -d. Pg数据库固定好一个版本就行 ,千万不要使用latest的标签 Dec 22, 2023 · Neste tutorial, vamos abordar a instalação da Wiki Outline em um ambiente Docker, garantindo a facilidade na configuração. Sep 13, 2024 · 文章浏览阅读856次,点赞3次,收藏10次。Outline Wiki 自托管安装与配置指南 outline-docker-compose Install a self-hosted Outline wiki instance in a couple of minutes 项_outline wiki 回到 docker-compose 和 . 1 安装 SSL 证书 2. 2 配置反向代理规则 2. Docker Compose1. So basically just copy/paste for both mino. Change Log $ docker-compose run --rm outline yarn db:migrate --env=production-ssl-disabled Inicie o novo contêiner com novas imagens, mantendo seus dados intactos. com/> 想找一個能夠替代 Confluence 管理文檔 ,既開源可本地部 Sep 11, 2021 · 有了上面这个配置文件之后,只需要在启动 Outline 之后,再执行一条命令行就行了: docker-compose -f docker-compose. v0. 前言 I. $ nano docker-compose. Get Slack credentials ; 3. conf, modifying for what you need. Outline docker-compose (for running in production) Without stopping the container, edit the docker-compose. yml at main · outline/outline 0. 4 初始化数据库 7. For example, looking at the sample env file, do I need to have an S3 account already set up? Can I add a Minio instance to the docker-compose instead? Feb 17, 2022 · Outline 部署主要就下面几个问题。 默认使用 AWS 的 S3 服务。 不提供用户管理模块,需通过 Slack 、Google 或是自建 OIDC 服务进行登录。 网上已用基于 docker-compose 的部署方案主要有两个: outline-wiki-docker-compose. yml请查看官方文档。由docker-compose. 3 Mar 19, 2024 · docker-compose run –rm outline yarn db:create –env=production-ssl-disabled docker-compose run –rm outline yarn db:migrate –env=production-ssl-disabled. Contact 1. yml, 02-keycloak-outline-docker-compose. 8k次,点赞15次,收藏29次。Outline 是一个开源的Wiki 知识库和团队协作文档管理工具,美观、实时协作、功能丰富且兼容 Markdown,设计用于帮助团队和组织有效地创建、共享和管理文档。 Apr 22, 2022 · MINIO Setup with Docker Compose. Jun 7, 2023 · 官方的Docker方式的安装示例是通过Docker Compose来部署的。具体docker-compose. sudo apt update (This command will check for the updates) sudo apt install -y docker. Features: A simple make and bash script to help you generate all the conf required A docker-compose to run your service Use MinIO instead of AWS S3, so that everything is really self-hosted A OIDC server to manage user, no need to login via slack or google Step 5 - Create Docker Compose File for Outline. 5 配置 Nginx 反代 & SSL 证书 2. docker-compose run --rm outline yarn db:create --env=production-ssl-disabled $ docker-compose run --rm outline yarn db:migrate --env=production-ssl-disabled Outline Docker Compose部署指南. 了解2. net — доменное имя моего сервиса. redis. 由于我希望能够有一款可私人部署、多人实时协同、用户权限管理、自由分享到互联网的Markdown知识库管理平台,但依次尝试了现有的腾讯文档智能文档、语雀、Docsify、Obsidian、HackMD、CodiMD、Typora、思源等等等等,都不能很完美地满足我的需求(这并非踩一捧一,我现在就是在用 Typora 此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。 如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。 Jan 29, 2023 · Gitlab已经讲过了,那么接下来可以试一下Outline。 Outline是一个比较新的,类似Notion的在线记事本,我前面也讲了如何快速部署Outline。但之前是用了Azure Active Directory,在手机的EDGE浏览器登录的时候,非要拉起微软自己的APP,华为手机还不支持。 Jun 4, 2023 · I think that's because Outline is trying to connect to localhost, but because it's running in a container, localhost is the container itself. 2 创建 Outline 配置文件 7. /oa_data:/app/data --restart unless-stopped amro045/outline-admin:latest Mar 24, 2025 · docker-compose. Apr 6, 2023 · By default, Outline gives a minimalist docker-compose that includes: Redis; Postgres; Outline; Minio; It is available here Install a self-hosted Outline wiki instance in a couple of minutes. 环境说明 IV. In this short article, we will learn how to self-host it with Docker compose and Traefik Jan 7, 2024 · # 1. 初步测试 8. 3 outline-docker. Before we get going, Outline requires quite a few components. env 的目录,启动 docker-compose up -d。 首次运行还需要创建数据库以及执行迁移。 docker-compose run --rm outline yarn db:create --env=production-ssl-disabled docker-compose run --rm outline yarn db:migrate --env=production-ssl-disabled May 7, 2022 · 【Outline】纯Docker部署指南 找了好久,总算中意了一个,好看又好用,开源不要钱,赶紧部署一个试试。 因为用的是 UnRaid 系统,这里直接使用纯 Docker 的方式进行部署。 Mar 31, 2025 · 探索知识管理新境界:Outline-Docker-Compose,打造专属私有知识库 outline-docker-composeInstall a self-hosted Outline wiki instance in a couple of Sep 5, 2021 · docker-compose -f docker-compose. heyvaldemar. 第一次启动 outline 会停止. txt up -d 命令就可以正常使用了,惊不惊喜?. yml; 2 下方是outline的yaml文件,需要注意下方的命令仅仅是用于 0. com/chsasank/outline-wiki-docker-compose $ docker-compose run --rm outline yarn db:migrate --env=production-ssl-disabled Aug 20, 2023 · Local file storage supported now, no need for MinIO anymore vicalloy/outline-docker-compose#61. 5 使用 Docker-Compose 部署 Outline 8. Docker Compose File ; 4. To update Outline, follow these steps: Backup your database; A place to share, discuss, discover, assist with, gain assistance for, and critique self-hosted alternatives to our favorite web apps, web services, and online tools. 4: seq=0 ttl=64 time=0. net, где outline. How to use Initializing the system. Nginx 部署 2. Feb 6, 2024 · How To Install Outline with Docker Compose. **Application Data Backup**: Compresses and stores backups of the application data on the same schedule. 0. 1 Outline简介 Aug 9, 2023 · docker compose -f 03-outline-minio-redis-docker-compose. 17. The first step is to grab the Docker Compose file for Outline. Outline(notion alternative) + Keycloak(OIDC), Docker compose - huketo/outline-keycloak-docker-compose $ docker-compose run --rm outline yarn db:migrate --env=production-ssl-disabled 데이터를 그대로 유지하면서 새로운 이미지로 새 컨테이너를 Sep 5, 2021 · docker-compose run --rm outline yarn db:create --env=production-ssl-disabled docker-compose run --rm outline yarn db:migrate --env=production-ssl-disabled 运行之后可能还要根据自己的情况执行下面这个命令。 # outline 部署 ## 什麼是 Outline --- <https://www. 4): 56 data bytes 64 bytes from 192. 8k次。本文详细介绍了如何使用Docker和docker-compose在群晖NAS上部署Outline,包括下载镜像、设置域名、配置第三方认证(侧重Slack)、获取认证信息等步骤,为成长型团队提供一个快速且美观的wiki和知识库解决方案。 Aug 21, 2024 · Outline Docker Compose 项目则是为了简化 Outline 的部署过程,通过 Docker 和 Docker Compose 技术,使得用户可以快速地在本地或服务器上启动和运行 Outline。 项目快速启动 Install a self-hosted Outline wiki instance in a couple of minutes - probinger/Wiki--outline-docker-compose Aug 21, 2024 · make install create docker-compose config file and start it. Além disso, vamos configurar a autenticação via GitLab, tornando o acesso à Wiki mais seguro e integrado aos sistemas existentes na empresa. io (This will install docker. 提供交互式脚本,生成 docker-compose 配置文件。 Nov 4, 2022 · 쉘 접속이 가능하시다면 docker-compose 를 쓰시는 것이 가장 간단 할 것 같습니다. Aug 6, 2024 · 4. 3. 了解 以前docker使用: 镜像--容器,采用手动方式 #docker build 、run 而且使用使用命令行只能一次启动一个容器 然后dockerfile使用: 自己创建一个镜像,可以自己定义镜像包含哪些东西,但无法运行起一个应用 In reviewing the docker-compose. 2 创建 Nginx 2. Apr 1, 2024 · 文章浏览阅读2. 2 配置域名 2. **Deploy Outline**: Create a directory for Outline, set up a `docker-compose. 2 编辑安装 系统需提前安装好make、make-guile Aug 28, 2023 · Next, you need to change the variables in the . 命令执行完毕,不出意外,你将会看到类似下面的日志输出。 Creating docker-outline_minio-client_1 May 12, 2024 · 9 — Run the docker compose up command. Docker Compose 最近更新到 v2. 1 or host. Navigate to the root Outline directory. 需求. make clean-data ⚠️ You will lose all your data; make export_database export to repo source path Outline 部署 7. I was including command line as I was envisioning a scenario where email SMTP settings weren't provided and the person installing would just like to have a user account for himself or herself, and thus would create it using the command line (probably through docker). Bevor wir nun den Stack starten, müssen wir noch die Datenbank erstellen. Use the following commands to start the container: docker run -d -p 3000:3000 --name outline-admin -v . 1 需要了解的 2. https://app May 19, 2024 · 【Docker】3. . 需求 II. You can find the official Docker Compose file on the Outline Documentation Page. yml,按照官网教程粘贴以下配置: Feb 11, 2024 · 按照文档,看起来就是一个 docker compose 的事情,那再把 TLS 部分交给 nginx 就行,并不困难。 docker compose up outline. 因为Outline是跑在了Docker环境下,用了3000这个端口,所以我们需要在前面做一层反向代理,让Outline可以在80/ outline-docker-compose Install a self-hosted Outline wiki instance in a couple of minutes. Mar 2, 2022 · # 一键运行 docker-compose --env-file docker. yml 和 . js로 구축되었으며, 실시간 협업 기능과 Markdown 호환성을 갖추고 있습니다주요 특징실시간 협업: 여러 사용자가 동시에 문서를 편집할 수 있습니다. Installation and docker compose to self host outline wiki: https://www. yml, and 03-outline-minio-redis-docker-compose. 4 更多功能 9. You can also find documentation on using Outline in our guide. Configure the CloudFlare Tunnels ; Conclusions Aug 9, 2023 · Detailed and clear guide on how to install Outline and Keycloak using Docker Compose. 1s [+] Running 2/2 Container outline-postgres-1 Started 0. yml ps 当你看到类似下面的日志内容的时候(服务状态都展示 healthy ),我们就能在浏览器中访问之前我们在配置中设置 📙 The complete installation guide is available on my website. Controlled via variables such as `OUTLINE_DATA_BACKUPS_PATH`, `OUTLINE_DATA_BACKUP_NAME`, and `OUTLINE_BACKUP_INTERVAL`. A OIDC server to manage users, no need to login via Slack or Google. A simple make and bash script to help you generate all the conf required. env file according to your requirements. 本文使用docker部署,无关架构和系统,因此,最主要的是outline的配置文件,全文也是围绕这个展开. Initializing the oidc-server(add oidc client for outline and create a superuser) make start start outline; make stop stop outline; make clean remove all config file generated by script. 1 概述 7. yml` file for Outline and its dependencies (PostgreSQL and Redis), and create an `. Outline starten. 1 登陆 Outline 8. env to meet your requirements. 2k次,点赞28次,收藏28次。本文分享了作者在为企业级环境部署Outline构建知识库时遇到的登录方式、附件存储、兼容性问题以及导入导出难题。 Docker 🐟 and docker-compose should be installed on the server. Feb 5, 2024 · 安装outline,作者:南风大叔,发布于2024-02-05 make install create docker-compose config file and start it. yml file is inspired by the local example used in docker; 1. You probably need to use the name or IP address of the host system, which will likely be 172. It is based on chsasank / outline-wiki-docker-compose. Install a self-hosted Outline wiki instance in a couple of minutes - vicalloy/outline-docker-compose Install a self-hosted Outline wiki instance in a couple of minutes - vicalloy/outline-docker-compose make install create docker-compose config file and start it. 本体はDockerで適当に建てられますが認証周りが地獄なのでセットアップ方法の備忘録も兼ねて記事にしとき Aug 14, 2023 · Outline 部署 7. Change Log Sep 6, 2024 · 文章浏览阅读6. internal (but that probably only works in development with Docker Desktop). For the nginx configurations, follow the same steps as you did with Keycloak, but replace the locations. com/ - chsasank/outline-wiki-docker-compose Sep 5, 2021 · docker-compose -f docker-compose. 127 ms I’m trying to install Outline using Docker. make install # Create a docker-compose config file and start it. com/ - chsasank/outline-wiki-docker-compose It is a setting for server construction of Outline which is an OSS Wiki application. env file. As requested on the official documentation, and deleted this on the docker-compose file ( command: sh -c “yarn –env=production-ssl-disabled && yarn start –env=production-ssl Mar 28, 2023 · Please, paste me your outline docker-compose. 22. The docker-compose file. conf and outline. Nov 1, 2023 · HomeLab迷你小主机(x86):Docker部署开源Wiki免费协作和文档Outline Posted on 2023年11月1日 2023年11月1日 by dsx2016 NO. SaaS subscriptions; Full control over your data; Ideal for small teams or individuals (though Outline offers cloud hosting if needed later). yml ps 当你看到类似下面的日志内容的时候(服务状态都展示 healthy),我们就能在浏览器中访问之前我们在配置中设置的 Aug 14, 2023 · Outline 部署 7. Jun 8, 2024 · Step 1: Grab the Docker Compose File. Create the docker-compose. make clean-data ⚠️ You will lose all your data Aug 17, 2023 · Outline 部署 7. Mar 5, 2023 · 更新到最版本的 outline-docker-compose 在 scripts/config. 1 创建 Docker Network 2. 4 使用 Docker&Compose 部署 Nginx 与网络 2. **Set Up GitHub OAuth**: Register a new OAuth application on GitHub and note the Client ID and Client secret. Apr 11, 2025 · After discovering Outline—a team knowledge base tool—on n8n's workflow automation list, I decided to self-host it using Docker Compose and Traefik as a reverse proxy. 1 概述 2. outline初始化. getoutline. Why Self-Host? Cost savings vs. vdsina. cd outline/ docker compose up. Jul 23, 2024 · azureuser@vm-outlineapp-1:~/outline$ docker compose run --rm outline yarn db:create --env=production-ssl-disabled [+] Creating 2/2 Container outline-postgres-1 Created 0. yml -f docker-compose. txt up -d # 一键运行(显示日志) docker-compose --env-file docker. private_key, please visit the authelia guide located here. Deploy Outline ; 6. 在数分钟内快速搭建自托管的Outline维基实例。 功能特色: 提供简易的Makefile和Bash脚本,轻松生成所有必要的配置文件。 使用docker-compose一键启动服务。 集成了OIDC服务器,方便管理用户,无需通过Slack或Google登录。 使用步骤: 系统 Check the logs to make sure that your Outline has started to initialize the DB and once it is completed (the logs will show), you are ready to make the change to the docker-compose file and rerun the container. txt down 非常简单,只要一条命令就能启动. Initializing the system. 2 测试 PostgreSQL 基本功能 8. 0,其中引入了许多重大更改。 $ docker-compose run --rm outline yarn db:migrate --env=production-ssl-disabled The fastest knowledge base for growing teams. Navigate to your server's address in a web browser. Updating. (optional) set the session timeout to be higher. Change variables in the . https://github. zip 逐个解压到同一个文件夹。然后压缩成zip 导入到outline。 如果文档笔记多,可以现在思源把多个文档合并到3-5个 It is a setting for server construction of Outline which is an OSS Wiki application. Prerequisites ; 2. Oct 22, 2024 · 部署Outline项目的教程介绍:个人或团队知识库,美观、实时协作、功能丰富且兼容markdown。媲美obsidian和notion的知识管理,笔记应用。可以自己用,也可以团队使用。可以给你家人,同学,同事一起使用。和其他用户可独立使用,也可以共享使用。多语言,完全支持中文。项目地址:https://github Jan 26, 2024 · HTTP信息为outline容器映射的外部IP和端口,配置映射至docker compose文件中的ports配置中 1. Closed Copy link Member Author. Для доступа к панели управления Outline необходимо с рабочей станции перейти по ссылке https://outline. To install docker just type . It works without any problem. Markdown 지원: Markdown 형식을 사용하여 문서를 작성하고 편집할 수 outline Yaml修改. 3s Container outline-redis-1 Started 0. docker. So, if you don’t have Docker installed on your server yet, take a moment to perform this one-command installation: Oct 21, 2024 · Outline (Team knowledge base & wiki) - это open-source платформа для создания и управления внутренними документами, спецификациями продукта, ответами на вопросы поддержки, заметками встреч, руководством по настройке и другими типами 0. 04 (さくら VPS) CPU: 仮想2Core; メモリ: 1GB; また、今回のやり方では Docker は使用しませんが、Dockerを使用する場合は適宜読み替えて設定すればできるとおもいます。! Nov 17, 2022 · $ docker-compose run --rm outline yarn db:migrate --env=production-ssl-disabled Starte den neuen Container mit frischen Images, während deine Daten intakt bleiben. We need: A docker platform (we will be using Fedora, but any docker platform will do) A way to manage docker containers (we will be using vscode with the remote ssh extension) A reverse proxy to handle SSL termination (see my caddy guide or nginx proxy manager guide). docker-compose run --rm outline yarn sequelize db:create --env=production-ssl-disabled docker-compose run --rm outline yarn sequelize db:migrate --env=production-ssl-disabled before main docker-compose up -d Copy down the client secret (or regenerate it when adding to outline's configuration). 在本地任意位置新建文件夹outline,在文件夹中新建文件docker-compose. Start the application (outline) / DB (PostgreSQL, Redis) with Docker and docker-compose, create a separate AWS S3 bucket for storage, and prepare and set an SMTP server separately. 从日志看被 PostgreSQL 拒绝了 Apr 4, 2025 · 可选操作: 在Bucket->outline->Access->User中增加一个用户,用于 outline 服务访问 minio 服务。 2、Outline部署# 下面创建一个文件夹 outline 里面创建 docker-compose. vershininegor. Outline 简介 III. - soulteary/docker-outline A place to share, discuss, discover, assist with, gain assistance for, and critique self-hosted alternatives to our favorite web apps, web services, and online tools. yaml file and a . 1结构4. yml file. 使用(官方例子)3. Alright, almost there. 5. md at master · vicalloy/outline-docker-compose Nov 29, 2022 · docker-compose. Now you're read to start your Outline server with: sudo docker-compose up -d. Create The outline env file. yml -p outline up -d. yml file with the following: Install a self-hosted Outline wiki instance in a couple of minutes - outline-docker-compose/README. cd /etc/docker/outline Edit the docker-compose. 2 服务器域名配置 2. 72. Outline wiki server installation with docker-compose With original outline installation manual server doesn't start, please follow this manual to make it work. 可cat Makefile 查看详细,以下举几个例子 make start 启动outline所有docker镜像 make stop 停止outline所有docker镜像 make restart 重启outline所有docker镜像 make clean 清除所有通过脚本生成的配置文件 make clean-data ⚠️ 清除所有数据 make clean-docker 清除docker容器 make clean-conf 清除配置文件 Outline 不支持本地存储,他只开放了 AWS S3 存储,但是也可以使用兼容 S3 协议的其他存储(比如 Minio)。 Minio 是一个兼容 S3 协议的存储,简单说就是启动了一个服务之后,它把 S3 处理请求解析后,把文件存放到本地。 Mar 11, 2023 · Technically, you don’t need Minio be working right now for Outline to work, so go ahead and docker compose up -d the Outline stack. postgres. txt up # 一键删除 docker-compose --env-file docker. Initializing the oidc-server(add oidc client for outline and create a superuser) Initializing the oidc-server(add oidc client for outline and create a superuser) Feb 2, 2024 · 之前一篇博文介绍到通过outline的部署,全程使用github上这个脚本实现,部署过程自动化程度高。 但OIDC服务不支持OTP,同时没有会话超时于是决定更换OIDC服务,在原项目上修改比较麻烦本博文介绍如何单独部署keycloak OIDC服务器和outline $ docker-compose run --rm outline yarn db:migrate --env=production-ssl-disabled Запустите новый контейнер со свежими образами Jan 11, 2025 · I have the official Docker Compose file and the Docker environment file. Beautiful, realtime collaborative, feature packed, and markdown compatible. Sep 6, 2024 · 文章浏览阅读5. 架构图 2. sh 中指定各软件的版本。 注:查看版本方法 sudo docker-compose exec wk-minio minio --version sudo docker-compose exec wk-postgres postgres --version Sep 4, 2021 · 今回は以下の環境で Outline をホスティングする方法をまとめます。 Ubuntu 20. yml Here is an example of how we have our docker compose yaml configured: Thank you for this nice explanation. Done! Once set up with these config settings, outline should be up and running. sso. Follow the steps for DNS, nginx, secrets, authentication and more. Create an outline folder with a docker-compose. Create a new directory on your server and create a new file called docker-compose. yml, I do have a couple of questions: Why the dependency on Minio? Does Outline require S3 compatible storage, or will it work with a bind mount to a host volume in Docker? docker-compose -f docker-compose. 开源项目(官方例子WordPress) 1. 首先在outline-docker-compose目录下make stop停止当前容器,并备份整个outline-docker-compose文件夹。备份这一步是必不可少的,当你操作失误无法启动outline时,至少还有个备份让你恢复服务,不至于丢失数据。 outline-docker-compose Install a self-hosted Outline wiki instance in a couple of minutes. 参考资料 X. 手把手教你用Docker Compose搭建企业级知识库系统!从零开始部署Outline核心服务,搭配PostgreSQL和Redis黄金组合,通过Minio打造私有云存储。深度整合GitHub登录体系,揭秘生产级环境变量配置技巧,附带Nginx反向代理实战指南,让协作知识库安全落地。 Feb 28, 2022 · 文章浏览阅读6. 1 新建docker compose配置文件. A docker-compose to run your service. 4. yml可以看出Outline服务还需依赖redis、postgres、storage(MinIO)、https-portal(我这里使用Nginx)这四个服务,另外为了完全本地化部署,还需要一个认证服务,我这里使用Authelia。 $ docker-compose run --rm outline yarn db:migrate --env=production-ssl-disabled Starten Sie den neuen Container mit frischen Bildern, während Ihre Daten intakt Before installing Outline Admin, ensure that Docker and Docker Compose are installed on your machine. アプリを起動する $ docker compose up -d Outline 部署主要就下面几个问题。 默认使用 AWS 的 S3 服务。 不提供用户管理模块,需通过 Slack 、Google 或是自建 OIDC 服务进行登录。 网上已用基于 docker-compose 的部署方案主要有两个: outline-wiki-docker-compose. You can take a look at this compose file, as well as others here. yml configuration you have right now. 1 拷贝下方文件,打开本地的记事本应用,粘贴复制信息,保存文本为docker-compose. 3 测试 MinIO 基本功能 8.
omqkn fxmdwp llumw kkcdfp dyegi pbet cdmczlpk thm pskiu ydpebq