Skip to content

Commit 728ef7c

Browse files
authored
Merge pull request #137 from eshtek/fix/emby-port
Emby : Move port to 8920 -> 9920 to avoid conflict with Jellyfin
2 parents ce78e1c + 15424ec commit 728ef7c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/features/apps/install-scripts/curated/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
|---|---|---:|---|
66
| `bazarr` | [bazarr.json](/install-scripts/bazarr.json) | 1.3 KB | 2025-12-25 |
77
| `drawio` | [drawio.json](/install-scripts/drawio.json) | 739 B | 2025-12-25 |
8-
| `emby` | [emby.json](/install-scripts/emby.json) | 2.2 KB | 2025-12-25 |
8+
| `emby` | [emby.json](/install-scripts/emby.json) | 2.2 KB | 2026-01-06 |
99
| `handbrake` | [handbrake.json](/install-scripts/handbrake.json) | 1.8 KB | 2025-12-25 |
1010
| `home-assistant` | [home-assistant.json](/install-scripts/home-assistant.json) | 1.6 KB | 2025-12-04 |
1111
| `immich` | [immich.json](/install-scripts/immich.json) | 1.7 KB | 2025-12-12 |

docs/public/install-scripts/emby.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"version": 3,
33
"script": {
4-
"version": "1.0.0",
5-
"changeLog": "Initial Script"
4+
"version": "1.0.1",
5+
"changeLog": "Emby port change"
66
},
77
"requirements": {
88
"locations": ["ApplicationsPerformance", "ApplicationsCapacity", "Media", "Photos", "Music", "Movies", "Shows", "Videos"],
@@ -68,7 +68,7 @@
6868
},
6969
"https_port": {
7070
"bind_mode": "published",
71-
"port_number": 8920
71+
"port_number": 9920
7272
}
7373
},
7474
"resources": {

0 commit comments

Comments
 (0)