This commit is contained in:
Harvey Tindall 2020-04-13 15:12:56 +01:00
commit ed0ca7e490

View File

@ -16,7 +16,7 @@ A basic account management system for [Jellyfin](https://github.com/jellyfin/jel
## Get it ## Get it
### Requirements ### Requirements
* This should work anywhere Python does, i've tried to not use anything OS-specific. Drop an issue if you encounter issues, of course. * This should work anywhere Python does, i've tried to not use anything OS-specific. Drop an issue if there's a problem, of course.
``` ```
* python >= 3.6 * python >= 3.6
* flask * flask
@ -34,11 +34,13 @@ A basic account management system for [Jellyfin](https://github.com/jellyfin/jel
* watchdog * watchdog
``` ```
### Install ### Install
Usually as simple as:
``` ```
git clone https://github.com/hrfee/jellyfin-accounts.git git clone https://github.com/hrfee/jellyfin-accounts.git
cd jellyfin-accounts cd jellyfin-accounts
python3 setup.py install python3 setup.py install
``` ```
If not, see [install](https://github.com/hrfee/jellyfin-accounts/wiki/Install).
### Usage ### Usage
* Passing no arguments will run the server * Passing no arguments will run the server
@ -71,6 +73,8 @@ optional arguments:
#### Configuration #### Configuration
* Note: Make sure to put this behind a reverse proxy with HTTPS. * Note: Make sure to put this behind a reverse proxy with HTTPS.
For detailed descriptions of each setting, see [setup](https://github.com/hrfee/jellyfin-accounts/wiki/Setup).
On first run, the default configuration is copied to `~/.jf-accounts/config.ini`. On first run, the default configuration is copied to `~/.jf-accounts/config.ini`.
``` ```
[jellyfin] [jellyfin]