Add RAGFlow Admin hostname configuration and update related files

- Added RAGFLOW_ADMIN_HOSTNAME to .env.example for environment variable consistency.
- Updated Caddyfile to use the new RAGFLOW_ADMIN_HOSTNAME for the admin reverse proxy.
- Included RAGFLOW_ADMIN_HOSTNAME in docker-compose.yml to ensure proper service configuration.
- Modified final report script to display the admin host information for better visibility.
This commit is contained in:
Yury Kossakovsky
2025-10-29 16:25:08 -06:00
parent a3bae6855e
commit e551756a9f
4 changed files with 4 additions and 1 deletions

View File

@@ -177,6 +177,7 @@ if is_profile_active "ragflow"; then
echo "================================= RAGFlow ============================="
echo
echo "Host: ${RAGFLOW_HOSTNAME:-<hostname_not_set>}"
echo "Admin Host: ${RAGFLOW_ADMIN_HOSTNAME:-<hostname_not_set>}"
echo "API (external via Caddy): https://${RAGFLOW_HOSTNAME:-<hostname_not_set>}"
echo "API (internal): http://ragflow:80"
echo "Note: Uses built-in authentication (login/registration available in web UI)"