Skip to content

Commit

Permalink
Fix: MD001 and MD029 lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
TRaSH- committed Apr 8, 2024
1 parent 5012a67 commit 0fde4e8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions docs/Hardlinks/How-to-setup-for/Synology.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ This page will provide you with guidance on how to install several Docker images
## Summary

1. We will create ***one*** share that will hold all your data. This ensures hardlinking and/or instant moves are possible.
2. Create one user which will be assigned to the docker images as the user they run as out of security reasons.
3. Create a folder structure on the `data` and `docker` share with a few commands (or manually).
4. Download and edit the `docker-compose.yml` and `.env` files to your system settings.
5. Set permissions to all folders related in the shares.
6. Run and execute docker commands to start the containers.
1. Create one user which will be assigned to the docker images as the user they run as out of security reasons.
1. Create a folder structure on the `data` and `docker` share with a few commands (or manually).
1. Download and edit the `docker-compose.yml` and `.env` files to your system settings.
1. Set permissions to all folders related in the shares.
1. Run and execute docker commands to start the containers.

### Automated Script

Expand Down Expand Up @@ -143,13 +143,13 @@ The structure will look like this. You can of course edit this, but do this when

To create the folder structure for your media library and also for your preferred download client, run one or both of the following commands:

#### If you use usenet
### If you use usenet

```bash
mkdir -p /volume1/data/{usenet/{incomplete,complete}/{tv,movies,music},media/{tv,movies,music}}
```

#### If you use torrents
### If you use torrents

```bash
mkdir -p /volume1/data/{torrents/{tv,movies,music},media/{tv,movies,music}}
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ validation:
not_found: warn
absolute_links: ignore
# fails to build on warnings
strict: true
#strict: true

copyright: Copyright © 2022 TRaSH

Expand Down

0 comments on commit 0fde4e8

Please sign in to comment.