From 48f32e63c2d16ce00b299b1916f8ff96c393c8d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9=20=D0=91=D0=B0?= =?UTF-8?q?=D1=80=D0=B0=D0=B1=D0=B0=D0=BD=D0=BE=D0=B2?= Date: Fri, 17 Apr 2026 14:38:38 +0300 Subject: [PATCH] feat: release v0.2.2 - web interface with configurable port --- .env.example | 8 ++++---- README.md | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.env.example b/.env.example index d3d296c..34e2330 100644 --- a/.env.example +++ b/.env.example @@ -4,10 +4,10 @@ NAS_USER="your_username" NAS_PASS="your_password" NAS_FILE="/Team Folder/path/to/file.osheet" -# Logging +# Logging (optional, defaults to info) RUST_LOG="info" -# Web Server +# Web Server (optional, defaults to 3000) WEB_PORT="3000" # Nexrender @@ -15,8 +15,8 @@ NEXRENDER_API_URL="http://nexrender-server:3050/api/v1/jobs" OUTPUT_FOLDER="/path/to/output" # After Effects Templates -TEMPLATE_DOUBLE_SRC="file:///path/to/double_team_template.aepx" -TEMPLATE_SINGLE_SRC="file:///path/to/single_team_template.aepx" +TEMPLATE_DOUBLE_SRC="file:///path/to/double_team_template.aep" +TEMPLATE_SINGLE_SRC="file:///path/to/single_team_template.aep" TEMPLATE_COMPOSITION="main" TEMPLATE_OUTPUT_MODULE="h264" TEMPLATE_OUTPUT_EXT="mp4" \ No newline at end of file diff --git a/README.md b/README.md index 9b59e55..5a37a0b 100644 --- a/README.md +++ b/README.md @@ -108,10 +108,10 @@ RUST_LOG=debug ./target/release/ae_anons # Или с указанием другого порта через .env файл # WEB_PORT=8080 ./target/release/ae_anons --web -# Сервер будет доступен по адресу http://localhost:3000 (или указанному порту) -## Веб-интерфейс ``` +## Веб-интерфейс + После запуска веб-сервера откройте браузер: - Главная страница: