diff --git a/frontend/public/json/nginx-ui.json b/frontend/public/json/nginx-ui.json index 100c2420a..176f4cc12 100644 --- a/frontend/public/json/nginx-ui.json +++ b/frontend/public/json/nginx-ui.json @@ -11,7 +11,7 @@ "interface_port": 9000, "documentation": "https://nginxui.com/guide/", "website": "https://nginxui.com", - "logo": "https://raw.githubusercontent.com/0xJacky/nginx-ui/master/app/public/logo.png", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/nginx-ui.webp", "config_path": "/usr/local/etc/nginx-ui/app.ini", "description": "Nginx UI is a comprehensive web-based interface designed to simplify the management and configuration of Nginx servers. It provides features like online statistics, ChatGPT-powered config assistant, automatic Let's Encrypt certificates, and config file editing with syntax highlighting.", "install_methods": [ @@ -32,10 +32,6 @@ "password": null }, "notes": [ - { - "text": "Create your admin account on first login via the web interface.", - "type": "info" - }, { "text": "Nginx runs on ports 80/443, Nginx UI management interface on port 9000.", "type": "info" diff --git a/install/writefreely-install.sh b/install/writefreely-install.sh index c3a1e21a7..9a3b92d90 100644 --- a/install/writefreely-install.sh +++ b/install/writefreely-install.sh @@ -20,9 +20,6 @@ msg_ok "Installed Dependencies" setup_mariadb MARIADB_DB_NAME="writefreely" MARIADB_DB_USER="writefreely" setup_mariadb_db - -get_lxc_ip - fetch_and_deploy_gh_release "writefreely" "writefreely/writefreely" "prebuild" "latest" "/opt/writefreely" "writefreely_*_linux_amd64.tar.gz" msg_info "Setting up WriteFreely" @@ -39,6 +36,7 @@ $STD crudini --set config.ini database password $MARIADB_DB_PASS $STD crudini --set config.ini database database $MARIADB_DB_NAME $STD crudini --set config.ini app host http://$LOCAL_IP:80 $STD ./writefreely db init +ln -s /opt/writefreely/writefreely /usr/local/bin/writefreely msg_ok "Configured WriteFreely" msg_info "Creating Service"