Echo data path on startup
This commit is contained in:
parent
a5c5d356bf
commit
18c5524ce2
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ webui/node_modules/
|
|||||||
webui/dist/
|
webui/dist/
|
||||||
Cargo.lock
|
Cargo.lock
|
||||||
config.json
|
config.json
|
||||||
|
docker/data/
|
||||||
|
@ -233,6 +233,7 @@ async fn main() -> std::io::Result<()> {
|
|||||||
).bind(("0.0.0.0", port))?.run();
|
).bind(("0.0.0.0", port))?.run();
|
||||||
|
|
||||||
println!("Server started: http://0.0.0.0:{}", port);
|
println!("Server started: http://0.0.0.0:{}", port);
|
||||||
|
println!("Data path is set to {}", args.path);
|
||||||
if args.https {
|
if args.https {
|
||||||
println!("Note: gree is set to https mode. http requests will fail on jp clients.");
|
println!("Note: gree is set to https mode. http requests will fail on jp clients.");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user