From 58546b57aa06d2d3992b9a46ef8694eb77a0ac45 Mon Sep 17 00:00:00 2001 From: dashi_main Date: Sun, 30 Jul 2023 00:49:42 -0700 Subject: [PATCH] vault backup: 2023-07-30 00:49:41 --- .obsidian/app.json | 8 ++++++- .obsidian/appearance.json | 3 ++- .obsidian/workspace.json | 32 ++++++++++++++++++------- Tenmado/Docker Compose.md | 28 ++++++++++++++++++++++ Tenmado/Linux - Games Live Streaming.md | 13 ++++++++++ 5 files changed, 73 insertions(+), 11 deletions(-) create mode 100644 Tenmado/Linux - Games Live Streaming.md diff --git a/.obsidian/app.json b/.obsidian/app.json index 6f018b3..62b4b51 100644 --- a/.obsidian/app.json +++ b/.obsidian/app.json @@ -1,5 +1,11 @@ { "newFileLocation": "folder", "newFileFolderPath": "Tenmado", - "attachmentFolderPath": "Files" + "attachmentFolderPath": "Files", + "pdfExportSettings": { + "pageSize": "Letter", + "landscape": false, + "margin": "0", + "downscalePercent": 100 + } } \ No newline at end of file diff --git a/.obsidian/appearance.json b/.obsidian/appearance.json index 4038370..bbc6444 100644 --- a/.obsidian/appearance.json +++ b/.obsidian/appearance.json @@ -1,4 +1,5 @@ { "accentColor": "", - "cssTheme": "Atom" + "cssTheme": "Atom", + "baseFontSize": 15 } \ No newline at end of file diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 09c6b76..0a54a7f 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -41,14 +41,26 @@ "state": { "type": "markdown", "state": { - "file": "Tenmado/Git.md", + "file": "Tenmado/Linux - Desktop Entries.md", + "mode": "source", + "source": false + } + } + }, + { + "id": "854472b104f6e806", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "Tenmado/Docker Compose.md", "mode": "source", "source": false } } } ], - "currentTab": 3 + "currentTab": 4 } ], "direction": "vertical" @@ -114,7 +126,7 @@ "state": { "type": "backlink", "state": { - "file": "Tenmado/Git.md", + "file": "Tenmado/Docker Compose.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -131,7 +143,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "Tenmado/Git.md", + "file": "Tenmado/Docker Compose.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -154,7 +166,7 @@ "state": { "type": "outline", "state": { - "file": "Tenmado/Git.md" + "file": "Tenmado/Docker Compose.md" } } }, @@ -183,13 +195,15 @@ "command-palette:Open command palette": false } }, - "active": "9f432a9bce2719b4", + "active": "854472b104f6e806", "lastOpenFiles": [ - "Tenmado/Git.md", - "Git", "Tenmado/Dotfiles.md", - "Tenmado/Linux - Desktop Entries 1.md", + "Tenmado/Docker Compose.md", + "Tenmado/Git.md", "Tenmado/Linux - Desktop Entries.md", + "Tenmado/Linux - Games Live Streaming.md", + "Git", + "Tenmado/Linux - Desktop Entries 1.md", "README.md", "Refence Notes", "Templates", diff --git a/Tenmado/Docker Compose.md b/Tenmado/Docker Compose.md index 984b526..e2251e3 100644 --- a/Tenmado/Docker Compose.md +++ b/Tenmado/Docker Compose.md @@ -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 +``` diff --git a/Tenmado/Linux - Games Live Streaming.md b/Tenmado/Linux - Games Live Streaming.md new file mode 100644 index 0000000..e06b9ea --- /dev/null +++ b/Tenmado/Linux - Games Live Streaming.md @@ -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 + + + +