diff --git a/README.md b/README.md index 856fda47..ef46b5c0 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,18 @@ This repository contains the official HexOS documentation including guides, inst ## Table of Contents -- [Quick Start](#quick-start) -- [Contributing](#contributing) -- [Documentation Structure](#documentation-structure) -- [Get Help](#get-help) +- [HexOS Documentation](#hexos-documentation) + - [Table of Contents](#table-of-contents) + - [Quick Start](#quick-start) + - [Build](#build) + - [Contributing](#contributing) + - [Contributing Guide](#contributing-guide) + - [Setup](#setup) + - [Making Changes](#making-changes) + - [Submitting Your Contribution](#submitting-your-contribution) + - [Project Structure](#project-structure) + - [Guidelines](#guidelines) + - [Get Help](#get-help) ## Quick Start @@ -99,6 +107,5 @@ docs/ ## Get Help -- **Questions about contributing?** Open an issue or reach out to [@cole](https://hub.hexos.com/profile/27801-csmanel/) - **Found a bug in the docs?** [Open an issue](https://github.com/Eshtek/hexos-docs/issues) -- **Need help with HexOS?** Visit the [HexOS Community](https://hub.hexos.com/) +- **Need help with HexOS?** Visit the [HexOS Community](https://hub.hexos.com/) or contact support directly at support@hexos.com diff --git a/docs/public/install-scripts/emby.json b/docs/public/install-scripts/emby.json index 2642dfd8..d2308691 100644 --- a/docs/public/install-scripts/emby.json +++ b/docs/public/install-scripts/emby.json @@ -68,7 +68,7 @@ }, "https_port": { "bind_mode": "published", - "port_number": 9920 + "port_number": 8920 } }, "resources": { diff --git a/docs/public/install-scripts/jellyfin.json b/docs/public/install-scripts/jellyfin.json index a3b81f7a..b88e9d50 100644 --- a/docs/public/install-scripts/jellyfin.json +++ b/docs/public/install-scripts/jellyfin.json @@ -64,11 +64,11 @@ "network": { "web_port": { "bind_mode": "published", - "port_number": 8096 + "port_number": 30013 }, "https_port": { "bind_mode": "published", - "port_number": 8920 + "port_number": 30014 } }, "resources": {