Andrea Dell'Amico
|
030919d4e9
|
Fix a typo
|
2023-05-22 19:35:03 +02:00 |
Andrea Dell'Amico
|
aa37fa6319
|
inception: remote volumes
|
2023-05-22 18:54:02 +02:00 |
Andrea Dell'Amico
|
4427cad46d
|
Try to impose https.
|
2022-05-02 19:09:45 +02:00 |
Andrea Dell'Amico
|
8dfd8dda5d
|
Another attempt to fix the mixed content problem.
|
2022-04-29 19:08:34 +02:00 |
Andrea Dell'Amico
|
13102924a5
|
Fix the nginx headers, again.
|
2022-04-29 19:00:07 +02:00 |
Andrea Dell'Amico
|
1ac62259a6
|
Fix the ws URL.
|
2022-04-29 18:49:54 +02:00 |
Andrea Dell'Amico
|
63adf53d2a
|
Add a new location for the websocket.
|
2022-04-29 18:40:15 +02:00 |
Andrea Dell'Amico
|
340f546997
|
Try and fix the reverse proxy behaviour.
|
2022-04-29 18:18:12 +02:00 |
Andrea Dell'Amico
|
5d2218f279
|
Force https in the nginx proxy headers.
|
2022-04-29 18:02:29 +02:00 |
Andrea Dell'Amico
|
6ed0dd46c6
|
Remove the old proxy headers.
|
2022-04-29 16:05:30 +02:00 |
Andrea Dell'Amico
|
0650995a09
|
Fix a typo.
|
2022-04-29 14:08:05 +02:00 |
Andrea Dell'Amico
|
8ce75ca8dc
|
Add a new tag, and a new service option.
|
2022-04-29 13:41:53 +02:00 |
Andrea Dell'Amico
|
4d41b2be7a
|
Fix the websockets configuration.
|
2022-04-26 20:09:39 +02:00 |
Andrea Dell'Amico
|
89cb1d67b0
|
Inception: default to latest.
|
2022-04-26 19:22:34 +02:00 |
Andrea Dell'Amico
|
91cdab2798
|
client_max_body_size in the nginx configuration.
|
2021-11-09 13:44:26 +01:00 |
Andrea Dell'Amico
|
f2f7ead713
|
Set the remote_user in / again.
|
2021-11-04 18:48:58 +01:00 |
Andrea Dell'Amico
|
89964f9649
|
Revert the scheme change.
|
2021-11-04 18:44:53 +01:00 |
Andrea Dell'Amico
|
ceb883ccca
|
Force https
|
2021-11-04 18:41:48 +01:00 |
Andrea Dell'Amico
|
0584e1588d
|
var remote_user -> remote_user_js
|
2021-11-04 18:30:20 +01:00 |
Andrea Dell'Amico
|
8586323ae4
|
Remove remote_user from /
|
2021-11-04 18:27:40 +01:00 |
Andrea Dell'Amico
|
3e94ecfb16
|
Remove the export of remote_user.
|
2021-11-04 18:23:30 +01:00 |
Andrea Dell'Amico
|
af85258707
|
Add the remote_user var again.
|
2021-11-04 18:19:39 +01:00 |
Andrea Dell'Amico
|
664d5226bd
|
Add the remote_user header again.
|
2021-11-04 18:10:00 +01:00 |
Andrea Dell'Amico
|
8d8b799055
|
Simplify the rewrite URL.
|
2021-11-04 17:59:43 +01:00 |
Andrea Dell'Amico
|
5eea0ca863
|
Move the rewrite rule.
|
2021-11-04 17:56:58 +01:00 |
Andrea Dell'Amico
|
84dcebe59c
|
Alternative auth entry point.
|
2021-11-04 17:48:52 +01:00 |
Andrea Dell'Amico
|
91d0eb88e0
|
Do not set the remote_user header everywhere.
|
2021-11-04 17:38:11 +01:00 |
Andrea Dell'Amico
|
17a5b855b6
|
authz for /whoops.
|
2021-11-04 17:23:33 +01:00 |
Andrea Dell'Amico
|
a28183ae7e
|
debug: print all the headers.
|
2021-11-04 17:11:41 +01:00 |
Andrea Dell'Amico
|
8427f2ab77
|
Fix a typo
|
2021-11-04 17:04:30 +01:00 |
Andrea Dell'Amico
|
798c6bedb8
|
Authz OK when remote_user is already set.
|
2021-11-04 16:51:46 +01:00 |
Andrea Dell'Amico
|
0063f602c9
|
Set the logout url on request only.
|
2021-11-04 14:57:58 +01:00 |
Andrea Dell'Amico
|
e41e74a9a5
|
Another authz path.
|
2021-11-04 14:28:08 +01:00 |
Andrea Dell'Amico
|
d875c6ed1e
|
Try to be iframe friendly.
|
2021-11-04 14:23:53 +01:00 |
Andrea Dell'Amico
|
d2845c77a8
|
Additional authz
|
2021-11-04 13:15:05 +01:00 |
Andrea Dell'Amico
|
3c2099d7f7
|
Missing authz.
|
2021-11-04 12:59:44 +01:00 |
Andrea Dell'Amico
|
280eb02033
|
Other authz
|
2021-11-04 12:48:54 +01:00 |
Andrea Dell'Amico
|
f36be419e7
|
Other paths to clear.
|
2021-11-04 12:37:29 +01:00 |
Andrea Dell'Amico
|
d9b82ee91d
|
Change authz for additional URLs.
|
2021-11-04 12:28:43 +01:00 |
Andrea Dell'Amico
|
df3bf17534
|
Define a preauth logout URL.
|
2021-11-04 12:23:34 +01:00 |
Andrea Dell'Amico
|
6c199348c1
|
Every location must set the proxy header.
|
2021-11-04 11:44:21 +01:00 |
Andrea Dell'Amico
|
29e91716d0
|
Exclude some URLs from authz.
|
2021-11-04 11:36:49 +01:00 |
Andrea Dell'Amico
|
9057f3d649
|
Another duplicate line.
|
2021-11-04 11:21:23 +01:00 |
Andrea Dell'Amico
|
6d0e4284a5
|
Remove a duplicate line.
|
2021-11-04 11:13:44 +01:00 |
Andrea Dell'Amico
|
f7f55cf56a
|
the nginx configuration skips the call to pep.js.
|
2021-11-04 10:54:41 +01:00 |
Andrea Dell'Amico
|
87d76be578
|
Do not use dnsrr for inception when pep is true.
|
2021-11-03 18:45:45 +01:00 |
Andrea Dell'Amico
|
8645d32b13
|
mysql -> mariadb.
|
2021-11-03 18:21:15 +01:00 |
Andrea Dell'Amico
|
1f7783a16f
|
Fix the variable that defines the IAM host.
|
2021-11-03 17:59:07 +01:00 |
Andrea Dell'Amico
|
5f4673d9dc
|
Fix the nginx configuration.
|
2021-11-03 17:56:07 +01:00 |
Andrea Dell'Amico
|
1bcd0f124f
|
Fix the network name
|
2021-11-03 17:49:30 +01:00 |