Turn HTTPS off

This commit is contained in:
niten 2023-07-17 22:17:18 -07:00
parent 5fb3aa3cea
commit 0f60b4d89d
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ in {
envFile = makeEnvFile {
LEMMY_UI_LEMMY_INTERNAL_HOST = "lemmy:8536";
LEMMY_UI_LEMMY_EXTERNAL_HOST = cfg.hostname;
LEMMY_UI_HTTPS = true;
LEMMY_UI_HTTPS = false;
};
};
pictrsCfg = {