From 47d9494e83d56eeb8df982155ab63404d4b8486e Mon Sep 17 00:00:00 2001 From: fabolous005 Date: Wed, 27 Nov 2024 18:08:17 +0100 Subject: [PATCH] redirect gitea to https --- Rocket.toml | 1 + static/html/index.html.tera | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Rocket.toml b/Rocket.toml index 58a040a..b43ee39 100644 --- a/Rocket.toml +++ b/Rocket.toml @@ -8,6 +8,7 @@ port = 8000 [release] address = "192.168.2.101" port = 443 +# log_level = "normal" [release.tls] certs = "private/fullchain.pem" key = "private/privkey.pem" diff --git a/static/html/index.html.tera b/static/html/index.html.tera index 796f47a..ff6859c 100644 --- a/static/html/index.html.tera +++ b/static/html/index.html.tera @@ -32,7 +32,7 @@