|
1 | 1 | {% extends "base.html" %} |
2 | 2 |
|
| 3 | +{% block extrahead %} |
| 4 | + {{ super() }} |
| 5 | + <meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1"> |
| 6 | + <meta name="googlebot" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1"> |
| 7 | + <meta name="bingbot" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1"> |
| 8 | + <meta name="keywords" content="1Panel,VPS control panel,Linux server control panel,open-source server management,server administration,Docker management,container management,website management,SSL certificates,app marketplace,AI agents,Ollama,OpenClaw,firewall,WAF,backup and restore"> |
| 9 | + <meta name="application-name" content="1Panel"> |
| 10 | + <meta property="og:type" content="website"> |
| 11 | + <meta property="og:site_name" content="1Panel Docs"> |
| 12 | + <meta property="og:title" content="1Panel Docs"> |
| 13 | + <meta property="og:description" content="1Panel is a modern, open-source VPS control panel with native AI agent support. Manage websites, databases, Docker containers, apps, security, backups, and your entire Linux server stack from one clean web interface."> |
| 14 | + <meta property="og:url" content="https://1panel.pro/docs/"> |
| 15 | + <meta property="og:locale" content="en_US"> |
| 16 | + <meta name="twitter:card" content="summary"> |
| 17 | + <meta name="twitter:title" content="1Panel Docs"> |
| 18 | + <meta name="twitter:description" content="1Panel is a modern, open-source VPS control panel for managing Linux servers, websites, databases, Docker containers, apps, AI agents, security, and backups."> |
| 19 | + <link rel="sitemap" type="application/xml" href="https://1panel.pro/docs/sitemap.xml"> |
| 20 | + <link rel="alternate" type="text/plain" title="llms.txt" href="https://1panel.pro/docs/llms.txt"> |
| 21 | + <script type="application/ld+json"> |
| 22 | + { |
| 23 | + "@context": "https://schema.org", |
| 24 | + "@type": "WebSite", |
| 25 | + "name": "1Panel Docs", |
| 26 | + "url": "https://1panel.pro/docs/", |
| 27 | + "inLanguage": "en", |
| 28 | + "publisher": { |
| 29 | + "@type": "Organization", |
| 30 | + "name": "1Panel", |
| 31 | + "url": "https://1panel.pro/", |
| 32 | + "sameAs": [ |
| 33 | + "https://github.com/1Panel-dev/1Panel", |
| 34 | + "https://x.com/1panel_linux", |
| 35 | + "https://www.youtube.com/@1Panel-linux" |
| 36 | + ] |
| 37 | + }, |
| 38 | + "potentialAction": { |
| 39 | + "@type": "SearchAction", |
| 40 | + "target": "https://1panel.pro/docs/?q={search_term_string}", |
| 41 | + "query-input": "required name=search_term_string" |
| 42 | + } |
| 43 | + } |
| 44 | + </script> |
| 45 | + <script type="application/ld+json"> |
| 46 | + { |
| 47 | + "@context": "https://schema.org", |
| 48 | + "@type": "SoftwareApplication", |
| 49 | + "name": "1Panel", |
| 50 | + "applicationCategory": "ServerApplication", |
| 51 | + "operatingSystem": "Linux", |
| 52 | + "url": "https://1panel.pro/", |
| 53 | + "downloadUrl": "https://github.com/1Panel-dev/1Panel/releases", |
| 54 | + "softwareHelp": "https://1panel.pro/docs/", |
| 55 | + "license": "https://www.gnu.org/licenses/gpl-3.0.html", |
| 56 | + "description": "1Panel is a modern, open-source VPS control panel with native AI agent support. It provides web-based Linux server management, website deployment, database management, Docker container management, an app marketplace, security controls, and backup and restore workflows.", |
| 57 | + "featureList": [ |
| 58 | + "Web-based Linux server management", |
| 59 | + "Website deployment and SSL certificate provisioning", |
| 60 | + "Database management", |
| 61 | + "Docker and container management", |
| 62 | + "One-click app marketplace", |
| 63 | + "AI agents and local LLM management", |
| 64 | + "Firewall, WAF, and audit logs", |
| 65 | + "Backup and restore" |
| 66 | + ], |
| 67 | + "publisher": { |
| 68 | + "@type": "Organization", |
| 69 | + "name": "1Panel", |
| 70 | + "url": "https://1panel.pro/", |
| 71 | + "sameAs": [ |
| 72 | + "https://github.com/1Panel-dev/1Panel" |
| 73 | + ] |
| 74 | + } |
| 75 | + } |
| 76 | + </script> |
| 77 | +{% endblock %} |
| 78 | + |
3 | 79 |
|
4 | 80 |
|
5 | 81 | {% block content %} |
|
0 commit comments