From 5a7dd8769bda6d4f8c74bfab14670f8dce623c05 Mon Sep 17 00:00:00 2001 From: Alex Shnitman Date: Fri, 9 Jan 2026 14:07:23 +0200 Subject: [PATCH] document HOST and PORT environment variables (closes #815) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b8301d1..2f761f9 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,8 @@ Certain values can be set via environment variables, using the `-e` parameter on ### 🌐 Web Server & URLs +* __HOST__: The host address the web server will bind to. Defaults to `0.0.0.0` (all interfaces). +* __PORT__: The port number the web server will listen on. Defaults to `8081`. * __URL_PREFIX__: Base path for the web server (for use when hosting behind a reverse proxy). Defaults to `/`. * __PUBLIC_HOST_URL__: Base URL for the download links shown in the UI for completed files. By default, MeTube serves them under its own URL. If your download directory is accessible on another URL and you want the download links to be based there, use this variable to set it. * __PUBLIC_HOST_AUDIO_URL__: Same as PUBLIC_HOST_URL but for audio downloads.