vault backup: 2023-07-30 00:49:41
This commit is contained in:
@@ -51,3 +51,31 @@ services:
|
||||
start_period: 40s
|
||||
```
|
||||
|
||||
#Public/Notta
|
||||
## Caddy
|
||||
|
||||
#Public/Notta
|
||||
## Syncthing
|
||||
```bash
|
||||
---
|
||||
version: "3"
|
||||
services:
|
||||
syncthing:
|
||||
image: lscr.io/linuxserver/syncthing:latest
|
||||
container_name: syncthing
|
||||
hostname: syncthing
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ="America/Los_Angeles"
|
||||
volumes:
|
||||
- /path/to/appdata/config:/config
|
||||
- /path/to/data1:/data1
|
||||
- /path/to/data2:/data2
|
||||
ports:
|
||||
- 8384:8384 # Web UI
|
||||
- 22000:22000/tcp # TCP file transfers
|
||||
- 22000:22000/udp # QUIC file transfers
|
||||
- 21027:21027/udp # Receive local discovery broadcasts
|
||||
restart: unless-stopped
|
||||
```
|
||||
|
||||
13
Tenmado/Linux - Games Live Streaming.md
Normal file
13
Tenmado/Linux - Games Live Streaming.md
Normal file
@@ -0,0 +1,13 @@
|
||||
#Public/Notta
|
||||
|
||||
## Sunshine
|
||||
**Sunshine** is the application that needs to be installed from the server side, **Moonlight** would be the app to use on **Clients**
|
||||
|
||||
> [!NOTE] Video tutorial location
|
||||
> Follow steps on video located in *Global/Videos/Linux/Sunshine & Moonlight Set Up*
|
||||
|
||||
## Video-less set up
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user