This website requires JavaScript.
Explore
Help
Register
Sign In
RPJosh
/
authelia
Watch
1
Star
0
Fork
You've already forked authelia
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c3569d9bd0
authelia
/
example
/
compose
/
nginx
/
backend
/
Dockerfile
4 lines
86 B
Docker
Raw
Normal View
History
Unescape
Escape
[BREAKING] Create a suite for kubernetes tests. Authelia client uses hash router instead of browser router in order to work with Kubernetes nginx-ingress-controller. This is also better for users having old browsers. This commit is breaking because it requires to change the configuration of the proxy to include the # in the URL of the login portal.
2019-03-03 22:51:52 +00:00
FROM
nginx:alpine
Fix and parallelize integration tests.
2019-11-30 16:49:52 +00:00
ADD
html /usr/share/nginx/html
ADD
nginx.conf /etc/nginx/nginx.conf