From 649beafe1701ee9737f6e7e4acb2df4dfe957b64 Mon Sep 17 00:00:00 2001 From: A Date: Thu, 22 May 2025 09:51:49 -0700 Subject: [PATCH] Peertube fix domain --- conf/peertube/environment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/peertube/environment b/conf/peertube/environment index 774f9ed..52cce5b 100644 --- a/conf/peertube/environment +++ b/conf/peertube/environment @@ -14,7 +14,7 @@ PEERTUBE_REDIS_HOSTNAME=peertube-redis # PeerTube server configuration # If you test PeerTube in local: use "peertube.localhost" and add this domain to your host file resolving on 127.0.0.1 -PEERTUBE_WEBSERVER_HOSTNAME=REPLACEME +PEERTUBE_WEBSERVER_HOSTNAME=peertube.REPLACEME # If you just want to test PeerTube on local PEERTUBE_WEBSERVER_PORT=443 PEERTUBE_WEBSERVER_HTTPS=true