Commit Graph

173 Commits

Author SHA1 Message Date
Disaster2life
e981357ade
Update troubleshooting.md
quick language change, current version implies instructions to uninstall MacOS, change might help users find the topic with more ease?
2023-02-14 01:05:03 +05:30
lucario
23a3e50f5b
Fix forwardfor header and add health check 2023-02-12 16:45:05 -05:00
srcrist
3fda15d665
fix code block 2023-02-08 19:03:10 -05:00
srcrist
9cb56dabaa
Fix indent
fixed indent in first code block
2023-02-08 15:39:33 -05:00
srcrist
8ea0950d01
Update docs/general/administration/troubleshooting.md
Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com>
2023-02-08 15:36:08 -05:00
srcrist
380e51ab0e
Debug logging overhaul rev. 2
Major revision based on Matrix feedback and discussion. Methodology involving logging,default,json entirely removed. Methodology involving logging.json expanded and clarified.
2023-02-08 14:41:38 -05:00
srcrist
238e7b1758
Forgot a word
Forgot a word
2023-02-08 03:21:13 -05:00
srcrist
2fe26b1729
Small clarity improvement
Small clarity improvement.
2023-02-08 02:54:49 -05:00
srcrist
6f7318c498
Update Debug Logging Documentation
Expanded and revised the documentation on debug logging to include the case where an installation has the optional 'logging.json' file present. Also generally revised and clarified language, added a link to the configuration directory documentation, and added instructions for disabling debug logging.
2023-02-08 02:37:13 -05:00
Steven McElligott
0a6b95e163 fix lint of link 2023-02-06 10:02:26 -05:00
StevenMcElligott
f376cd8eae
Merge branch 'jellyfin:master' into jellyfin-truecharts 2023-02-06 10:02:05 -05:00
srcrist
073490d9cc
Link update
Updated link for generic Linux in the introduction to match its new location in the Linux installation documentation.
2023-02-06 02:34:20 -05:00
Steven McElligott
89fd1adeaa lint? 2023-02-05 17:43:53 -05:00
Steven McElligott
9a50a41ba5 remove code blocks 2023-02-05 16:21:15 -05:00
StevenMcElligott
10153a83ba
Merge branch 'jellyfin:master' into jellyfin-truecharts 2023-02-05 16:19:13 -05:00
Niels van Velzen
ac9de9d5bd
Merge pull request #382 from srcrist/patch-5
Clarity update for movies.md
2023-02-05 21:52:17 +01:00
srcrist
17aebf8e4c
Clarity update for movies.md
Fixing my own superfluous comma and moving a parenthetical to a standalone sentence for clarity.
2023-02-05 15:44:33 -05:00
srcrist
ede512ad3c
Clean up lint
Fixed blank lines surrounding generic linux header.
2023-02-05 12:05:40 -05:00
srcrist
a3f7d8b724
Merge branch 'master' into patch-3 2023-02-05 11:57:55 -05:00
StevenMcElligott
50925174ae
Merge branch 'jellyfin:master' into jellyfin-truecharts 2023-02-05 11:48:05 -05:00
Steven McElligott
2079137392 docs(Container): Add info about TrueNAS/TrueCharts 2023-02-05 11:46:31 -05:00
srcrist
a4a7e84712
Deprioritize generic Linux information
Moved documentation on generic Linux to the bottom of the Linux installation documentation to match the order in the index. The use of generic Linux installations is discouraged and this should emphasize other methods first.
2023-02-04 21:55:20 -05:00
srcrist
0362ad8414
Update movies.md
fix trailing space
2023-02-04 21:24:19 -05:00
srcrist
d2bf26cdec
Update movies.md
Cleaned up 3D Movies information for added clarity and corrected an error in the examples.
2023-02-04 19:49:33 -05:00
ReenigneArcher
23b746ef49
Add Themerr to third party plugin list 2023-02-04 13:59:31 -05:00
ReenigneArcher
2383f8fd65
remove windows note about unresolved permissions 2023-02-03 09:55:12 -05:00
Ryan Algar
154e9871f3 Fix GPG key URIs in docs 2023-01-31 12:23:33 -08:00
TheMelmacian
c195cf5d8c fix markdownlint errors 2023-01-29 22:58:34 +01:00
TheMelmacian
d3d528daee Add guide for 3D content to the Movies docs 2023-01-29 20:55:37 +01:00
joelishness
420dd97b31
Add Legacy HDHomeRun info to Live TV setup-guide.md 2023-01-28 13:24:19 -08:00
joelishness
5334687be2
Update setup-guide.md
Add description of required manual steps for Legacy HDHomerun tuners.
2023-01-28 12:02:44 -08:00
Shadowghost
f03ed43ea7
Merge pull request #354 from CyrusYip/patch-1
comment in docker command should be removed
2023-01-22 13:46:38 +01:00
Niels van Velzen
64ab29b7bf Use release-10.8.z branch in web-config page 2023-01-22 11:54:22 +01:00
Cyrus Yip
550009d011
comment in docker command should be removed
Command fails with comment.

```
❯ docker run -d \
 --volume /path/to/config:/config \
 --volume /path/to/cache:/cache \
 --volume /path/to/media:/media \
 --user 1000:1000 \
 --group-add="122" \ # Change this to match your system
 --net=host \
 --restart=unless-stopped \
 --device /dev/dri/renderD128:/dev/dri/renderD128 \
 --device /dev/dri/card0:/dev/dri/card0 \
 jellyfin/jellyfin
docker: invalid reference format.
See 'docker run --help'.
zsh: command not found: --net=host
```
2023-01-22 11:26:50 +08:00
Lucas-101
ab3fffa13c
Fix egrep: warning: egrep is obsolescent; when running command 2023-01-21 10:54:57 -08:00
kimboslice99
02b857a51a
Update ipban.md 2023-01-18 11:25:31 -05:00
kimboslice99
3193ffdd52
Update iis.md 2023-01-18 11:24:36 -05:00
kimboslice99
aaedb1929a
Update ipban.md 2023-01-18 10:55:39 -05:00
kimboslice99
7ff7bdf9db
Update iis.md 2023-01-18 10:45:54 -05:00
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