Commit Graph

134 Commits

Author SHA1 Message Date
kimboslice99
dcae99517b
Update iis.md 2023-01-17 22:46:24 -05:00
kimboslice99
def321feb0
Add files via upload 2023-01-17 18:05:51 -05:00
Brett Petch
5eda19ddda
note: docker not in host mode 2023-01-13 15:43:12 -05:00
Vlad-Stefan Harbuz
f4df6ef54d add Alpine Linux to installation instructions 2023-01-12 22:52:44 +00:00
Anthony Lavado
1d3636940c
Merge pull request #338 from jellyfin/nv-actual-containers
Update installation/container page
2023-01-12 16:31:17 -05:00
Niels van Velzen
73c7fec032 Update installation/container page
- Use heading for docker compose
- Remove kubernetes (community project which has not seen updates since 2019)
- Remove cloudron - disguised advertisement
- Remove multipass - disguised advertisement
2023-01-12 22:17:39 +01:00
Shadowghost
73233f88ec
Merge pull request #335 from jellyfin/st-no-android
Remove Android and Android TV from source tree page
2023-01-12 22:16:33 +01:00
Niels van Velzen
b24befa114 Remove Android and Android TV from source tree page
They're quite outdated and there is no interest from the Android team to update in docs. Might make sense to add those structures to the README's though
2023-01-12 21:54:29 +01:00
kulps
adf1268865
Update hardware-acceleration.md
Grammar correction
2023-01-10 22:36:14 -07:00
Jollerprutt
192ea06f78
update layout of directory tree
Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com>
2022-12-28 10:04:08 +01:00
Jollerprutt
4598efcdfe
Clarify requirements for multiple movie versions
Clarify that for multiple movie versioning to work the filename prefix needs to be a perfect match to the folder name.
2022-12-27 13:00:30 +01:00
Christopher Merkle
bb91d5febc
Update jellyfin version listed in tutorial
Jellyfin version listed in the tutorial is out of date, which causes an error 404 when attempting to access the archives.
2022-12-24 11:50:33 -06:00
Niels van Velzen
782079e84f Rework installation section in docs 2022-12-17 16:22:04 +01:00
Peter Boivin
1ac3b9dce6 Update development.md
&& DOTNET_CLI_HOME="/tmp/"
2022-12-16 20:21:43 -05:00
ethicnology
37c79f3047 Update installing.md
Multipass integration
2022-12-14 21:11:50 +01:00
Joshua M. Boniface
d8a3fc2179
Merge pull request #251 from jellyfin/nfo-docs 2022-12-10 16:32:20 -05:00
Joshua M. Boniface
496bc7ff1e
Update docs/general/server/metadata/index.md
Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com>
2022-12-10 16:29:41 -05:00
Joshua M. Boniface
5a65a22b53
Merge pull request #277 from photonconvergence/show-extras 2022-12-10 16:29:23 -05:00
Joshua M. Boniface
94c0351f08
Merge pull request #280 from jdgarner123160/patch-2 2022-12-10 16:28:46 -05:00
Bill Thornton
38114a31b4 Combine client and server download pages 2022-12-09 01:34:19 -05:00
Jeroen De Meerleer
a33ab4bc80
Styling count indicators 2022-11-30 14:14:47 +01:00
jdgarner123160
8fb11e35c0
Merge branch 'master' into patch-2 2022-11-30 07:06:12 -06:00
jdgarner123160
2f8e8c81e7
Update installing.md 2022-11-29 18:30:45 -06:00
jdgarner123160
7e06376e4d
Update installing.md 2022-11-29 18:11:38 -06:00
jdgarner123160
7982b7a8c8
Update installing.md
Updating wording on the debian repository setup instructions to avoid repository signing conflicts if the user runs all the commands shown.
2022-11-25 10:16:22 -06:00
photonconvergence
80f293e519 Update show extras 2022-11-21 17:18:23 -08:00
Cody Tipton
649891c830
Update docker-compose.yml example
Add optional `extra_hosts:` argument to docker-compose example, which is necessary to pass docker healthcheck when running in host network mode.  Otherwise results in false-positive "unhealthy" warning in `docker container ls` output, as localhost is unresolved without setting host.docker.internal:host-gateway.  At least, this is the case for me on linux, running:

~/self-hosted/jellyfin
⟩ pacman -Q | grep docker
docker 1:20.10.21-1
docker-compose 2.12.2-1

