Refactor assets and config directory

This commit is contained in:
ReenigneArcher 2022-05-11 21:31:31 -04:00
commit 68ba1db24a
69 changed files with 89 additions and 74 deletions

View file

@ -6,9 +6,12 @@ Sunshine will work with the default settings for most users. In some cases you m
Configuration
-------------
The default location for the configuration file is ``./assets/sunshine.conf``. You can use another location if you
The default location for the configuration file is listed below. You can use another location if you
choose, by passing in the full configuration file path as the first argument when you start Sunshine.
The default location of the ``apps.json`` is the same as the configuration file. You can use a custom
location by modifying the configuration file.
**Default File Location**
.. table::
@ -17,9 +20,10 @@ choose, by passing in the full configuration file path as the first argument whe
======= ===========
Value Description
======= ===========
Linux ./assets/sunshine.conf
MacOS /opt/local/etc/sunshine.conf
Windows ./assets/sunshine.conf
Docker /config/
Linux /usr/local/sunshine/config/
MacOS /usr/local/sunshine/config/
Windows ./config/
======= ===========
Example

View file

@ -27,7 +27,7 @@ AppImage
.. image:: https://img.shields.io/github/issues/sunshinestream/sunshine/pkg:appimage?logo=github&style=for-the-badge
:alt: GitHub issues by-label
The current compatibility of the AppImage is shown below.
The current known compatibility of the AppImage is shown below.
- [✖] Debian oldstable (buster)
- [✔] Debian stable (bullseye)