You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! First of all, thank you for this awesome project! I'm using and loving it! (:
I was reading the documentation and I got confused. Why the config names varies from the config sablier.yaml file?
. . . sessions:
default-duration: 5m <-- is differentexpiration-interval: 20sstrategy:
dynamic:
custom-themes-path: <-- is differentshow-details-by-default: false <-- is differentdefault-theme: hacker-terminal <-- is differentdefault-refresh-frequency: 5s <-- is differentblocking:
# Default timeout used for blocking strategy (default 1m)default-timeout: 1m <-- is different
Shouldn't it be consistent across the all files?
The text was updated successfully, but these errors were encountered:
First thing to understand is that there are 2 types of configuration:
The Sablier configuration (CLI args, sablier.yml file)
The plugin configurations (bound the reverse-proxy route and underlying containers)
The Sablier configuration, from CLI to Yaml file looks consistent to me, so I don't think we need to change anything on that.
Now for the plugin configuration, it is bound to how the reverse proxy itself allows you to configure the plugin.
For Traefik we implemented it the way Traefik usually does it, and for Caddy we implemented it the way other Caddy plugins implement it.
I am open to suggestion, so if you have any, please do 😄
Hi! First of all, thank you for this awesome project! I'm using and loving it! (:
I was reading the documentation and I got confused. Why the config names varies from the config sablier.yaml file?
Shouldn't it be consistent across the all files?
The text was updated successfully, but these errors were encountered: