This website requires JavaScript.
Explore
Help
Sign In
techies
/
authelia
Watch
1
Star
0
Fork
0
You've already forked authelia
mirror of
https://github.com/0rangebananaspy/authelia.git
synced
2024-09-14 22:47:21 +07:00
Code
Issues
Projects
Releases
Wiki
Activity
ece4423d33
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-04 05:51:52 +07:00
FROM
nginx:alpine
Fix and parallelize integration tests.
2019-11-30 23:49:52 +07:00
ADD
html /usr/share/nginx/html
ADD
nginx.conf /etc/nginx/nginx.conf
Reference in New Issue
Copy Permalink