5 Commits
v2.0.3 ... main

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
ae61e9fff6 chore(release): 2.0.4 2023-02-03 14:48:01 +01:00
7c533baa05 fix: Change db update command. 2023-02-03 14:47:44 +01:00
3 changed files with 30 additions and 2 deletions

View File

@@ -2,6 +2,15 @@
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)
### Bug Fixes
* Change db update command. ([7c533ba](https://git.laurivan.com/Dev/ansible-role-outline-wiki/commit/7c533baa05bd6af418895a627303039081aa00ff))
### [2.0.3](https://git.laurivan.com/Dev/ansible-role-outline-wiki/compare/v2.0.2...v2.0.3) (2022-12-12)
### [2.0.2](https://git.laurivan.com/Dev/ansible-role-outline-wiki/compare/v2.0.1...v2.0.2) (2022-12-11)

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