vault backup: 2025-02-03 07:04:13
This commit is contained in:
BIN
2 Personal/Home Lab/NAS/.syncthing.SSH.md.tmp
Normal file
BIN
2 Personal/Home Lab/NAS/.syncthing.SSH.md.tmp
Normal file
Binary file not shown.
Binary file not shown.
@@ -1,19 +0,0 @@
|
||||
---
|
||||
title: Jellyfin Installation
|
||||
created_date: 2024-12-02
|
||||
updated_date: 2024-12-02
|
||||
aliases:
|
||||
tags:
|
||||
---
|
||||
# Jellyfin Installation
|
||||
## Install Script for Scheduled Task
|
||||
```bash
|
||||
docker run -d --name=jellyfin \
|
||||
-v /volume1/docker/jellyfin/config:/config \
|
||||
-v /volume1/docker/jellyfin/cache:/cache \
|
||||
-v /volume1/video:/media \
|
||||
--user 1026:100 \
|
||||
--net=host \
|
||||
--restart always \
|
||||
jellyfin/jellyfin
|
||||
```
|
||||
@@ -1 +0,0 @@
|
||||
I changed the port to 1717.
|
||||
@@ -1,19 +0,0 @@
|
||||
---
|
||||
Owner: CClaudio
|
||||
---
|
||||
# vDSM to run it through a VPN
|
||||
|
||||
- [https://www.reddit.com/r/synology/comments/ee1hdc/docker_transmissionvpn_vs_virtual_dsm_download/](https://www.reddit.com/r/synology/comments/ee1hdc/docker_transmissionvpn_vs_virtual_dsm_download/)
|
||||
- [https://www.reddit.com/r/synology/comments/dtxzo6/comment/f6zljpg/](https://www.reddit.com/r/synology/comments/dtxzo6/comment/f6zljpg/)
|
||||
|
||||
> [!info] Download Station over VPN
|
||||
>
|
||||
> [https://www.reddit.com/r/synology/comments/qsfhf5/download_station_over_vpn/](https://www.reddit.com/r/synology/comments/qsfhf5/download_station_over_vpn/)
|
||||
|
||||
|
||||
|
||||
## Todos
|
||||
|
||||
- [ ] add daily cron job to move movie downloads from downloads to video folder
|
||||
- [ ] Change firewall settings for vDSM to allow only VPN traffic
|
||||
- [ ] Enable external access through my main nas
|
||||
@@ -1,10 +0,0 @@
|
||||
---
|
||||
title: Zerotier Installation
|
||||
created_date: 2024-12-05
|
||||
updated_date: 2024-12-05
|
||||
aliases:
|
||||
tags:
|
||||
---
|
||||
# Zerotier Installation
|
||||
I just followed the installation guide of the official zerotier website.
|
||||
The only problem that I might encounter in the future is that I have not moved the tun to a shared folder and thus it might be overwritten by an update.
|
||||
Reference in New Issue
Block a user