mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Update author info
This commit is contained in:
parent
b45cfeae42
commit
76024d4ebe
@ -6,7 +6,7 @@
|
||||
url: https://home-assistant.io
|
||||
title: Home Assistant
|
||||
subtitle: Open-source home automation platform running on Python 3
|
||||
author: Paulus Schoutsen
|
||||
author: Home Assistant
|
||||
simple_search: https://www.google.com/search
|
||||
description: Home Assistant is an open-source home automation platform running on Python 3.
|
||||
|
||||
|
@ -8,6 +8,8 @@ comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
ha_category: Infrastructure
|
||||
author: Nathan Freitas
|
||||
author_twitter: n8fr8
|
||||
---
|
||||
|
||||
This is an example about how you can configure Tor to provide secure remote access to your Home Assistant instance as an Onion site, through Tor's Hidden Service feature. With this enabled, you do not need to open your firewall ports or setup HTTPS to enable secure remote access.
|
||||
|
@ -11,7 +11,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>{% if page.title %}{{ page.title }} - {% endif %}{{ site.title }}</title>
|
||||
<meta name="author" content="{{ site.author }}">
|
||||
<meta name="author" content="{% if page.author %}{{ page.author }}{% else %}{{ site.author }}{% endif %}">
|
||||
<meta name="description" content="{{ description | strip_html | condense_spaces | truncate:150 }}">
|
||||
{% if page.keywords %}<meta name="keywords" content="{{ page.keywords }}">{% endif %}
|
||||
<meta name="viewport" content="width=device-width">
|
||||
|
Loading…
x
Reference in New Issue
Block a user