Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/IronicBadger/pms-wiki
The aim is to share knowledge and information about building an open-source media server.
https://github.com/IronicBadger/pms-wiki
Last synced: 3 months ago
JSON representation
The aim is to share knowledge and information about building an open-source media server.
- Host: GitHub
- URL: https://github.com/IronicBadger/pms-wiki
- Owner: ironicbadger
- License: other
- Created: 2020-12-27T02:41:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-14T20:39:21.000Z (5 months ago)
- Last Synced: 2024-08-01T12:18:33.105Z (3 months ago)
- Language: HTML
- Homepage: https://perfectmediaserver.com
- Size: 29.2 MB
- Stars: 386
- Watchers: 16
- Forks: 54
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - pms-wiki - The aim is to share knowledge and information about building an open-source media server. (Dockerfile)
README
# ironicbadger/pms-wiki
You can find the full site at [perfectmediaserver.com](https://perfectmediaserver.com).
## Abstract
Perfect Media Server began life as a series of blog posts over at [blog.linuxserver.io](https://blog.linuxserver.io/tag/perfectmediaserver/). Those posts continue to be very popular, but a blog post can only get you so far. Therefore, I introduce perfectmediaserver.com - a wiki format information repository detailing all you need to know to build a free, open, and modular media server that will last for years to come.
The primary technologies we recommend are [Linux](https://www.linux.org/), Containers (via [docker](https://www.docker.com/) and managed using [docker-compose](https://docs.docker.com/compose/)), [Proxmox](https://www.proxmox.com/en/), [mergerfs](https://github.com/trapexit/mergerfs/), [SnapRAID](http://www.snapraid.it/) and [ZFS](https://zfsonlinux.org/).
You can find the original blog series of PMS here:
- [Perfect Media Server (2016 Edition) - The Original Article](https://blog.linuxserver.io/2016/02/02/the-perfect-media-server-2016/)
- [Perfect Media Server (2017 Edition) - Extensive video guides](https://blog.linuxserver.io/2017/06/24/the-perfect-media-server-2017/)
- [Perfect Media Server (2019 Edition) - Boring is reliable + adding ZFS](https://blog.linuxserver.io/2019/07/16/perfect-media-server-2019/)
- [Perfect Media Server (2020 Edition) - Launching perfectmediaserver.com](https://blog.ktz.me/the-perfect-media-server-2020-edition/)If you're looking to build a media server, then you've come to the right place. This site documents the many aspects of building a media server using Free and Open Source Software wherever possible.
## Usage
If writing and wanting to run a local copy of the wiki, run:
```bash
$ docker-compose up --build
```or
```bash
pip3 -U -r requirements.txtmkdocs serve
```In both cases the site will be available at `localhost:8000`. In the docker version though some niceities like auto refresh on save go away.
## Deployment
To deploy the site, push to `main`, and a GitHub action will do the rest.
## Contributing
To contribute, open a PR, and I will review it. Gratefully received!