Is your feature request related to a problem? Please describe.
when logged out of Argus because of session expiration and login again, the filter seem to get lost. The logic seems to "only" append the filter to the URL, which causes problems if one has custom redirects. In my case I am using an openid apache module which takes care of authentication, causing the url filter params to get lost.
Describe the solution you'd like
A possible solution would be to allow default filter configuration within the config file of gatus. In the "web" section something like:
web:
filters:
hideUpToDate: true
hideSkipped: true
could be a possible way.
Describe alternatives you've considered
Tried to live with it but every time I am looking at gatus and get logged out because session expires, I have to reenable the filters.
Additional context
None
Is your feature request related to a problem? Please describe.
when logged out of Argus because of session expiration and login again, the filter seem to get lost. The logic seems to "only" append the filter to the URL, which causes problems if one has custom redirects. In my case I am using an openid apache module which takes care of authentication, causing the url filter params to get lost.
Describe the solution you'd like
A possible solution would be to allow default filter configuration within the config file of gatus. In the "web" section something like:
could be a possible way.
Describe alternatives you've considered
Tried to live with it but every time I am looking at gatus and get logged out because session expires, I have to reenable the filters.
Additional context
None