Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 08382ebd73 | |||
| 2eb34cf117 | |||
| d065ef54dd | |||
| ae61e9fff6 | |||
| 7c533baa05 |
@@ -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)
|
||||
|
||||
20
README.md
20
README.md
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user