2022-10-05 12:53:35 +02:00
|
|
|
---
|
|
|
|
# defaults file for outline
|
|
|
|
|
2022-12-07 11:04:33 +01:00
|
|
|
outline_secret_key: 'changeme'
|
|
|
|
outline_utils_secret: 'changeme'
|
|
|
|
|
2022-12-08 01:51:55 +01:00
|
|
|
outline_deployment: ''
|
2022-10-05 12:53:35 +02:00
|
|
|
|
|
|
|
outline_port: 3000
|
2022-12-11 02:18:36 +01:00
|
|
|
outline_public_port: "{{ outline_port }}"
|
|
|
|
outline_url: "http://localhost:{{ outline_public_port }}"
|
2022-12-08 01:51:55 +01:00
|
|
|
outline_force_https: "false"
|
|
|
|
outline_enable_updates: "false"
|
2022-10-05 12:53:35 +02:00
|
|
|
outline_cdn_url:
|
|
|
|
|
2022-12-08 01:51:55 +01:00
|
|
|
outline_debug: "cache,presenters,events,emails,mailer,utils,multiplayer,server,services"
|
|
|
|
|
2022-10-05 12:53:35 +02:00
|
|
|
outline_volume_base: "/mnt/outline"
|
2022-12-09 23:22:42 +01:00
|
|
|
outline_setup_path: '{{ outline_volume_base }}/config'
|
2022-10-05 12:53:35 +02:00
|
|
|
outline_volume_redis: "{{ outline_volume_base }}/redis"
|
|
|
|
outline_volume_db: "{{ outline_volume_base }}/db"
|
|
|
|
outline_volume_s3: "{{ outline_volume_base }}/s3"
|
|
|
|
|
|
|
|
oidc_client_id:
|
|
|
|
oidc_client_secret:
|
|
|
|
oidc_auth_uri:
|
|
|
|
oidc_token_uri:
|
|
|
|
oidc_userinfo_uri:
|
|
|
|
|
2022-12-08 01:51:55 +01:00
|
|
|
outline_google_client_id:
|
|
|
|
outline_google_client_secret:
|
|
|
|
outline_slack_client_id:
|
|
|
|
outline_slack_client_secret:
|
|
|
|
|
2022-12-07 11:04:33 +01:00
|
|
|
# If the db_host is not "postgres", then we assume the
|
|
|
|
# db is external and not spin up the docker container
|
|
|
|
outline_db_schema: "postgres"
|
|
|
|
outline_db_host: "postgres"
|
2022-12-08 01:51:55 +01:00
|
|
|
outline_db_port: "5432"
|
2022-10-05 12:53:35 +02:00
|
|
|
outline_db_user: "postgres"
|
|
|
|
outline_db_password: "changeme"
|
|
|
|
outline_db: "outline"
|
|
|
|
|
2022-12-08 01:51:55 +01:00
|
|
|
# By default, PostgreSQL is not secured. If you have a secure
|
|
|
|
# database instance, replace the content below with "enable".
|
|
|
|
outline_db_ssl: "disable"
|
|
|
|
|
2022-12-07 11:04:33 +01:00
|
|
|
# Spin up the fake S3 only if "fake_s3" is true
|
|
|
|
outline_fake_s3: true
|
2022-12-08 01:51:55 +01:00
|
|
|
outline_fake_s3_port: 4569
|
2022-12-07 11:04:33 +01:00
|
|
|
outline_aws_access_key_id:
|
|
|
|
outline_aws_secret_access_key:
|
|
|
|
outline_aws_region:
|
|
|
|
outline_aws_s3_upload_bucket_url: "http://s3:4569"
|
|
|
|
outline_aws_s3_upload_bucket_name: outline-bucket
|
|
|
|
outline_aws_s3_upload_max_size: "26214400"
|
|
|
|
outline_aws_s3_force_path_style: "true"
|
|
|
|
outline_aws_s3_acl: "private"
|
|
|
|
|
|
|
|
outline_smtp_host:
|
|
|
|
outline_smtp_port:
|
|
|
|
outline_smtp_username:
|
|
|
|
outline_smtp_password:
|
|
|
|
outline_smtp_from_email:
|
|
|
|
outline_smtp_reply_email:
|
|
|
|
|
|
|
|
outline_team_logo_url:
|
|
|
|
|
|
|
|
outline_language: 'en_US'
|