Skip to content

Commit 31257be

Browse files
committed
Site updated at 2017-06-27 21:26:22 UTC
1 parent 1f2e6be commit 31257be

File tree

28 files changed

+249
-40
lines changed

28 files changed

+249
-40
lines changed

addons/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ <h1 class="title indent">
8383
<li><a href='/addons/dnsmasq/'>Dnsmasq</a></li>
8484
<li><a href='/addons/duckdns/'>Duck DNS</a></li>
8585
<li><a href='/addons/lets_encrypt/'>Let's Encrypt</a></li>
86+
<li><a href='/addons/mariadb/'>MariaDB</a></li>
8687
<li><a href='/addons/mosquitto/'>Mosquitto MQTT broker</a></li>
8788
<li><a href='/addons/nginx_proxy/'>Nginx SSL proxy</a></li>
8889
<li><a href='/addons/ssh/'>SSH Server</a></li>

addons/mariadb/index.html

Lines changed: 204 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,204 @@
1+
<!doctype html>
2+
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
3+
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
4+
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
5+
<!--[if gt IE 8]><!--> <html> <!--<![endif]-->
6+
<head>
7+
<meta charset="utf-8">
8+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
9+
<title>MariaDB - Home Assistant</title>
10+
<meta name="author" content="Home Assistant">
11+
<meta name="description" content="MariaDB Server is one of the most popular database servers in the world.">
12+
<meta name="viewport" content="width=device-width">
13+
<link rel="canonical" href="https://home-assistant.io/addons/mariadb/">
14+
<meta property="fb:app_id" content="338291289691179">
15+
<meta property="og:title" content="MariaDB">
16+
<meta property="og:site_name" content="Home Assistant">
17+
<meta property="og:url" content="https://home-assistant.io/addons/mariadb/">
18+
<meta property="og:type" content="article">
19+
<meta property="og:description" content="MariaDB Server is one of the most popular database servers in the world.">
20+
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
21+
<meta name="twitter:card" content="summary_large_image">
22+
<meta name="twitter:site" content="@home_assistant">
23+
<meta name="twitter:title" content="MariaDB">
24+
<meta name="twitter:description" content="MariaDB Server is one of the most popular database servers in the world.">
25+
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
26+
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
27+
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
28+
<link rel='shortcut icon' href='/images/favicon.ico' />
29+
<link rel='icon' type='image/png' href='/images/favicon-192x192.png' sizes='192x192' />
30+
</head>
31+
<body >
32+
<header class='site-header'>
33+
<div class="grid-wrapper">
34+
<div class="grid">
35+
<div class="grid__item three-tenths lap-two-sixths palm-one-whole ha-title">
36+
<a href="/" class="site-title">
37+
<img width='40' src='/demo/favicon-192x192.png'>
38+
<span>Home Assistant</span>
39+
</a>
40+
</div>
41+
<div class="grid__item seven-tenths lap-four-sixths palm-one-whole">
42+
<nav>
43+
<input type="checkbox" id="toggle">
44+
<label for="toggle" class="toggle" data-open="Main Menu" data-close="Close Menu"></label>
45+
<ul class="menu pull-right">
46+
<li><a href="/getting-started/">Getting started</a></li>
47+
<li><a href="/components/">Components</a></li>
48+
<li><a href="/docs/">Docs</a></li>
49+
<li><a href="/cookbook/">Examples</a></li>
50+
<li><a href="/developers/">Developers</a></li>
51+
<li><a href="/blog/">Blog</a></li>
52+
<li><a href="/help/">Need help?</a></li>
53+
<li><a href='#' class='show-search'><i class="icon-search"></i></a></li>
54+
</ul>
55+
</nav>
56+
<div class='search-container' style='display: none'>
57+
<div class='search'>
58+
<i class="icon-search"></i>
59+
<input id='search' placeholder='Search the docs…'>
60+
<a href='#' class='close'><i class="icon-remove-sign"></i></a>
61+
</div>
62+
</div>
63+
</div>
64+
</div>
65+
</div>
66+
</header>
67+
<div class="grid-wrapper">
68+
<div class="grid grid-center">
69+
<div class="grid__item two-thirds lap-one-whole palm-one-whole">
70+
<article class="page">
71+
<div class='edit-github'><a href='https://github.com/home-assistant/home-assistant.github.io/tree/current/source/_addons/mariadb.markdown'>Edit this page on GitHub</a></div>
72+
<header>
73+
<h1 class="title indent">
74+
MariaDB
75+
</h1>
76+
</header>
77+
<hr class="divider">
78+
<p>Set up a <a href="https://mariadb.org/">mariadb</a> SQL server. It support multible database, users and permission.</p>
79+
<div class="language-json highlighter-rouge"><pre class="highlight"><code><span class="p">{</span><span class="w">
80+
</span><span class="nt">"databases"</span><span class="p">:</span><span class="w"> </span><span class="p">[</span><span class="s2">"homeassistant"</span><span class="p">],</span><span class="w">
81+
</span><span class="nt">"logins"</span><span class="p">:</span><span class="w"> </span><span class="p">[</span><span class="w">
82+
</span><span class="p">{</span><span class="w">
83+
</span><span class="nt">"username"</span><span class="p">:</span><span class="w"> </span><span class="s2">"hass"</span><span class="p">,</span><span class="w">
84+
</span><span class="nt">"host"</span><span class="p">:</span><span class="w"> </span><span class="s2">"localhost"</span><span class="p">,</span><span class="w">
85+
</span><span class="nt">"password"</span><span class="p">:</span><span class="w"> </span><span class="kc">null</span><span class="w">
86+
</span><span class="p">}</span><span class="w">
87+
</span><span class="p">],</span><span class="w">
88+
</span><span class="nt">"rights"</span><span class="p">:</span><span class="w"> </span><span class="p">[</span><span class="w">
89+
</span><span class="p">{</span><span class="w">
90+
</span><span class="nt">"username"</span><span class="p">:</span><span class="w"> </span><span class="s2">"hass"</span><span class="p">,</span><span class="w">
91+
</span><span class="nt">"host"</span><span class="p">:</span><span class="w"> </span><span class="s2">"localhost"</span><span class="p">,</span><span class="w">
92+
</span><span class="nt">"database"</span><span class="p">:</span><span class="w"> </span><span class="s2">"homeassistant"</span><span class="p">,</span><span class="w">
93+
</span><span class="nt">"grant"</span><span class="p">:</span><span class="w"> </span><span class="s2">"ALL PRIVILEGES ON"</span><span class="w">
94+
</span><span class="p">}</span><span class="w">
95+
</span><span class="p">]</span><span class="w">
96+
</span><span class="p">}</span><span class="w">
97+
</span></code></pre>
98+
</div>
99+
<p>Configuration variables:</p>
100+
<ul>
101+
<li><strong>databases</strong> (<em>Require</em>): Listen of databases.</li>
102+
<li><strong>logins</strong> (<em>Require</em>): Listen of logindata they will create or update.
103+
<ul>
104+
<li><strong>username</strong> (<em>Require</em>): Username for login.</li>
105+
<li><strong>host</strong> (<em>Require</em>): Host for login, if you need a login with multibe hosts, use ‘%’.</li>
106+
<li><strong>password</strong> (<em>Require</em>): Password for login.</li>
107+
</ul>
108+
</li>
109+
<li><strong>rights</strong> (<em>Require</em>): Listen of rights to be handle.
110+
<ul>
111+
<li><strong>username</strong> (<em>Require</em>): Username for grant rights.</li>
112+
<li><strong>host</strong> (<em>Require</em>): Host is a part of username like above.</li>
113+
<li><strong>database</strong> (<em>Require</em>): Database name to grant this user rights to.</li>
114+
<li><strong>grant</strong> (<em>Require</em>): SQL grant part for access too.</li>
115+
</ul>
116+
</li>
117+
</ul>
118+
</article>
119+
</div>
120+
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
121+
<div class="grid">
122+
<section class="aside-module grid__item one-whole lap-one-half">
123+
<div class='section'>
124+
<h1 class="title delta">Topics</h1>
125+
<ul class='divided sidebar-menu'>
126+
<li>
127+
<a href='/hassio/'>Hass.io </a>
128+
<ul>
129+
<li><a href='/hassio/installation/'>Installation </a></li>
130+
<li><a href='/addons/'>Available add-ons </a></li>
131+
<li><a href='/hassio/installing_third_party_addons/'>Installing third-party add-ons </a></li>
132+
<li><a href='/hassio/external_storage/'>External storage </a></li>
133+
<li><a href='/hassio/run_local/'>Execute local things </a></li>
134+
<li><a href='/hassio/architecture/'>Architecture </a></li>
135+
</ul>
136+
</li>
137+
</ul>
138+
<ul class='divided sidebar-menu'>
139+
<li>
140+
<a href='/hassio/addon_development/'>Add-on Development </a>
141+
<ul>
142+
<li><a href='/hassio/addon_tutorial/'>Tutorial: Making your first add-on </a></li>
143+
<li><a href='/hassio/addon_config/'>Configuration </a></li>
144+
<li><a href='/hassio/addon_testing/'>Local Testing </a></li>
145+
<li><a href='/hassio/addon_publishing/'>Publishing </a></li>
146+
<li><a href='/hassio/addon_repository/'>Repositories </a></li>
147+
</ul>
148+
</li>
149+
<li><a href='/hassio/debugging/'>Debugging Hass.io </a></li>
150+
</ul>
151+
</div>
152+
</section>
153+
</div>
154+
</aside>
155+
</div>
156+
</div>
157+
<footer>
158+
<div class="grid-wrapper">
159+
<div class="grid">
160+
<div class="grid__item">
161+
<div class="copyright">
162+
<a rel="me" href='https://twitter.com/home_assistant'><i class="icon-twitter"></i></a>
163+
<a rel="me" href='https://facebook.com/homeassistantio'><i class="icon-facebook"></i></a>
164+
<a rel="me" href='https://plus.google.com/110560654828510104551'><i class="icon-google-plus"></i></a>
165+
<a rel="me" href='https://github.com/home-assistant/home-assistant'><i class="icon-github"></i></a>
166+
<div class="credit">
167+
Contact us at <a href='mailto:hello@home-assistant.io'>hello@home-assistant.io</a> (no support!).<br>
168+
Website powered by <a href='http://jekyllrb.com/'>Jekyll</a> and the <a href='https://github.com/coogie/oscailte'>Oscalite theme</a>.<br />
169+
Hosted by <a href='https://pages.github.com/'>GitHub</a> and served by <a href='https://cloudflare.com'>CloudFlare</a>.
170+
</div>
171+
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">home-assistant.io</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
172+
</div>
173+
</div>
174+
</div>
175+
</div>
176+
</footer>
177+
<script>
178+
var _gaq=[['_setAccount','UA-57927901-1'],['_trackPageview']];
179+
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
180+
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
181+
s.parentNode.insertBefore(g,s)}(document,'script'));
182+
</script>
183+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css" />
184+
<script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script>
185+
<script type="text/javascript">
186+
docsearch({
187+
apiKey: 'ae96d94b201c5444c8a443093edf3efb',
188+
indexName: 'home-assistant',
189+
inputSelector: '#search',
190+
debug: false // Set debug to true if you want to inspect the dropdown
191+
});
192+
document.querySelector('.search .close').addEventListener('click', function(ev) {
193+
ev.preventDefault();
194+
document.querySelector('.search-container').style.display = 'none';
195+
});
196+
document.querySelector('.show-search').addEventListener('click', function(ev) {
197+
ev.preventDefault();
198+
document.querySelector('.search-container').style.display = 'block';
199+
document.getElementById('toggle').checked = false;
200+
document.querySelector('.search-container input').focus();
201+
});
202+
</script>
203+
</body>
204+
</html>

atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Home Assistant]]></title>
55
<link href="https://home-assistant.io/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-06-27T06:32:33+00:00</updated>
7+
<updated>2017-06-27T21:21:05+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/announcements/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Announcements | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/announcements/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-06-27T06:32:33+00:00</updated>
7+
<updated>2017-06-27T21:21:05+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/community/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Community | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/community/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-06-27T06:32:33+00:00</updated>
7+
<updated>2017-06-27T21:21:05+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/device-tracking/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Device-Tracking | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/device-tracking/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-06-27T06:32:33+00:00</updated>
7+
<updated>2017-06-27T21:21:05+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/esp8266/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: ESP8266 | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/esp8266/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-06-27T06:32:33+00:00</updated>
7+
<updated>2017-06-27T21:21:05+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/how-to/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: How-To | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/how-to/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-06-27T06:32:33+00:00</updated>
7+
<updated>2017-06-27T21:21:05+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/ibeacons/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: iBeacons | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/ibeacons/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-06-27T06:32:33+00:00</updated>
7+
<updated>2017-06-27T21:21:05+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/internet-of-things/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Internet-of-Things | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/internet-of-things/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-06-27T06:32:33+00:00</updated>
7+
<updated>2017-06-27T21:21:05+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

0 commit comments

Comments
 (0)