Update to the latest taiga auth plugin git
This commit is contained in:
parent
3e7edb6ca1
commit
68d847f73b
3 changed files with 10 additions and 0 deletions
BIN
roles/taiga/files/fedora-logo.png
Normal file
BIN
roles/taiga/files/fedora-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 504 B |
|
@ -241,6 +241,14 @@
|
||||||
chdir: /srv/taiga/taiga-contrib-oidc-auth/front
|
chdir: /srv/taiga/taiga-contrib-oidc-auth/front
|
||||||
creates: /srv/taiga/taiga-contrib-oidc-auth/front/dist/oidc_auth.js
|
creates: /srv/taiga/taiga-contrib-oidc-auth/front/dist/oidc_auth.js
|
||||||
|
|
||||||
|
# Copy the Fedora logo
|
||||||
|
- copy:
|
||||||
|
src: fedora-logo.png
|
||||||
|
dest: /srv/taiga/taiga-front-dist/dist/plugins/oidc-auth/images/contrib/fedora-logo.png
|
||||||
|
owner: taiga
|
||||||
|
group: taiga
|
||||||
|
tags: taiga
|
||||||
|
|
||||||
# Link our plugin pieces in place
|
# Link our plugin pieces in place
|
||||||
- file: src=/srv/taiga/taiga-contrib-oidc-auth/front/dist
|
- file: src=/srv/taiga/taiga-contrib-oidc-auth/front/dist
|
||||||
dest=/srv/taiga/taiga-front-dist/dist/plugins/oidc-auth
|
dest=/srv/taiga/taiga-front-dist/dist/plugins/oidc-auth
|
||||||
|
|
|
@ -9,5 +9,7 @@
|
||||||
"maxUploadFileSize": null,
|
"maxUploadFileSize": null,
|
||||||
"contribPlugins": ["/plugins/oidc-auth/oidc-auth.json"],
|
"contribPlugins": ["/plugins/oidc-auth/oidc-auth.json"],
|
||||||
"oidcMountPoint": "/api/oidc",
|
"oidcMountPoint": "/api/oidc",
|
||||||
|
"oidcButtonText": "Fedora",
|
||||||
|
"oidcButtonImage": "fedora-logo.png",
|
||||||
"debugInfo": false
|
"debugInfo": false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue