diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0bf43e9..f541234 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -142,7 +142,7 @@ Both issue lists are sorted by total number of comments. While not perfect, numb #### Local development -Lago Core and all packages can be developed locally. For instructions on how to do this, see the following sections in the [Lago documentation](https://github.com/getlago/lago/wiki): +Lago Core and all packages can be developed locally. For instructions on how to do this, see the following sections in the [Lago documentation](https://github.com/getlago/lago/wiki/Development-Environment): ### Pull Requests diff --git a/api b/api index a5e599d..4b68614 160000 --- a/api +++ b/api @@ -1 +1 @@ -Subproject commit a5e599df0ba0bad204a37bb10eebfe738e02ad08 +Subproject commit 4b68614512aac697bb32e3b1e105d8263ad934b3 diff --git a/front b/front index ffb06b3..5f3c52b 160000 --- a/front +++ b/front @@ -1 +1 @@ -Subproject commit ffb06b34ad8dd09ad57f5c77eaa693a0e9a387be +Subproject commit 5f3c52b1f1ad19bc2c19f30b39664a10cc6ca978 diff --git a/traefik/traefik.yml b/traefik/traefik.yml index e8c19ba..9d4fdba 100644 --- a/traefik/traefik.yml +++ b/traefik/traefik.yml @@ -18,4 +18,7 @@ entryPoints: api: dashboard: true - insecure: true \ No newline at end of file + insecure: true + +oauth-proxy: + insecure: true