I've been running into variations in style in the docs I've edited so far. I've been including changes for consistency in with other commits but in many cases that makes one part of one doc more consistent with the rest but less consistent with itself. It seems like a bit of cleanup may be in order. This change applies the following conventions: - Section heading heirarchy: #. ``=`` with overline for document title, IOW first heading #. ``-`` #. ``~`` #. ``"`` - Two newlines before ``-`` sections for readability - A newline between every section of any level and the first line of text - Wrap paragraph lines at 88 characters to match Python's Black I've only applied these changes to those ``*.rst`` files that aren't generated. In the future, I might suggest another bulk change to match [the Sphinx conventions for section headings](https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#sections).
29 lines
1.4 KiB
ReStructuredText
29 lines
1.4 KiB
ReStructuredText
======
|
|
Unraid
|
|
======
|
|
|
|
You can install our :unraid:`unraid community apps <community/apps?q=ytdl-sub#r>`
|
|
through the `Unraid Community Apps plugin <https://unraid.net/community/apps>`_.
|
|
|
|
If you installed the ``ytdl-sub-gui`` app, the code-server will be running at
|
|
http://localhost:8443 (replace ``localhost`` with the IP of the computer running Unraid
|
|
if you aren't trying to access ``ytdl-sub`` on that computer). Open this page in a
|
|
browser to access and interact with ``ytdl-sub``.
|
|
|
|
If you installed the ``ytdl-sub`` app (headless), open the normal app-specific console
|
|
to access and interact with ``ytdl-sub``. Once open, you must first run ``su abc -s
|
|
/bin/bash`` to change to the non-root user. You can confirm that this command worked by
|
|
running ``whoami`` and verifying that the result is ``abc``.
|
|
|
|
.. warning::
|
|
|
|
If you use the below option to access the ``ytdl-sub`` console, be sure to run ``su
|
|
abc -s /bin/bash`` first thing. You can confirm that this command worked by running
|
|
``whoami`` and verifying that the result is ``abc``. Do **NOT** run ``ytdl-sub`` as
|
|
the root user! Running as root will set the owner of all modified files to root,
|
|
which prevents most media managers and players from accessing the files.
|
|
|
|
.. figure:: ../../../images/unraid_badconsole.png
|
|
:alt:
|
|
The Unraid community app plugin GUI, with an arrow pointing at the "Console"
|
|
option in the dropdown after selecting ytdl-sub-gui
|