3 Commits

Author SHA1 Message Date
08382ebd73 chore(release): 2.0.5 2023-02-07 15:25:33 +01:00
2eb34cf117 chore: Remove commented-out docker command. 2023-02-07 15:25:25 +01:00
d065ef54dd chore: Add TOC for readme 2023-02-07 15:06:09 +01:00
3 changed files with 22 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [2.0.5](https://git.laurivan.com/Dev/ansible-role-outline-wiki/compare/v2.0.4...v2.0.5) (2023-02-07)
### [2.0.4](https://git.laurivan.com/Dev/ansible-role-outline-wiki/compare/v2.0.3...v2.0.4) (2023-02-03)

View File

@@ -2,6 +2,26 @@
This role installs Outline via Docker.
<!-- TOC -->
- [Requirements](#requirements)
- [Role Variables](#role-variables)
- [Outline Core Variables](#outline-core-variables)
- [Storage](#storage)
- [Authentication](#authentication)
- [OIDC](#oidc)
- [Google ID](#google-id)
- [Slack](#slack)
- [Database](#database)
- [S3](#s3)
- [Email](#email)
- [Dependencies](#dependencies)
- [Example Playbook](#example-playbook)
- [License](#license)
- [Author Information](#author-information)
<!-- /TOC -->
## Requirements
None

View File

@@ -58,7 +58,6 @@ services:
outline:
image: outlinewiki/outline:latest
#command: sh -c "yarn start"
command: sh -c "yarn db:migrate --env production-ssl-disabled && yarn start"
env_file:
- "{{ outline_setup_path | expanduser | realpath }}/env.outline.conf"