Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
[syncthing] docs: prettify table
Browse files Browse the repository at this point in the history
  • Loading branch information
salim-b committed Mar 12, 2024
1 parent 9ff7b24 commit 14c3426
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions syncthing/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ Note that if your Home Assistant installation is reachable from the internet (e.

To permanently hold your data, synced folders must be put under one of the following paths:

| Path | Description |
| ---- | ----------- |
| `/addon_configs` | Configuration of all Home Assistant add-ons. |
| `/addons` | Local Home Assistant add-ons. |
| `/backups` | Home Assistant backups. |
| `/config` | Syncthing's own configuration. |
| `/data` | Syncthing's own internal data (state). Not recommended to store synced folders. |
| `/homeassistant` | Home Assistant's own configuration. |
| **`/media`**| Media files to be shared between add-ons and Home Assistant. See below for a possible way to automatically mount external storage devices under this path. |
| ***`/share`*** | Data to be shared between add-ons and Home Assistant. This is the default path for synced folders. |
| `/ssl` | TLS/SSL certificates. |
| Path | Description |
| ------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
| `/addon_configs` | Configuration of all Home Assistant add-ons. |
| `/addons` | Local Home Assistant add-ons. |
| `/backups` | Home Assistant backups. |
| `/config` | Syncthing's own configuration. |
| `/data` | Syncthing's own internal data (state). Not recommended to store synced folders. |
| `/homeassistant` | Home Assistant's own configuration. |
| **`/media`** | Media files to be shared between add-ons and Home Assistant. See below for a possible way to automatically mount external storage devices under this path. |
| ***`/share`*** | Data to be shared between add-ons and Home Assistant. This is the default path for synced folders. |
| `/ssl` | TLS/SSL certificates. |

Only the above directories are mapped into the add-on container. If you put synced folders under any other directory (like `/root` or `/mnt`), the synced data is deleted on add-on restart. We recommend to put synced folders under either **`/share`** or **`/media`**. Both of these directories are intended to be shared between add-ons, so you can access synced folders via the [Terminal & SSH](/hassio/addon/core_ssh/info) add-on, for example.

Expand Down

0 comments on commit 14c3426

Please sign in to comment.