Open slimjet4u opened 1 week ago
Hello @slimjet4u
You are right about the outdated documentaiton, I'm upgrading all the versions.
The Getting Started should cover everything for caddy + docker.
Could you please detail the whole setup ?
How have you configured Caddy ?
Have you created a sablier container ?
The documentation is very confusing, a video guide will be very useful. Showing how to setup sablier with caddy and some other service would help a lot.
you are right about a getting started tutorial, I might try to make one
I got it to start but the containers won't stop, they just run forever, how do I make it stop for lets say 1hours after inactivity. I also set themes but they don't work
where are these configurations stored ??
I use this caddyfile but the themes don't show up during loading, its just a white screen.
home1234.com {
sablier http://192.168.1.10:8123 {
group home
dynamic {
display_name This is my display name
show_details yes # Use "yes", "true", or "on" without vertical bars
theme hacker-terminal
refresh_frequency 2s
}
}
reverse_proxy http://192.168.1.10:8123
}
I guess, this being open source, that help with docs is welcome. It usually is!
I got it to start but the containers won't stop, they just run forever, how do I make it stop for lets say 1hours after inactivity. I also set themes but they don't work
where are these configurations stored ??
I use this caddyfile but the themes don't show up during loading, its just a white screen.
home1234.com { sablier http://192.168.1.10:8123 { group home dynamic { display_name This is my display name show_details yes # Use "yes", "true", or "on" without vertical bars theme hacker-terminal refresh_frequency 2s } } reverse_proxy http://192.168.1.10:8123 }
Hey @sftim
sablier.enable=true
AND sablier.group=home
home1234.com {
sablier http://192.168.1.10:8123 {
group home
+ session_duration 1h
dynamic {
display_name This is my display name
show_details yes # Use "yes", "true", or "on" without vertical bars
theme hacker-terminal
refresh_frequency 2s
}
}
reverse_proxy http://192.168.1.10:8123
}
@acouvreur
No it doesn't work, when I use session_duration 5m
it doesn't stop in 5minutes
When I reboot the server, and when I try to access the url then it won't start the container. BUt when I manually start the container then stop it and then again visit the URL then it starts the container.
Can you also tell what restart: _______
needs to have in the docker-compose.yml file ?? there is no docs on that.
The themes don't work either. Its just a blank white screen
The documentation is very confusing, a video guide will be very useful. Showing how to setup sablier with caddy and some other service would help a lot.
Currently the docs is outdated and incomplete and difficult to get started with.
Very little explanation on how to make the configurations work with sablier.
I tried everything but couldnt' get it to start I get the following error msg when trying to visit a service that want managed