Some additions. Authentication for Unmanic is still WIP
This commit is contained in:
parent
184a56a7be
commit
0c5c3a258b
@ -5,6 +5,12 @@ visible: false
|
||||
|
||||
[toc]
|
||||
|
||||
## Networking
|
||||
|
||||
```
|
||||
8888: Port for Webinterface
|
||||
```
|
||||
|
||||
## Installation
|
||||
|
||||
```
|
||||
@ -13,8 +19,15 @@ podman run -itd \
|
||||
-e PUID=0 \
|
||||
-e PGID=0 \
|
||||
-p 8888:8888 \
|
||||
-v config:/config \
|
||||
-v library:/library \
|
||||
-v cache:/tmp/unmanic \
|
||||
-v /mnt/unmanic/config:/config \
|
||||
-v /mnt/unmanic/medialib:/medialib \
|
||||
-v /mnt/unmanic/cache:/tmp/unmanic \
|
||||
docker.io/josh5/unmanic:latest
|
||||
```
|
||||
|
||||
## Authentication
|
||||
|
||||
> [nginx basic auth](https://docs.nginx.com/nginx/admin-guide/security-controls/configuring-http-basic-authentication/)
|
||||
|
||||
Unmanic does not have any authentication built in. However, it does support basic authentication for remote servers.
|
||||
To use basic auth however, a webserver has to be configured through which Unmanic will be accessed.
|
||||
|
Loading…
Reference in New Issue
Block a user