https://github.com/thoroc/home-media-server
personal version of smarthomebeginner docker home media server
https://github.com/thoroc/home-media-server
couchpotato docker docker-compose makefile plex portainer qbittorrent watchtower
Last synced: 8 months ago
JSON representation
personal version of smarthomebeginner docker home media server
- Host: GitHub
- URL: https://github.com/thoroc/home-media-server
- Owner: thoroc
- Created: 2018-06-10T15:09:43.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-02-12T21:46:54.000Z (8 months ago)
- Last Synced: 2025-02-12T22:32:48.054Z (8 months ago)
- Topics: couchpotato, docker, docker-compose, makefile, plex, portainer, qbittorrent, watchtower
- Language: TypeScript
- Size: 69.3 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Home Media Server - HMS Victor
## What
Setup for a home media server using `docker`/`docker-compose` to run `plex` and
associated software.## Why
Setting up and running a plex server manually off a regular computer is fine,
but _AUTOMATION_!## How
### Prerequisite
- [git](https://git-scm.com/)
- [docker](https://www.docker.com/) (only the cli is fine)
- [Deno](https://deno.com/)### Installation & Setup
- clone the present repository: `git clone github.com/thoroc/home-server`
- move to the new folder on your machine: `cd $_`
- run first `deno task cli env`
- run `deno task cli start`### Usage
```bash
Task cli deno run -A main.ts "--help"Usage: home-server-cli
Version: 0.1.0Description:
CLI for managing home server
Options:
-h, --help - Show this help.
-V, --version - Show the version number for this program.Commands:
list - Lists the applications
start - Starts the application(s)
stop - Stops the application(s)
env - setup the environment variables
```## Stacks
- [ ] Portainer