~/self-hosted/jellyfin
⟩ pacman -Q | grep container
containerd 1.6.10-1
containers-common 1:0.50.1-2
2022-11-20 23:01:01 -06:00
Niels van Velzen
dba24b8c00
Merge pull request #256 from MMMZZZZ/master
Adding Jellyfin Migrator Project to the Migration Page
2022-11-20 21:44:18 +01:00
Niels van Velzen
1c1e782795
Merge pull request #271 from jdgarner123160/patch-1
Update installing.md
2022-11-20 21:42:11 +01:00
Cameron
73de2abde3
Update hardware-acceleration.md
Quick documentation change to fix https://github.com/jellyfin/jellyfin-docs/issues/661. Running with current syntax gives docker error:

 'group_add[0]' expected type 'string', got unconvertible type 'int', value: '''group_add[0]' expected type 'string', got unconvertible type 'int', value: '' 

Adding the double quotes fixes the syntax error.
2022-11-20 14:48:06 -05:00
jdgarner123160
e75c659444
Update installing.md
Changed from "docker-compose" to "docker compose".
2022-11-20 12:35:02 -06:00
Max Zuidberg
9d0e1b7c80
Removed trailing space 2022-11-17 13:55:48 +01:00
Max Zuidberg
b7d6ad4105 Feedback from @nielsvanvelzen 2022-11-17 13:24:13 +01:00
Jonas Stylbäck
16f6ee95b9
Update fail2ban.md
- New logpath as it might differ between installation methods, with docker for example the log path is in /config/log/.
- New failregex as IP-addresses are quoted like so: "1.1.1.1", which will not be caught with the old regex.
- Added --print-all-matched to fail2ban-regex test to only get the relevant lines as output, makes it so the user won't have to sift through the output looking for said matches.
- Some text changes.
2022-11-14 14:11:19 +01:00
Niels van Velzen
524d6beee7
Merge pull request #261 from aripollak/patch-1
Remove note about RPi and non-official images
2022-11-07 21:35:01 +01:00
photonconvergence
2bd3326f01
Merge branch 'jellyfin:master' into movie-special-features 2022-11-07 11:26:23 -08:00
Ari Pollak
9f161e8189
Remove note about RPi and non-official images 2022-11-07 10:12:32 -05:00
Matt Coleman
9e30388b31 Fix Debian/Ubuntu steps in "Installing Jellyfin"
The downloads page was recently updated to use the deb822 format for
Debian and Ubuntu, but the documentation was not.

This commit updates "Installing Jellyfin" to match the instructions on
the "Downloads" page.
2022-11-01 10:43:25 -04:00
Max Zuidberg
0d8fb3c0d1
Removed trailing whitespaces
Didn‘t know these were an issue…
2022-11-01 10:27:01 +01:00
photonconvergence
9b10e8e45a Add movie extra types
Add a few missing supported extra types
2022-10-31 15:26:17 -07:00
Max Zuidberg
4bc05e71b2 Added Jellyfin-Migrator Project
Additionally, I felt like changing the page overview was necessary with this change. It used to be focussed on the Linux->Docker migration, so I moved that part to the respective section further down the page.
2022-10-31 23:05:51 +01:00
David Ullmer
304bc27df8
Add link to images section 2022-10-27 17:12:31 +02:00
David Ullmer
61d12728d1
Add .nfo metadata information to docs 2022-10-27 17:10:06 +02:00
David Ullmer
6f5c8054bf
Remove suggestion to name Series with an imdbid
Documentation was wrong, naming a series with an IMDb is is not supported. See https://github.com/jellyfin/jellyfin/issues/7905#issuecomment-1153748204
2022-10-25 07:47:02 +02:00
Bill Thornton
92845e1079 Expand external file flag documentation 2022-10-19 17:06:49 -04:00
Bill Thornton
6c99461577 Update client inclusion requirements 2022-10-19 14:12:50 -04:00
Anthony Lavado
6cfc8005a7
remove x86 mention as it is deprecated 2022-10-19 11:21:27 -04:00
Bill Thornton
1541633408 Add documentation for EmbeddedImageExtractor 2022-10-13 11:24:33 -04:00
Bill Thornton
a60e3006c6 Fix failregex for fail2ban config 2022-10-13 11:21:22 -04:00
Bill Thornton
3477b8f65e Keep HTTPS request headers 2022-10-13 11:19:35 -04:00