{"id":447,"date":"2026-04-14T23:00:58","date_gmt":"2026-04-14T16:00:58","guid":{"rendered":"https:\/\/no1vn.io.vn\/?p=447"},"modified":"2026-04-14T23:37:34","modified_gmt":"2026-04-14T16:37:34","slug":"cai-dat-open-webui-bang-docker-tren-ubuntu-server-khong-gui","status":"publish","type":"post","link":"https:\/\/no1vn.io.vn\/index.php\/2026\/04\/14\/cai-dat-open-webui-bang-docker-tren-ubuntu-server-khong-gui\/","title":{"rendered":"C\u00e0i \u0111\u1eb7t Open WebUI b\u1eb1ng Docker tr\u00ean Ubuntu Server (kh\u00f4ng GUI)"},"content":{"rendered":"\n<h1 class=\"wp-block-heading\">\ud83d\udd27 B\u01af\u1edaC 1: C\u00e0i Docker (n\u1ebfu ch\u01b0a c\u00f3)<\/h1>\n\n\n\n<h2 class=\"wp-block-heading\">C\u00e0i nhanh:<\/h2>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo apt update<br>sudo apt install -y docker.io<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">B\u1eadt Docker:<\/h2>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo systemctl enable docker<br>sudo systemctl start docker<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Ki\u1ec3m tra:<\/h2>\n\n\n\n<pre class=\"wp-block-preformatted\">docker --version<\/pre>\n\n\n\n<h1 class=\"wp-block-heading\">\ud83d\udd25 B\u01af\u1edaC 2: C\u00e0i Ollama (AI backend)<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\">\ud83d\udc49 Open WebUI ch\u1ec9 l\u00e0 giao di\u1ec7n \u2192 c\u1ea7n Ollama \u0111\u1ec3 ch\u1ea1y AI<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">curl -fsSL https:\/\/ollama.com\/install.sh | sh<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Ch\u1ea1y th\u1eed:<\/h2>\n\n\n\n<pre class=\"wp-block-preformatted\">ollama run llama3<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\ud83d\udc49 N\u1ebfu n\u00f3 tr\u1ea3 l\u1eddi \u0111\u01b0\u1ee3c l\u00e0 OK<\/p>\n\n\n\n<h1 class=\"wp-block-heading\">\ud83c\udf10 B\u01af\u1edaC 3: Ch\u1ea1y Open WebUI b\u1eb1ng Docker<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>#### CH\u1ea0Y L\u1ea0I v\u1edbi single-user<\/strong> #### CH\u1ea0Y L\u1ea0I v\u1edbi multi-user<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">docker run -d \\<br>  -p 3000:8080 \\<br>  --add-host=host.docker.internal:host-gateway \\<br>  -v open-webui:\/app\/backend\/data \\<br>  --name open-webui \\<br>  ghcr.io\/open-webui\/open-webui:main<\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\"><strong>#### CH\u1ea0Y L\u1ea0I v\u1edbi multi-user<\/strong><\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\">docker run -d \\<br>  -p 3000:8080 \\<br>  --add-host=host.docker.internal:host-gateway \\<br>  -e WEBUI_AUTH=True \\<br>  -e ENABLE_SIGNUP=True \\<br>  -v open-webui:\/app\/backend\/data \\<br>  --name open-webui \\<br>  ghcr.io\/open-webui\/open-webui:main<\/pre>\n\n\n\n<h1 class=\"wp-block-heading\">\u2705 B\u01af\u1edaC 4: Truy c\u1eadp giao di\u1ec7n<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\">M\u1edf tr\u00ecnh duy\u1ec7t:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">http:\/\/IP_SERVER:3000<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\ud83d\udc49 V\u00ed d\u1ee5:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">http:\/\/192.168.3.2:3000<\/pre>\n\n\n\n<h1 class=\"wp-block-heading\">\ud83d\udd17 B\u01af\u1edaC 5: K\u1ebft n\u1ed1i Open WebUI v\u1edbi Ollama<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\">Th\u01b0\u1eddng n\u00f3 t\u1ef1 nh\u1eadn, n\u1ebfu kh\u00f4ng:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>v\u00e0o Settings<\/li>\n\n\n\n<li>ch\u1ecdn <strong>Ollama URL<\/strong>:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-preformatted\">http:\/\/host.docker.internal:11434<\/pre>\n\n\n\n<h1 class=\"wp-block-heading\">\u26a1 B\u01af\u1edaC 6: T\u1ea3i model AI<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\">Trong terminal:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">ollama pull llama3<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Ho\u1eb7c:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">ollama pull mistral<\/pre>\n\n\n\n<h1 class=\"wp-block-heading\">\ud83d\udd25 B\u01af\u1edaC 7: Cho b\u1ea1n d\u00f9ng Cloudflare Tunnel<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\">B\u1ea1n \u0111ang d\u00f9ng Cloudflare \u2192 map nh\u01b0 n\u00e0y:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">ai.no1vn.io.vn \u2192 http:\/\/192.168.3.2:3000<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\ud83d\udc49 L\u00e0 truy c\u1eadp AI t\u1eeb ngo\u00e0i lu\u00f4n<\/p>\n\n\n\n<h1 class=\"wp-block-heading\">\ud83e\udde0 L\u01b0u \u00fd quan tr\u1ecdng<\/h1>\n\n\n\n<ul class=\"wp-block-list\">\n<li>RAM t\u1ed1i thi\u1ec3u: 8GB (khuy\u00ean 16GB)<\/li>\n\n\n\n<li>CPU v\u1eabn ch\u1ea1y \u0111\u01b0\u1ee3c (kh\u00f4ng c\u1ea7n GPU)<\/li>\n\n\n\n<li>N\u1ebfu lag:<br>\u2192 d\u00f9ng model nh\u1eb9: <code class=\"\" data-line=\"\">phi3<\/code><\/li>\n<\/ul>\n\n\n\n<h1 class=\"wp-block-heading\">\ud83d\udee0 L\u1ed7i hay g\u1eb7p<\/h1>\n\n\n\n<h2 class=\"wp-block-heading\">\u274c Kh\u00f4ng v\u00e0o \u0111\u01b0\u1ee3c web<\/h2>\n\n\n\n<pre class=\"wp-block-preformatted\">docker ps<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\u2192 xem container c\u00f3 ch\u1ea1y kh\u00f4ng<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u274c Kh\u00f4ng th\u1ea5y model<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\u2192 ph\u1ea3i pull:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">ollama pull llama3<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">\u274c Kh\u00f4ng connect \u0111\u01b0\u1ee3c Ollama<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\u2192 s\u1eeda URL:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">http:\/\/host.docker.internal:11434<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\ud83d\udd27 B\u01af\u1edaC 1: C\u00e0i Docker (n\u1ebfu ch\u01b0a c\u00f3) C\u00e0i nhanh: sudo apt updatesudo apt install -y docker.io B\u1eadt<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"content-type":"","_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[97],"tags":[],"class_list":["post-447","post","type-post","status-publish","format-standard","hentry","category-configure-ai"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>C\u00e0i \u0111\u1eb7t Open WebUI b\u1eb1ng Docker tr\u00ean Ubuntu Server (kh\u00f4ng GUI) - Th\u01b0 Vi\u1ec7n C\u00f4ng Ngh\u1ec7<\/title>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"C\u00e0i \u0111\u1eb7t Open WebUI b\u1eb1ng Docker tr\u00ean Ubuntu Server (kh\u00f4ng GUI) - Th\u01b0 Vi\u1ec7n C\u00f4ng Ngh\u1ec7\" \/>\n<meta property=\"og:description\" content=\"\ud83d\udd27 B\u01af\u1edaC 1: C\u00e0i Docker (n\u1ebfu ch\u01b0a c\u00f3) C\u00e0i nhanh: sudo apt updatesudo apt install -y docker.io B\u1eadt\" \/>\n<meta property=\"og:url\" content=\"https:\/\/no1vn.io.vn\/index.php\/2026\/04\/14\/cai-dat-open-webui-bang-docker-tren-ubuntu-server-khong-gui\/\" \/>\n<meta property=\"og:site_name\" content=\"Th\u01b0 Vi\u1ec7n C\u00f4ng Ngh\u1ec7\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-14T16:00:58+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-14T16:37:34+00:00\" \/>\n<meta name=\"author\" content=\"administrator\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"administrator\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/no1vn.io.vn\\\/index.php\\\/2026\\\/04\\\/14\\\/cai-dat-open-webui-bang-docker-tren-ubuntu-server-khong-gui\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/no1vn.io.vn\\\/index.php\\\/2026\\\/04\\\/14\\\/cai-dat-open-webui-bang-docker-tren-ubuntu-server-khong-gui\\\/\"},\"author\":{\"name\":\"administrator\",\"@id\":\"https:\\\/\\\/no1vn.io.vn\\\/#\\\/schema\\\/person\\\/984f4f7fdf745be5177900ad02b2a322\"},\"headline\":\"C\u00e0i \u0111\u1eb7t Open WebUI b\u1eb1ng Docker tr\u00ean Ubuntu Server (kh\u00f4ng GUI)\",\"datePublished\":\"2026-04-14T16:00:58+00:00\",\"dateModified\":\"2026-04-14T16:37:34+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/no1vn.io.vn\\\/index.php\\\/2026\\\/04\\\/14\\\/cai-dat-open-webui-bang-docker-tren-ubuntu-server-khong-gui\\\/\"},\"wordCount\":237,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/no1vn.io.vn\\\/#organization\"},\"articleSection\":[\"C\u1ea5u H\u00ecnh AI\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/no1vn.io.vn\\\/index.php\\\/2026\\\/04\\\/14\\\/cai-dat-open-webui-bang-docker-tren-ubuntu-server-khong-gui\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/no1vn.io.vn\\\/index.php\\\/2026\\\/04\\\/14\\\/cai-dat-open-webui-bang-docker-tren-ubuntu-server-khong-gui\\\/\",\"url\":\"https:\\\/\\\/no1vn.io.vn\\\/index.php\\\/2026\\\/04\\\/14\\\/cai-dat-open-webui-bang-docker-tren-ubuntu-server-khong-gui\\\/\",\"name\":\"C\u00e0i \u0111\u1eb7t Open WebUI b\u1eb1ng Docker tr\u00ean Ubuntu Server (kh\u00f4ng GUI) - Th\u01b0 Vi\u1ec7n C\u00f4ng Ngh\u1ec7\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/no1vn.io.vn\\\/#website\"},\"datePublished\":\"2026-04-14T16:00:58+00:00\",\"dateModified\":\"2026-04-14T16:37:34+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/no1vn.io.vn\\\/index.php\\\/2026\\\/04\\\/14\\\/cai-dat-open-webui-bang-docker-tren-ubuntu-server-khong-gui\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/no1vn.io.vn\\\/index.php\\\/2026\\\/04\\\/14\\\/cai-dat-open-webui-bang-docker-tren-ubuntu-server-khong-gui\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/no1vn.io.vn\\\/index.php\\\/2026\\\/04\\\/14\\\/cai-dat-open-webui-bang-docker-tren-ubuntu-server-khong-gui\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/no1vn.io.vn\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"C\u00e0i \u0111\u1eb7t Open WebUI b\u1eb1ng Docker tr\u00ean Ubuntu Server (kh\u00f4ng GUI)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/no1vn.io.vn\\\/#website\",\"url\":\"https:\\\/\\\/no1vn.io.vn\\\/\",\"name\":\"Th\u01b0 Vi\u1ec7n C\u00f4ng Ngh\u1ec7\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/no1vn.io.vn\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/no1vn.io.vn\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/no1vn.io.vn\\\/#organization\",\"name\":\"Th\u01b0 Vi\u1ec7n C\u00f4ng Ngh\u1ec7\",\"url\":\"https:\\\/\\\/no1vn.io.vn\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/no1vn.io.vn\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/no1vn.io.vn\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/logo.jpg\",\"contentUrl\":\"https:\\\/\\\/no1vn.io.vn\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/logo.jpg\",\"width\":903,\"height\":241,\"caption\":\"Th\u01b0 Vi\u1ec7n C\u00f4ng Ngh\u1ec7\"},\"image\":{\"@id\":\"https:\\\/\\\/no1vn.io.vn\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/no1vn.io.vn\\\/#\\\/schema\\\/person\\\/984f4f7fdf745be5177900ad02b2a322\",\"name\":\"administrator\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/605dbb44c2dcc93617f7177667f913506203097df09a078fa83a1d2eeb9babbe?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/605dbb44c2dcc93617f7177667f913506203097df09a078fa83a1d2eeb9babbe?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/605dbb44c2dcc93617f7177667f913506203097df09a078fa83a1d2eeb9babbe?s=96&d=mm&r=g\",\"caption\":\"administrator\"},\"sameAs\":[\"https:\\\/\\\/no1vn.io.vn\"],\"url\":\"https:\\\/\\\/no1vn.io.vn\\\/index.php\\\/author\\\/administrator\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"C\u00e0i \u0111\u1eb7t Open WebUI b\u1eb1ng Docker tr\u00ean Ubuntu Server (kh\u00f4ng GUI) - Th\u01b0 Vi\u1ec7n C\u00f4ng Ngh\u1ec7","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"C\u00e0i \u0111\u1eb7t Open WebUI b\u1eb1ng Docker tr\u00ean Ubuntu Server (kh\u00f4ng GUI) - Th\u01b0 Vi\u1ec7n C\u00f4ng Ngh\u1ec7","og_description":"\ud83d\udd27 B\u01af\u1edaC 1: C\u00e0i Docker (n\u1ebfu ch\u01b0a c\u00f3) C\u00e0i nhanh: sudo apt updatesudo apt install -y docker.io B\u1eadt","og_url":"https:\/\/no1vn.io.vn\/index.php\/2026\/04\/14\/cai-dat-open-webui-bang-docker-tren-ubuntu-server-khong-gui\/","og_site_name":"Th\u01b0 Vi\u1ec7n C\u00f4ng Ngh\u1ec7","article_published_time":"2026-04-14T16:00:58+00:00","article_modified_time":"2026-04-14T16:37:34+00:00","author":"administrator","twitter_card":"summary_large_image","twitter_misc":{"Written by":"administrator","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/no1vn.io.vn\/index.php\/2026\/04\/14\/cai-dat-open-webui-bang-docker-tren-ubuntu-server-khong-gui\/#article","isPartOf":{"@id":"https:\/\/no1vn.io.vn\/index.php\/2026\/04\/14\/cai-dat-open-webui-bang-docker-tren-ubuntu-server-khong-gui\/"},"author":{"name":"administrator","@id":"https:\/\/no1vn.io.vn\/#\/schema\/person\/984f4f7fdf745be5177900ad02b2a322"},"headline":"C\u00e0i \u0111\u1eb7t Open WebUI b\u1eb1ng Docker tr\u00ean Ubuntu Server (kh\u00f4ng GUI)","datePublished":"2026-04-14T16:00:58+00:00","dateModified":"2026-04-14T16:37:34+00:00","mainEntityOfPage":{"@id":"https:\/\/no1vn.io.vn\/index.php\/2026\/04\/14\/cai-dat-open-webui-bang-docker-tren-ubuntu-server-khong-gui\/"},"wordCount":237,"commentCount":0,"publisher":{"@id":"https:\/\/no1vn.io.vn\/#organization"},"articleSection":["C\u1ea5u H\u00ecnh AI"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/no1vn.io.vn\/index.php\/2026\/04\/14\/cai-dat-open-webui-bang-docker-tren-ubuntu-server-khong-gui\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/no1vn.io.vn\/index.php\/2026\/04\/14\/cai-dat-open-webui-bang-docker-tren-ubuntu-server-khong-gui\/","url":"https:\/\/no1vn.io.vn\/index.php\/2026\/04\/14\/cai-dat-open-webui-bang-docker-tren-ubuntu-server-khong-gui\/","name":"C\u00e0i \u0111\u1eb7t Open WebUI b\u1eb1ng Docker tr\u00ean Ubuntu Server (kh\u00f4ng GUI) - Th\u01b0 Vi\u1ec7n C\u00f4ng Ngh\u1ec7","isPartOf":{"@id":"https:\/\/no1vn.io.vn\/#website"},"datePublished":"2026-04-14T16:00:58+00:00","dateModified":"2026-04-14T16:37:34+00:00","breadcrumb":{"@id":"https:\/\/no1vn.io.vn\/index.php\/2026\/04\/14\/cai-dat-open-webui-bang-docker-tren-ubuntu-server-khong-gui\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/no1vn.io.vn\/index.php\/2026\/04\/14\/cai-dat-open-webui-bang-docker-tren-ubuntu-server-khong-gui\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/no1vn.io.vn\/index.php\/2026\/04\/14\/cai-dat-open-webui-bang-docker-tren-ubuntu-server-khong-gui\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/no1vn.io.vn\/"},{"@type":"ListItem","position":2,"name":"C\u00e0i \u0111\u1eb7t Open WebUI b\u1eb1ng Docker tr\u00ean Ubuntu Server (kh\u00f4ng GUI)"}]},{"@type":"WebSite","@id":"https:\/\/no1vn.io.vn\/#website","url":"https:\/\/no1vn.io.vn\/","name":"Th\u01b0 Vi\u1ec7n C\u00f4ng Ngh\u1ec7","description":"","publisher":{"@id":"https:\/\/no1vn.io.vn\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/no1vn.io.vn\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/no1vn.io.vn\/#organization","name":"Th\u01b0 Vi\u1ec7n C\u00f4ng Ngh\u1ec7","url":"https:\/\/no1vn.io.vn\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/no1vn.io.vn\/#\/schema\/logo\/image\/","url":"https:\/\/no1vn.io.vn\/wp-content\/uploads\/2024\/10\/logo.jpg","contentUrl":"https:\/\/no1vn.io.vn\/wp-content\/uploads\/2024\/10\/logo.jpg","width":903,"height":241,"caption":"Th\u01b0 Vi\u1ec7n C\u00f4ng Ngh\u1ec7"},"image":{"@id":"https:\/\/no1vn.io.vn\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/no1vn.io.vn\/#\/schema\/person\/984f4f7fdf745be5177900ad02b2a322","name":"administrator","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/605dbb44c2dcc93617f7177667f913506203097df09a078fa83a1d2eeb9babbe?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/605dbb44c2dcc93617f7177667f913506203097df09a078fa83a1d2eeb9babbe?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/605dbb44c2dcc93617f7177667f913506203097df09a078fa83a1d2eeb9babbe?s=96&d=mm&r=g","caption":"administrator"},"sameAs":["https:\/\/no1vn.io.vn"],"url":"https:\/\/no1vn.io.vn\/index.php\/author\/administrator\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/no1vn.io.vn\/index.php\/wp-json\/wp\/v2\/posts\/447","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/no1vn.io.vn\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/no1vn.io.vn\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/no1vn.io.vn\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/no1vn.io.vn\/index.php\/wp-json\/wp\/v2\/comments?post=447"}],"version-history":[{"count":4,"href":"https:\/\/no1vn.io.vn\/index.php\/wp-json\/wp\/v2\/posts\/447\/revisions"}],"predecessor-version":[{"id":458,"href":"https:\/\/no1vn.io.vn\/index.php\/wp-json\/wp\/v2\/posts\/447\/revisions\/458"}],"wp:attachment":[{"href":"https:\/\/no1vn.io.vn\/index.php\/wp-json\/wp\/v2\/media?parent=447"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/no1vn.io.vn\/index.php\/wp-json\/wp\/v2\/categories?post=447"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/no1vn.io.vn\/index.php\/wp-json\/wp\/v2\/tags?post=447"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}