59 Commits

Author SHA1 Message Date
Karol Babioch
a88f889652
Remove abundant word used twice (#13387)
There is an abundant `put` in the introduction being used twice right after each other. Most probably this is an oversight / typo. This removes one instance of the word, to make the sentence better readable and grammatically correct.
2020-05-10 20:43:59 +02:00
Franck Nijhof
fe0ba16400
Cleanup old references of Supervised (#13351) 2020-05-09 00:20:54 +02:00
Erik Montnemery
e0a1db44dd
Explain host network mode is mandatory (#13247) 2020-05-01 22:47:55 +02:00
PatSki123
f21f3d6cd5
Cleaned up Docker Run Command under "Z-Wave" & "Bluetooth" sec… (#12389)
* Cleaned up Docker Run Command under "Z-Wave" & "Bluetooth" section

Need to make it match the format of the other run commands in the page.

* ✏️ Tweak

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-04-13 08:31:25 +02:00
mariwing
3625e6dbe4
Added paragraph about the firewall for Synology (#12495)
The missing description of having to add a firewall rule cost me some time so having it here as a tip would be usefull I think
2020-03-23 16:55:25 +01:00
Dubh Ad
9d3f18feb6
Changing latest to stable (#12484)
In a few places, the docs still call out `latest` where everything else uses the more sensible `stable`
2020-03-22 19:16:57 +01:00
Thomas Jaggi
19b022b156
Update instructions regarding Docker on Mac and USB passthrough (#12377)
* Update instructions regarding Docker on Mac and USB passthrough

* Update markdown formatting in Docker instructions
2020-03-16 16:13:25 +01:00
Thomas Lovén
52eda4fda1
Replace "docs" with "documentation" (#12284)
* Replace "docs" with "documentation"

* Blacklist docs in Textlint, use documentation instead

* Fix more occurances

Co-authored-by: Franck Nijhof <git@frenck.dev>
2020-03-10 16:17:06 +01:00
cogneato
f1ad5ae6c3
Add clarification about docker installation (#12254)
* Add clarification about docker installation

Adding a note about the core docker installation vs the supervised docker installation.

* ✏️ Tweaks

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-03-03 21:35:17 +01:00
Franck Nijhof
6ead12efbc
Extends textlint Terminology list; part 5 (#12072)
* Extends textlint Terminology list; part 5

* Remove walkthrough from textlint

* Improve Default Configuration page links
2020-02-13 13:39:06 +01:00
Franck Nijhof
bbdefa833e
Extends textlint Terminology list; part 3 (#12069)
* Extends textlint Terminology list; part 3

* Fix apcupsd
2020-02-12 22:24:59 +01:00
Franck Nijhof
04712c4628
Spelling and Markdown fixes: Part 4 2020-01-29 11:57:44 +01:00
Zotz
ef3278a73f Remove host/netsh commands from docker directives (#11133)
* Remove host/netsh commands from docker directives

Added -p 8123:8123 to the Windows docker command line.  Seems more reliable and easier for users.
Add ports to docker-compose.yaml files for easier launches..

* revert requested items.

* ✏️ Tweaks
2019-11-11 07:11:01 +01:00
Hmmbob
b0998ea88b Fixing some more broken links (#10734)
* Fixing broken links in LaMetric documentation

* Fix broken links in Apache documentation

* Fix broken links in nginx documentation

* Fix broken links in Docker documentation

* Fix broken link in Synology documentation

* Fix broken link in armbian documentation

* Fix broken link in cover.rfxtrx

* Fix broken links in Installation notebooks docs
2019-10-12 12:51:57 +02:00
Pascal Vizeli
180ecac744
Update docker.markdown 2019-08-28 16:06:45 +02:00
Pascal Vizeli
77197e6e73
Update docker.markdown 2019-08-09 08:56:38 +02:00
Pascal Vizeli
a962ed8925
Update docker.markdown 2019-08-09 08:56:12 +02:00
Pascal Vizeli
0b9fb8ed33
Update docker.markdown 2019-08-09 08:54:45 +02:00
Baruch Rothkoff
9dcdcdc305 Fix title hirarchy (#10011)
It is not clear that `Restart` and the other nex titles are relevant to all installation types
2019-07-31 01:03:13 +02:00
Franck Nijhof
c464056402
Making our website faster, cleaner and prettier (#9853)
* 🔥 Removes octopress.js

* 🔥 Removes use of root_url var

* 🔥 Removes Octopress generator reference from feed

* 🔥 Removes delicious support

* 🔥 Removes support for Pinboard

* 🔥 Removes support for Disqus

* 🔥 Removes support for Google Plus

* ↩️ Migrate custom after_footer to default template

* ↩️ Migrate custom footer to default template

* ↩️ Migrate custom header to default template

* 🔥 Removes unused template files

* 🚀 Places time to read directly in post template

* 🚀 Removes unneeded capture from archive_post.html template

* 🔥 🚀 Removes unused, but heaving sorting call in component page

* 🚀 Merged javascripts into a single file

* 🔥 Removes more uses of root_url

* 🚀 Removal of unneeded captures from head

* 🔥 🚀 Removal of expensive liquid HTML compressor

* 🔥 Removes unneeded templates

* 🚀 Replaces kramdown with GitHub's CommonMark 🚀

* 💄 Adds Prism code syntax highlighting

*  Adds support for redirect in Netlify

* ↩️ 🔥 Let Netlify handle all developer doc redirects

* ✏️ Fixes typo in redirects file: Netify -> Netlify

* 🔥 Removes unused .themes folder

* 🔥 Removes unused aside.html template

* 🔥 Removes Disqus config leftover

* 🔥 Removes rouge highlighter config

* 🔥 Removes Octopress 🎉

* 💄 Adjust code block font size and adds soft wraps

* 💄 Adds styling for inline code blocks

* 💄 Improve styling of note/warning/info boxes + div support

* 🔨 Rewrites all note/warning/info boxes
2019-07-15 22:17:54 +02:00
Franck Nijhof
1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00
Franck Nijhof
ebca3218c7
🔥Removes linkable_title everywhere (#9772)
* Automatically create linkable headers

* Visually improve position of linkable header chain icon

* Do not auto link  headers on homepage

* Remove linkable_title everywhere

* 🚑 Re-instante linkable_title plugin as NOOP
2019-07-04 19:08:27 +02:00
Franck Nijhof
1e46c4fcbe
Component(s) -> Integration(s) (#9656)
Signed-off-by: Franck Nijhof <frenck@addons.community>
2019-06-19 15:12:14 +02:00
Robin
bcd0c2104d Update guidance on using HA with Docker on synology (#9599)
As per issue https://github.com/home-assistant/home-assistant.io/issues/9592#issuecomment-500212790
2019-06-10 14:43:06 +02:00
Claudio Barca
5df1565f16 Add note for ARM architecture (#9497)
* Add note for ARM architecture

* Minor change
2019-05-22 23:04:27 +02:00
cvwillegen
b7c1f61cc0 Fix a few links so that they are clickable (#8789)
- []() syntax does not work within embedded HTML
- Fix a few other links so that they become clickable
2019-03-01 12:28:55 +01:00
Jürgen Haas
fc743f4f8e Add command line argument --init (#8232)
See also https://github.com/home-assistant/home-assistant/issues/20260, the --init argument makes sure that the python service does not run with PID 1 which on some host systems can not be killed, i.e. restarting the service from within the UI is unreliable without that argument.
2019-02-27 10:28:30 +01:00
andrew-curtis
027f8413ca Added Synology Z-Wave USB stick configuration option (#8289)
* Added Synology Z-Wave USB stick configuration 

added Docker Terminal command for creating a new Synology Docker container with access to a connected Z-Wave USB stick.

Would be good to add similar config switches for the other platforms too?

* Apply suggestions from code review

trying my best to stumble through this. I'm still very new to this and have only read the Home Assistant doco on contributing. Hopefully i have done this right?

* ✏️ Tweaks
2019-02-14 19:30:36 +01:00
qqgg231
be88529373 edited to follow documentation standards (#7766) 2018-12-07 20:00:22 +01:00
qqgg231
55b3a63dc5 Added explanation to docker command config (#7720)
* Added explanation to docker command config

It took me an hour to find how to edit this command, so I add explanation

* Minor change
2018-12-06 15:46:07 +01:00
Gert Jansen van Rensburg
59538740d7 Added command to run on docker for windows. (#7726) 2018-12-04 23:04:25 +01:00
pyitphyoaung
d1387de5c4 rename Zigbee name references issue #7050 (#7053) 2018-10-24 16:11:36 +02:00
Florian Klien
d3589d9518 typos fixed (#6582) 2018-10-07 10:58:35 -04:00
tony chang
65a01fdc9e Update raspberry pi docker instructions (#6087)
There appears to be a latest tag now:
https://hub.docker.com/r/homeassistant/raspberrypi3-homeassistant/tags/
2018-08-27 10:54:57 +02:00
Niels Keurentjes
bf69a5f76a Add instruction for restarting with Docker Compose (#5879) 2018-07-25 08:22:06 +02:00
BrendanMoran
fc8f2269e6 Minor Synology docker documentation updates (#5843)
Minor updates based on my experience of installing Home Assistant on docker on a Synology NAS (DS218+) running DSM version 6.2-23739.
2018-07-21 18:32:48 +02:00
Paulus Schoutsen
5e7c31b16c
Fix styling 2018-05-01 14:21:34 -04:00
bonterra
490b5069a2 Update docker.markdown (#5266)
A more detailed installation description for Docker on Raspberry Pi 3 with Raspbian.
2018-04-29 09:59:54 +02:00
Fabian Affolter
17ccbcce24
Various fixes 2018-04-09 16:05:21 +02:00
Tim Hordern
46f89afa14 Fix markdown link in Docker Installation docs (#5140) 2018-04-09 09:38:28 +02:00
Ville Skyttä
ddbd670547 Spelling and grammar fixes (#5031)
* Spelling and grammar fixes

* Minor changes
2018-03-29 09:24:18 +02:00
Alok Saboo
1aca7b08cf Misc fixes: e.g. -> e.g., and proper case for Home Assistant (#4942)
* e.g. to e.g., and proper case for Home Assistant

* Instructions how to -> Instructions on how to
2018-03-17 20:20:37 +01:00
Paulus Schoutsen
34a77610e0
Update docker.markdown 2018-03-09 23:57:50 -08:00
Paulus Schoutsen
d5883f9ee1 Merge branch 'current' into next 2018-03-09 07:42:47 -08:00
Matt F
5cd3526d56 Update docker compose examples (#4816)
The docker compose examples have you create a service called 'web', which will create web_1 docker container.  Other references within the documents say to run `docker restart home-assistant`, yet this docker container does not exist when using the docker compose examples.  Updated compose so they will have a standard name for the container that is created.
2018-03-06 22:35:31 +01:00
Scott Prive
ca946f274d Update docker.markdown (#4815)
# add paragraph to explain how to update docker-compose.yml example for macOS
# The TZ issue wasn't specific to `boot2docker`
# Add details link for net:host vs port: conflict
# Add details link for TZ issue
2018-03-06 21:17:04 +01:00
blackmesataiwan
e1ff8be431
Update docker.markdown
Add docker tutorial on QNAP NAS
2018-02-26 15:42:47 +08:00
Franck Nijhof
6224c71c08 Various markdown, spelling, and grammar fixes #3 (#4510)
*  Various markdown, spelling, and grammar fixes

*  Various markdown, spelling, and grammar fixes

*  Various markdown, spelling, and grammar fixes
2018-01-25 18:21:05 +01:00
mvgrimes
83e008be84 Improves documentation on deploying via docker (ex: devices and compose) (#3981)
* Removes extraneous paragraph from docker documentation

It looks like this line was intended to go somewhere else, but got
erroneously bumped into the `Restart` section.

* Adds instructions to expose devices when deploying under docker

* Adds info about `docker-compose.yml` configuration to docker deployments

The docker command is pretty complicated and doesn't support automated
restarts. I think most users with want to use `docker-compose` (or
`docker swarm`) to deploy.
2017-12-20 12:27:23 +01:00
Joe Gross
16fd4474d2 Correct container name for restart command (#4021)
Using above instructions container name includes the dash.

shiny % docker ps
CONTAINER ID        IMAGE                          COMMAND                  CREATED             STATUS              PORTS                    NAMES
a9be19e6c76a        homeassistant/home-assistant   "python -m homeass..."   5 minutes ago       Up About a minute   0.0.0.0:8123->8123/tcp   home-assistant
shiny % docker restart homeassistant
Error response from daemon: No such container: homeassistant
[1]    67676 exit 1     docker restart homeassistant
shiny !1! % docker restart home-assistant
home-assistant
2017-11-20 08:38:53 +01:00