mirror of
https://github.com/hrfee/jellyfin-accounts.git
synced 2024-12-22 17:10:11 +00:00
Merge branch 'master' of https://github.com/hrfee/jellyfin-accounts
This commit is contained in:
commit
ed0ca7e490
@ -16,7 +16,7 @@ A basic account management system for [Jellyfin](https://github.com/jellyfin/jel
|
||||
## Get it
|
||||
### 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
|
||||
* flask
|
||||
@ -34,11 +34,13 @@ A basic account management system for [Jellyfin](https://github.com/jellyfin/jel
|
||||
* watchdog
|
||||
```
|
||||
### Install
|
||||
Usually as simple as:
|
||||
```
|
||||
git clone https://github.com/hrfee/jellyfin-accounts.git
|
||||
cd jellyfin-accounts
|
||||
python3 setup.py install
|
||||
```
|
||||
If not, see [install](https://github.com/hrfee/jellyfin-accounts/wiki/Install).
|
||||
|
||||
### Usage
|
||||
* Passing no arguments will run the server
|
||||
@ -71,6 +73,8 @@ optional arguments:
|
||||
#### Configuration
|
||||
* 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`.
|
||||
```
|
||||
[jellyfin]
|
||||
|
Loading…
Reference in New Issue
Block a user