readme update

This commit is contained in:
xis 2023-10-23 21:18:32 +02:00
parent 66d74acbfc
commit e57fa69304

View file

@ -7,6 +7,7 @@ devices in your network.
It supports the group folders as well.
## Running in Docker
You can use the docker image with nextcloud-dlna e.g.:
```bash
@ -49,9 +50,9 @@ or, if you've already built the project and created the jar file:
Available env variables with their default values that you can overwrite:
| env variable | default value | description |
|------------------------------|----------------|---------------------------------------------------------|
|------------------------------|----------------|---------------------------------------------------------------------------------------------------------------|
| NEXTCLOUD_DLNA_SERVER_PORT | 8080 | port on which the contentController will listen |
| NEXTCLOUD_DLNA_INTERFACE | eth0 | interface the server will be listening on |
| NEXTCLOUD_DLNA_INTERFACE | | (optional) interface the server will be listening on<br/>if not given, the default local address will be used |
| NEXTCLOUD_DLNA_FRIENDLY_NAME | Nextcloud-DLNA | friendly name of the DLNA service |
| NEXTCLOUD_DATA_DIR | | nextcloud installation directory (that ends with /data) |
| NEXTCLOUD_DB_TYPE | mariadb | nextcloud database type (mysql, mariadb, postgresql) |
@ -61,7 +62,6 @@ Available env variables with their default values that you can overwrite:
| NEXTCLOUD_DB_USER | nextcloud | nextcloud database username |
| NEXTCLOUD_DB_PASS | nextcloud | nextcloud database password |
### Code used
Some java code was taken from https://github.com/haku/dlnatoad