Track right image.
This commit is contained in:
parent
a547d0052f
commit
3f62db51ba
|
|
@ -1,7 +1,2 @@
|
|||
FROM docker.io/library/debian:bullseye as builder
|
||||
|
||||
RUN apt update -y && apt install -y git
|
||||
RUN git clone https://github.com/kanboard/plugin-oauth2.git
|
||||
|
||||
FROM docker.io/kanboard/kanboard:latest
|
||||
COPY --from=builder /plugin-oauth2 /var/www/app/plugins/OAuth2
|
||||
COPY kanboard-conf.php /var/www/app/config.php
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
define('DEBUG', false);
|
||||
define('LOG_DRIVER', 'stdout');
|
||||
|
||||
// Enable/disable reverse proxy authentication
|
||||
define('REVERSE_PROXY_AUTH', false); // Set this value to true
|
||||
Loading…
Reference in New Issue