convert LF

This commit is contained in:
Alexandre
2021-10-18 17:00:48 +02:00
parent 899c6e5b79
commit 39acb510bb
9 changed files with 109 additions and 109 deletions

View File

@@ -1,28 +1,36 @@
## 1.0.0 (13-10-2021)
- Update to latest version from linuxserver/docker-bazarr
## 0.9.9 (11-09-2021)
- Update to latest version from linuxserver/docker-bazarr
## 0.9.8 (02-09-2021)
- Update to latest version from linuxserver/docker-bazarr
## 0.9.7 (14-08-2021)
- Update to latest version from linuxserver/docker-bazarr
## 0.9.6 (07-08-2021)
- Update to latest version from linuxserver/docker-bazarr
## 2.6.2 (07-08-2021)
- Update to latest version from alexbelgium/portainer
## 0.9.6 (21-07-2021)
- Update to latest version from linuxserver/docker-bazarr
- Enable smb mounts
## 0.9.5 (09-05-2021)
- Update to latest version from linuxserver/docker-bazarr
## 3.0.2.4552
- Update to latest version from linuxserver/docker-bazarr

View File

@@ -10,17 +10,17 @@ RUN \
apt-get clean \
&& apt-get update \
&& apt-get install -y \
jq \
curl \
cifs-utils \
keyutils \
samba \
jq \
curl \
cifs-utils \
keyutils \
samba \
|| apk add --no-cache \
jq \
curl \
cifs-utils \
keyutils \
samba \
jq \
curl \
cifs-utils \
keyutils \
samba \
\
##################
# Install bashio #

View File

@@ -1,15 +1,6 @@
{
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"backup_exclude": [
"**/Backups/*",
"**/logs/*",
"**/MediaCover/*"
],
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"backup_exclude": ["**/Backups/*", "**/logs/*", "**/MediaCover/*"],
"boot": "auto",
"description": "Companion application to Sonarr and Radarr to download subtitles",
"devices": [
@@ -32,12 +23,7 @@
"PUID": "0",
"PGID": "0"
},
"map": [
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
"name": "Bazarr NAS",
"options": {
"PUID": 0,
@@ -49,10 +35,7 @@
"ports_description": {
"6767/tcp": "web interface"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"PUID": "int",
"PGID": "int",