mirror of
https://gitea.com/mcereda/oam.git
synced 2026-03-03 07:24:24 +00:00
chore(jellyfin): start adding notes
This commit is contained in:
20
docker compositions/jellyfin/docker-compose.yml
Normal file
20
docker compositions/jellyfin/docker-compose.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
volumes:
|
||||
cache:
|
||||
config:
|
||||
services:
|
||||
jellyfin:
|
||||
image: jellyfin/jellyfin:2026022305
|
||||
container_name: jellyfin
|
||||
devices:
|
||||
- /dev/dri:/dev/dri
|
||||
ports:
|
||||
- 8096:8096/tcp
|
||||
- 7359:7359/udp
|
||||
volumes:
|
||||
- config:/config
|
||||
- cache:/cache
|
||||
- type: bind
|
||||
source: /tank/media
|
||||
target: /media
|
||||
restart: unless-stopped
|
||||
68
knowledge base/jellyfin.md
Normal file
68
knowledge base/jellyfin.md
Normal file
@@ -0,0 +1,68 @@
|
||||
# Jellyfin
|
||||
|
||||
Free software media system.<br/>
|
||||
Allows streaming to any device from one's own server, with no strings attached.
|
||||
|
||||
1. [TL;DR](#tldr)
|
||||
1. [Further readings](#further-readings)
|
||||
1. [Sources](#sources)
|
||||
|
||||
## TL;DR
|
||||
|
||||
TODO
|
||||
|
||||
<!-- Uncomment if used
|
||||
<details>
|
||||
<summary>Setup</summary>
|
||||
|
||||
```sh
|
||||
```
|
||||
|
||||
</details>
|
||||
-->
|
||||
|
||||
<!-- Uncomment if used
|
||||
<details>
|
||||
<summary>Usage</summary>
|
||||
|
||||
```sh
|
||||
```
|
||||
|
||||
</details>
|
||||
-->
|
||||
|
||||
<!-- Uncomment if used
|
||||
<details>
|
||||
<summary>Real world use cases</summary>
|
||||
|
||||
```sh
|
||||
```
|
||||
|
||||
</details>
|
||||
-->
|
||||
|
||||
## Further readings
|
||||
|
||||
- [Website]
|
||||
- [Codebase]
|
||||
- [Blog]
|
||||
|
||||
### Sources
|
||||
|
||||
- [Documentation]
|
||||
|
||||
<!--
|
||||
Reference
|
||||
═╬═Time══
|
||||
-->
|
||||
|
||||
<!-- In-article sections -->
|
||||
<!-- Knowledge base -->
|
||||
<!-- Files -->
|
||||
<!-- Upstream -->
|
||||
[Blog]: https://jellyfin.org/posts
|
||||
[Codebase]: https://github.com/jellyfin/jellyfin
|
||||
[Documentation]: https://jellyfin.org/docs
|
||||
[Website]: https://jellyfin.org/
|
||||
|
||||
<!-- Others -->
|
||||
Reference in New Issue
Block a user