Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.

Commit a89acba

Browse files
committed
chore(weblate): disable HTTPS by default in environment config
1 parent 2ae61c6 commit a89acba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compose.weblate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ services:
4646
- WEBLATE_ADMIN_PASSWORD=${WEBLATE_ADMIN_PASSWORD:-admin}
4747
- WEBLATE_SITE_DOMAIN=${WEBLATE_SITE_DOMAIN}
4848
- WEBLATE_ALLOWED_HOSTS=${WEBLATE_SITE_DOMAIN},localhost,127.0.0.1
49-
- WEBLATE_ENABLE_HTTPS=1
49+
- WEBLATE_ENABLE_HTTPS=0
5050

5151
# Proton Mail SMTP Configuration
5252
- WEBLATE_SERVER_EMAIL=${WEBLATE_EMAIL_FROM:-noreply@khaxy.net}

0 commit comments

Comments
 (0)