mirror of
https://github.com/hrfee/jellyfin-accounts.git
synced 2024-12-22 17:10:11 +00:00
reference wiki pages
This commit is contained in:
parent
90cdfe1ccc
commit
42196b5fe7
@ -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]
|
||||||
|
Loading…
Reference in New Issue
Block a user