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
I'm playing with Sablier and tried different things to get stuff working and now i finally have it the way i like but from the first second i started with Sablier i never got a waiting page (hacker-terminal).
Functionality wise regarding starting and stopping containers everything works except for the waiting page.
sablier-dozzle:
plugin:
sablier:
group: dozzle
sablierUrl: http://sablier:10000
sessionDuration: 5m
dynamic:
displayName: Please wait while the app is loading
refreshFrequency: 5s
showDetails: "true"
theme: hacker-terminal
sablier.yaml
provider:
# Provider to use to manage containers (docker, swarm, kubernetes)
name: docker
server:
# The server port to use
port: 10000
# The base path for the API
base-path: /
storage:
# File path to save the state (default stateless)
file:
sessions:
# The default session duration (default 5m)
default-duration: 5m
# The expiration checking interval.
# Higher duration gives less stress on CPU.
# If you only use sessions of 1h, setting this to 5m is a good trade-off.
expiration-interval: 20s
logging:
level: info
strategy:
dynamic:
# Custom themes folder, will load all .html files recursively (default empty)
custom-themes-path:
# Show instances details by default in waiting UI
show-details-by-default: false
# Default theme used for dynamic strategy (default "hacker-terminal")
default-theme: hacker-terminal
# Default refresh frequency in the HTML page for dynamic strategy
default-refresh-frequency: 5s
blocking:
# Default timeout used for blocking strategy (default 1m)
default-timeout: 1m
The text was updated successfully, but these errors were encountered:
I'm playing with Sablier and tried different things to get stuff working and now i finally have it the way i like but from the first second i started with Sablier i never got a waiting page (hacker-terminal).
Functionality wise regarding starting and stopping containers everything works except for the waiting page.
What did i do wrong?
sablier compose.yaml
Example container:
traefik.yaml
Traefik middleware:
sablier.yaml
The text was updated successfully, but these errors were encountered: