mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 14:23:08 +00:00
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:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user