Add image renderer

This commit is contained in:
Alex 2020-06-02 22:57:05 +02:00
parent 86809e7ff6
commit d0ae05e1f5
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
4 changed files with 8 additions and 6 deletions

View File

@ -81,18 +81,20 @@
name: 'grafana'
user: 'grafana'
ssl: 'require'
password: "{{ vault_postgres.dbpass['grafana'] }}"
password: "{{ vault_postgres.dbpass['grafana']|default() }}"
cache:
type: "redis"
connstr: "addr={{ global.backend.redis.host }}:{{ global.backend.redis.port }},pool_size=100,db=9"
plugins:
- "grafana-image-renderer"
auth:
generic_oauth:
- {
name: 'Gitea',
enabled: 'true',
allow_sign_up: 'false',
client_id: '{{ vault_gitea.oauth.client_id }}',
client_secret: '{{ vault_gitea.oauth.client_secret }}',
client_id: '{{ vault_gitea.oauth.client_id|default() }}',
client_secret: '{{ vault_gitea.oauth.client_secret|default() }}',
scopes: 'user:email',
auth_url: 'https://{{ global.dev.gitea.domain }}/login/oauth/authorize',
token_url: 'https://{{ global.dev.gitea.domain }}/login/oauth/access_token',

@ -1 +1 @@
Subproject commit 9d379dd69447bea03c636e0ddfdf3cbaf0e58578
Subproject commit d87f3eb533eb186139c0bb7efa4387d0c809d592

@ -1 +1 @@
Subproject commit 5203629648732eb390688f166cf32a4b305e2a3b
Subproject commit ac55d40cd9fbf04d6632359a1d7ede68117e2547

@ -1 +1 @@
Subproject commit 3e9080e2198e1081daf0e068b92f739233793c3a
Subproject commit 1e18560a7e63b36d464ceb52f248820fb7764719