This commit is contained in:
Alexandre
2023-01-28 16:56:04 +01:00
187 changed files with 1196 additions and 591 deletions

View File

@@ -15,10 +15,6 @@ jobs:
- name: Create stats - name: Create stats
run: | run: |
echo "Starting" echo "Starting"
# Exit if stats file younger than 3 days
if [[ ! $(find "Stats" -mtime +3 -print) ]]; then
exit 0
fi
COUNT=0 COUNT=0
COUNT1=0 COUNT1=0
COUNT2=0 COUNT2=0
@@ -156,6 +152,7 @@ jobs:
set autoscale set autoscale
set terminal png size 500,300 set terminal png size 500,300
set output 'stats.png' set output 'stats.png'
set term png tiny
plot 'Stats3' using 1:2 lt rgb 'red' w l title 'Total addons' smooth csplines plot 'Stats3' using 1:2 lt rgb 'red' w l title 'Total addons' smooth csplines
EOFMarker EOFMarker
rm Stats3 rm Stats3
@@ -216,9 +213,24 @@ jobs:
set autoscale set autoscale
set terminal png size 500,300 set terminal png size 500,300
set output 'stats_addons.png' set output 'stats_addons.png'
set term png tiny
plot for [i=2:*] 'Stats3' using 1:i w l title columnhead(i) smooth csplines plot for [i=2:*] 'Stats3' using 1:i w l title columnhead(i) smooth csplines
EOFMarker EOFMarker
) || true ) || ( gnuplot-nox -persist <<-EOFMarker
set title 'Top 10 addons'
set ylabel 'Number of installations'
set xdata time
set datafile missing "-"
set timefmt "%Y-%m-%d"
set format x "%y-%m-%d"
set datafile sep ' '
set autoscale
set terminal png size 500,300
set output 'stats_addons.png'
set term png tiny
plot for [i=2:*] 'Stats3' using 1:i w l title columnhead(i)
EOFMarker
)
#plot for [i=1:*] 'Stats3' using 0:i #plot for [i=1:*] 'Stats3' using 0:i
rm Stats3 rm Stats3
- name: Commit if needed - name: Commit if needed

View File

@@ -43,17 +43,17 @@ If you want to do add the repository manually, please follow the procedure highl
Number of addons in the repository : 74 Number of addons in the repository : 74
Total number of addons installed : 11500 Total number of addons installed : 12065
Top 3 most installed addons : Top 3 most installed addons :
1. Portainer (2238x) 1. Portainer (2538x)
2. Filebrowser (1359x) 2. Filebrowser (1359x)
3. Enedisgateway2mqtt (504x) 3. Epicgamesfree (493x)
Most used architectures : Most used architectures :
- amd64: 57% - amd64: 56%
- aarch64: 38% - aarch64: 38%
- armv7: 4% - armv7: 6%
Downloads evolution : Downloads evolution :
@@ -336,22 +336,24 @@ Downloads evolution :
![amd64][amd64-badge] ![amd64][amd64-badge]
![armv7no][armv7no-badge] ![armv7no][armv7no-badge]
&#10003; [MyElectricalData](enedisgateway2mqtt/) : Use Enedis Gateway API to send data in your MQTT Broker (latest channel) &#10003; ![image](https://api.iconify.design/mdi/lightning-bolt-outline.svg) [MyElectricalData](enedisgateway2mqtt/) : Use Enedis Gateway API to send data in your MQTT Broker (latest channel)
&emsp;&emsp;![Version](https://img.shields.io/badge/dynamic/json?label=Version&query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Fenedisgateway2mqtt%2Fconfig.json) &emsp;&emsp;![Version](https://img.shields.io/badge/dynamic/json?label=Version&query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Fenedisgateway2mqtt%2Fconfig.json)
![Update](https://img.shields.io/badge/dynamic/json?label=Updated&query=%24.last_update&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Fenedisgateway2mqtt%2Fupdater.json) ![Update](https://img.shields.io/badge/dynamic/json?label=Updated&query=%24.last_update&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Fenedisgateway2mqtt%2Fupdater.json)
![aarch64][aarch64-badge] ![aarch64][aarch64-badge]
![amd64][amd64-badge] ![amd64][amd64-badge]
![armv7][armv7-badge] ![armv7][armv7-badge]
![ingress][ingress-badge]
![mqtt][mqtt-badge] ![mqtt][mqtt-badge]
&#10003; [MyElectricalData Dev](enedisgateway2mqtt_dev/) : Use Enedis Gateway API to send data in your MQTT Broker (dev channel) &#10003; ![image](https://api.iconify.design/mdi/lightning-bolt-outline.svg) [MyElectricalData Dev](enedisgateway2mqtt_dev/) : Use Enedis Gateway API to send data in your MQTT Broker (dev channel)
&emsp;&emsp;![Version](https://img.shields.io/badge/dynamic/json?label=Version&query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Fenedisgateway2mqtt_dev%2Fconfig.json) &emsp;&emsp;![Version](https://img.shields.io/badge/dynamic/json?label=Version&query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Fenedisgateway2mqtt_dev%2Fconfig.json)
![Update](https://img.shields.io/badge/dynamic/json?label=Updated&query=%24.last_update&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Fenedisgateway2mqtt_dev%2Fupdater.json) ![Update](https://img.shields.io/badge/dynamic/json?label=Updated&query=%24.last_update&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Fenedisgateway2mqtt_dev%2Fupdater.json)
![aarch64][aarch64-badge] ![aarch64][aarch64-badge]
![amd64][amd64-badge] ![amd64][amd64-badge]
![armv7][armv7-badge] ![armv7][armv7-badge]
![ingress][ingress-badge]
![mqtt][mqtt-badge] ![mqtt][mqtt-badge]
&#10003; [Mylar3](mylar3/) : Automated comic book downloader for use with NZB and torrents &#10003; [Mylar3](mylar3/) : Automated comic book downloader for use with NZB and torrents
@@ -486,7 +488,7 @@ Downloads evolution :
![amd64][amd64-badge] ![amd64][amd64-badge]
![armv7][armv7-badge] ![armv7][armv7-badge]
&#10003; ![image](https://api.iconify.design/mdi/docker.svg) [Portainer (2238x)](portainer/) : Manage your Docker environment with ease &#10003; ![image](https://api.iconify.design/mdi/docker.svg) [Portainer (2538x)](portainer/) : Manage your Docker environment with ease
&emsp;&emsp;![Version](https://img.shields.io/badge/dynamic/json?label=Version&query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Fportainer%2Fconfig.json) &emsp;&emsp;![Version](https://img.shields.io/badge/dynamic/json?label=Version&query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Fportainer%2Fconfig.json)
![Update](https://img.shields.io/badge/dynamic/json?label=Updated&query=%24.last_update&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Fportainer%2Fupdater.json) ![Update](https://img.shields.io/badge/dynamic/json?label=Updated&query=%24.last_update&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Fportainer%2Fupdater.json)

148
Stats
View File

@@ -1,74 +1,74 @@
2023-01-21 2023-01-13 2023-01-06 2022-12-30 2022-12-24 2022-12-16 2022-12-09 2022-12-08 Date 2023-01-27 2023-01-21 2023-01-13 2023-01-06 2022-12-30 2022-12-24 2022-12-16 2022-12-09 2022-12-08 Date
11500 10919 9777 7647 7966 4937 3908 3691 TOTAL 12065 11500 10919 9777 7647 7966 4937 3908 3691 TOTAL
2238 1987 1630 1327 1176 847 588 555 portainer 2538 2238 1987 1630 1327 1176 847 588 555 portainer
1359 1359 1070 888 727 477 285 264 filebrowser 1356 1359 1359 1070 888 727 477 285 264 filebrowser
504 397 403 272 289 35 59 39 enedisgateway2mqtt 493 407 393 377 98 359 91 321 313 epicgamesfree
468 468 405 328 283 193 124 94 nextcloud_ocr 328 276 192 142 7 90 53 38 35 mealie
407 393 377 98 359 91 321 313 epicgamesfree 325 323 323 337 312 407 266 240 225 qbittorrent
323 323 337 312 407 266 240 225 qbittorrent 277 254 254 294 218 282 205 204 195 transmission_ls
288 288 237 181 298 226 195 195 plex_nas 254 504 397 403 272 289 35 59 39 myelectricaldata
276 192 142 7 90 53 38 35 mealie 251 207 169 163 144 110 68 47 47 fireflyiii
254 254 294 218 282 205 204 195 transmission_ls 251 193 193 225 172 181 156 201 196 jellyfin
207 169 163 144 110 68 47 47 fireflyiii 243 288 288 237 181 298 226 195 195 plex_nas
200 200 128 95 91 47 31 29 radarr_nas 238 468 468 405 328 283 193 124 94 nextcloud_ocr
193 164 139 109 97 61 43 40 browserless_chrome 225 193 164 139 109 97 61 43 40 browserless_chrome
188 144 176 150 131 91 59 57 guacamole 223 174 119 117 123 104 45 19 14 zoneminder
174 119 117 123 104 45 19 14 zoneminder 217 146 146 121 90 88 55 37 35 sonarr_nas
155 155 134 110 95 82 17 17 code_server 208 200 200 128 95 91 47 31 29 radarr_nas
148 125 102 87 80 45 21 19 addons_updater 168 148 125 102 87 80 45 21 19 addons_updater
142 126 98 88 75 39 30 29 arpspoof 168 142 126 98 88 75 39 30 29 arpspoof
135 119 97 82 72 41 32 29 whoogle-search 157 93 114 94 73 52 44 34 32 tandoor_recipes
132 119 99 73 64 33 27 27 overseerr 150 132 119 99 73 64 33 27 27 overseerr
127 105 93 88 78 53 51 51 omada 148 135 119 97 82 72 41 32 29 whoogle-search
110 100 85 78 70 37 25 22 organizr 138 129 129 120 114 142 100 114 113 prowlarr
108 98 80 66 51 23 15 14 xteve 134 110 100 85 78 70 37 25 22 organizr
105 85 69 74 81 48 24 23 joplin 130 105 85 69 74 81 48 24 23 joplin
93 114 94 73 52 44 34 32 tandoor_recipes 129 118 118 94 106 136 104 95 95 jackett_nas
91 89 71 43 60 38 22 20 scrutiny-fa 127 122 122 120 86 122 79 67 65 webtop_kde
89 75 65 55 46 29 17 15 wger 127 115 115 125 98 112 86 107 69 calibre
85 76 67 56 49 24 20 18 baikal 123 108 98 80 66 51 23 15 14 xteve
80 64 50 39 26 7 4 4 vaultwarden 122 188 144 176 150 131 91 59 57 guacamole
77 73 62 51 47 23 16 15 fireflyiii_data_importer 114 102 102 87 72 61 33 22 20 cloudcommander
70 56 44 39 34 11 7 6 flaresolverr 113 91 89 71 43 60 38 22 20 scrutiny-fa
69 62 41 28 45 18 7 5 enedisgateway2mqtt_dev 111 89 75 65 55 46 29 17 15 wger
68 65 53 42 35 16 11 9 papermerge 108 134 134 123 84 104 57 86 80 paperless_ng
68 53 47 38 29 13 7 7 gazpar2mqtt 104 85 76 67 56 49 24 20 18 baikal
64 52 46 43 37 19 13 13 teamspeak 103 80 64 50 39 26 7 4 4 vaultwarden
59 46 40 34 29 12 7 7 inadyn 91 68 65 53 42 35 16 11 9 papermerge
59 45 42 33 63 33 32 31 plex-media-manager 90 70 56 44 39 34 11 7 6 flaresolverr
52 47 45 31 31 13 7 7 elasticsearch 89 68 53 47 38 29 13 7 7 gazpar2mqtt
50 40 39 30 24 9 4 4 ombi 87 143 143 121 112 103 78 81 81 photoprism
45 38 55 48 43 21 10 9 grav 86 22 22 73 72 81 69 73 69 calibre_web
150 150 145 127 99 60 72 66 emby 85 150 150 145 127 99 60 72 66 emby
43 38 34 30 24 7 13 11 omada_v3 84 127 105 93 88 78 53 51 51 omada
39 57 38 45 32 21 14 12 gitea 83 77 73 62 51 47 23 16 15 fireflyiii_data_importer
34 33 31 32 32 20 18 18 joal 82 64 52 46 43 37 19 13 13 teamspeak
30 23 20 24 38 22 26 26 flexget 80 84 84 49 103 98 75 69 68 bazarr
29 25 55 49 45 27 23 22 spotweb 75 155 155 134 110 95 82 17 17 code_server
28 24 25 22 18 4 1 1 requestrr 74 81 81 67 48 84 58 58 58 scrutiny
20 16 8 24 18 5 7 7 fireflyiii_fints_importer 72 62 62 76 61 84 57 50 50 nzbget
193 193 225 172 181 156 201 196 jellyfin 72 145 145 126 80 97 67 54 54 transmission_openvpn
61 61 50 49 43 21 17 17 seafile 71 59 46 40 34 29 12 7 7 inadyn
2 2 0 - - - - - immich 69 52 47 45 31 31 13 7 7 elasticsearch
122 122 120 86 122 79 67 65 webtop_kde 65 58 58 52 42 68 51 45 44 lidarr_nas
52 52 43 39 65 49 42 41 readarr_nas 65 50 40 39 30 24 9 4 4 ombi
146 146 121 90 88 55 37 35 sonarr_nas 65 45 38 55 48 43 21 10 9 grav
145 145 126 80 97 67 54 54 transmission_openvpn 62 52 52 43 39 65 49 42 41 readarr_nas
68 68 57 41 37 19 10 9 ubooquity 56 59 45 42 33 63 33 32 31 plex-media-manager
118 118 94 106 136 104 95 95 jackett_nas 53 39 57 38 45 32 21 14 12 gitea
84 84 49 103 98 75 69 68 bazarr 51 29 29 20 8 44 28 26 26 webtrees
37 37 19 11 28 12 10 8 resiliosync 48 34 33 31 32 32 20 18 18 joal
22 22 73 72 81 69 73 69 calibre_web 46 29 25 55 49 45 27 23 22 spotweb
143 143 121 112 103 78 81 81 photoprism 41 28 24 25 22 18 4 1 1 requestrr
134 134 123 84 104 57 86 80 paperless_ng 37 68 68 57 41 37 19 10 9 ubooquity
129 129 120 114 142 100 114 113 prowlarr 37 44 44 40 31 30 12 8 7 tdarr
115 115 125 98 112 86 107 69 calibre 37 30 23 20 24 38 22 26 26 flexget
81 81 67 48 84 58 58 58 scrutiny 31 37 37 19 11 28 12 10 8 resiliosync
29 29 20 8 44 28 26 26 webtrees 29 20 16 8 24 18 5 7 7 fireflyiii_fints_importer
62 62 76 61 84 57 50 50 nzbget 28 2 2 0 - - - - - immich
58 58 52 42 68 51 45 44 lidarr_nas 27 43 38 34 30 24 7 13 11 omada_v3
44 44 40 31 30 12 8 7 tdarr 26 32 32 22 19 53 33 27 26 piwigo
32 32 22 19 53 33 27 26 piwigo 25 61 61 50 49 43 21 17 17 seafile
32 32 21 22 20 11 9 9 unpackerr 25 32 32 21 22 20 11 9 9 unpackerr
25 25 24 22 19 6 3 3 mylar3 22 69 62 41 28 45 18 7 5 myelectricaldata_dev
102 102 87 72 61 33 22 20 cloudcommander 20 25 25 24 22 19 6 3 3 mylar3

146
Stats2
View File

@@ -1,75 +1,75 @@
Name Total armv7 amd64 aarch64 Name Total armv7 amd64 aarch64
------------------------------ ------------------------------
zoneminder 174 10 113 51 zoneminder 223 14 146 63
xteve 108 9 59 40 xteve 123 13 64 46
whoogle-search 135 3 89 43 whoogle-search 148 7 94 47
wger 89 - 51 38 wger 111 - 62 49
webtrees 1 0 1 0 webtrees 51 4 22 25
webtop_kde 6 0 4 2 webtop_kde 127 5 88 34
unpackerr 0 - 0 0 unpackerr 25 - 15 10
ubooquity 3 1 2 0 ubooquity 37 5 17 15
transmission_openvpn 4 0 2 2 transmission_openvpn 72 6 38 28
transmission_ls 9 0 7 2 transmission_ls 277 12 158 107
teamspeak 64 3 45 16 teamspeak 82 7 52 23
tdarr 0 0 0 0 tdarr 37 4 24 9
tandoor_recipes 93 4 66 23 tandoor_recipes 157 11 94 52
spotweb 29 0 17 12 spotweb 46 4 26 16
sonarr_nas 4 0 3 1 sonarr_nas 218 9 137 72
seafile 7 6 1 0 seafile 25 10 10 5
scrutiny-fa 91 - 58 33 scrutiny-fa 113 - 65 48
scrutiny 1 - 1 0 scrutiny 74 - 47 27
resiliosync 2 1 1 0 resiliosync 31 5 15 11
requestrr 28 4 15 9 requestrr 41 8 20 13
readarr_nas 4 0 4 0 readarr_nas 62 7 37 18
radarr_nas 5 0 4 1 radarr_nas 209 9 131 69
qbittorrent 19 1 7 11 qbittorrent 325 16 173 136
prowlarr 2 0 1 1 prowlarr 138 7 91 40
portainer 2239 116 1214 909 portainer 2542 132 1374 1036
plex-media-manager 59 1 42 16 plex-media-manager 56 4 33 19
plex_nas 10 1 7 2 plex_nas 243 12 151 80
piwigo 0 0 0 0 piwigo 26 5 11 10
photoprism 2 - 2 0 photoprism 89 - 58 31
papermerge 68 4 30 34 papermerge 91 8 42 41
paperless_ng 2 0 2 0 paperless_ng 108 5 59 44
overseerr 132 2 91 39 overseerr 150 6 99 45
organizr 110 6 68 36 organizr 134 10 81 43
ombi 50 5 28 17 ombi 65 9 35 21
omada_v3 43 - 24 19 omada_v3 27 - 18 9
omada 127 - 70 57 omada 84 - 51 33
nzbget 0 0 0 0 nzbget 72 5 38 29
nextcloud_ocr 16 0 7 9 nextcloud_ocr 239 10 127 102
mylar3 0 0 0 0 mylar3 20 4 10 6
mealie 276 - 178 98 mealie 328 - 207 121
lidarr_nas 0 0 0 0 lidarr_nas 66 5 41 20
joplin 105 4 65 36 joplin 130 9 78 43
joal 34 5 15 14 joal 48 9 20 19
jellyfin 17 0 13 4 jellyfin 251 14 127 110
jackett_nas 3 0 2 1 jackett_nas 129 8 84 37
inadyn 59 5 33 21 inadyn 71 9 39 23
immich 6 3 3 immich 28 15 13
guacamole 188 - 144 44 guacamole 122 - 93 29
grav 45 2 31 12 grav 65 6 39 20
gitea 39 - 17 22 gitea 53 - 22 31
gazpar2mqtt 68 5 35 28 gazpar2mqtt 89 10 39 40
flexget 30 0 13 17 flexget 38 5 18 15
flaresolverr 70 3 41 26 flaresolverr 90 7 49 34
fireflyiii_fints_importer 20 - 11 9 fireflyiii_fints_importer 29 - 16 13
fireflyiii_data_importer 77 5 37 35 fireflyiii_data_importer 83 4 47 32
fireflyiii 207 9 116 82 fireflyiii 251 14 139 98
filebrowser 24 0 13 11 filebrowser 1357 66 694 597
epicgamesfree 407 - 250 157 epicgamesfree 494 - 296 198
enedisgateway2mqtt_dev 69 4 28 37 myelectricaldata_dev 23 6 10 7
enedisgateway2mqtt 504 42 227 235 myelectricaldata 258 25 119 114
emby 44 0 27 17 emby 85 5 45 35
elasticsearch 52 - 32 20 elasticsearch 69 - 41 28
code_server 1 0 0 1 code_server 75 12 35 28
cloudcommander 0 0 0 0 cloudcommander 114 8 66 40
calibre_web 2 1 0 1 calibre_web 86 7 40 39
calibre 2 0 1 1 calibre 127 7 62 58
browserless_chrome 193 - 129 64 browserless_chrome 225 - 147 78
calibre_web 2 1 0 1 calibre_web 86 7 40 39
vaultwarden 80 5 47 28 vaultwarden 103 9 58 36
bazarr 2 0 2 0 bazarr 80 6 49 25
baikal 85 5 51 29 baikal 104 9 60 35
arpspoof 142 12 74 56 arpspoof 168 17 87 64
addons_updater 148 9 81 58 addons_updater 168 13 87 68

View File

@@ -1,97 +1,656 @@
--- additional_apps:
configuration: name: additional_apps
PGID: description: Additional apps to install at boot
name: PGID allow_ipv6:
description: >- name: allow_ipv6
The user group ID, as described in description: Enables ipv6 in the addon
https://docs.linuxserver.io/general/understanding-puid-and-pgid ALLOW_SIGNUP:
PUID: name: ALLOW_SIGNUP
name: PUID description: See upstream app documentation
description: >- ALLOWED_HOSTS:
The user group ID, as described in name: ALLOWED_HOSTS
https://docs.linuxserver.io/general/understanding-puid-and-pgid description: See upstream app documentation
TZ: APP_BASE_URL:
name: TZ name: APP_BASE_URL
description: >- description: See upstream app documentation
The timezone, as described in APP_KEY:
https://en.wikipedia.org/wiki/List_of_tz_database_time_zones name: APP_KEY
cifspassword: description: See upstream app documentation
name: cifspassword APP_NAME:
description: 'Your password to access your SMB share, same for all smb shares' name: APP_NAME
cifsusername: description: See upstream app documentation
name: cifsusername append_myip:
description: 'Your username to access your SMB share, same for all smb shares' name: append_myip
description: See upstream app documentation
auto_restart:
name: auto_restart
description: See upstream app documentation
BACKUP_PATH:
name: BACKUP_PATH
description: See upstream app documentation
base_folder:
name: base_folder
description: See upstream app documentation
BASE_URL:
name: BASE_URL
description: See upstream app documentation
base_url_portless:
name: base_url_portless
description: See upstream app documentation
certfile:
name: certfile
description: fullchain.pem #ssl certificate, must be located in /ssl
checkip_command:
name: checkip_command
description: See upstream app documentation
checkip_path:
name: checkip_path
description: See upstream app documentation
checkip_server:
name: checkip_server
description: See upstream app documentation
checkip_ssl:
name: checkip_ssl
description: See upstream app documentation
cifsdomain: cifsdomain:
name: cifsdomain name: cifsdomain
description: Allow setting the domain for the smb share description: Allow setting the domain for the smb share
database: cifspassword:
name: database name: cifspassword
description: Type of database to use description: Your password to access your SMB share, same for all smb shares
cifsusername:
name: cifsusername
description: Your username to access your SMB share, same for all smb shares
claim:
name: claim
description: See upstream app documentation
CLI_ARGS:
name: CLI_ARGS
description: See upstream app documentation
COLLECTOR_API_ENDPOINT:
name: COLLECTOR_API_ENDPOINT
description: See upstream app documentation
COLLECTOR_HOST_ID:
name: COLLECTOR_HOST_ID
description: See upstream app documentation
CONFIG_LOCATION:
name: CONFIG_LOCATION
description: See upstream app documentation
CUSTOM_OPTIONS:
name: CUSTOM_OPTIONS
description: See upstream app documentation
custom_provider:
name: custom_provider
description: See upstream app documentation
customUI:
name: customUI
description: selection from list # alternative webUI can be set here
data_directory:
name: data_directory
description: See upstream app documentation
data_location: data_location:
name: data_location name: data_location
description: Where do you want your data stored description: Where do you want your data stored
localdisks: database:
name: localdisks name: database
description: >- description: Type of database to use
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) DB_CLIENT:
to mount separated by commas (ex: sda1,sdb1,MYNAS) name: DB_CLIENT
networkdisks: description: See upstream app documentation
name: networkdisks DB_CONNECTION:
description: 'list of smb servers to mount, separated by commas (//xxx.xx.xx.xx/share)' name: DB_CONNECTION
DB_HOSTNAME: description: See upstream app documentation
name: DB_HOSTNAME DB_DATABASE:
description: If using external postgresql name: DB_DATABASE
DB_USERNAME: description: See upstream app documentation
name: DB_USERNAME
description: If using external postgresql
DB_PORT:
name: DB_PORT
description: If using external postgresql
DB_PASSWORD:
name: DB_PASSWORD
description: If using external postgresql
DB_DATABASE_NAME: DB_DATABASE_NAME:
name: DB_DATABASE_NAME name: DB_DATABASE_NAME
description: If using external postgresql description: If using external postgresql
UPLOAD_LOCATION: DB_HOST:
name: UPLOAD_LOCATION name: DB_HOST
description: This is the location where uploaded files are stored description: See upstream app documentation
DB_HOSTNAME:
name: DB_HOSTNAME
description: If using external database
DB_PASSWORD:
name: DB_PASSWORD
description: If using external database
DB_PORT:
name: DB_PORT
description: If using external database
DB_TYPE:
name: DB_TYPE
description: See upstream app documentation
DB_USERNAME:
name: DB_USERNAME
description: If using external database
ddns_path:
name: ddns_path
description: See upstream app documentation
ddns_server:
name: ddns_server
description: See upstream app documentation
DEBUG:
name: DEBUG
description: See upstream app documentation
DISABLE_MACHINE_LEARNING:
name: DISABLE_MACHINE_LEARNING
description: See upstream app documentation
DNS_server:
name: DNS_server
description: See upstream app documentation
DOCKER_MODS:
name: DOCKER_MODS
description: See upstream app documentation
DOMAIN:
name: DOMAIN
description: See upstream app documentation
download_dir:
name: download_dir
description: See upstream app documentation
downloads_location:
name: downloads_location
description: See upstream app documentation
DROPBOX_TOKEN:
name: DROPBOX_TOKEN
description: See upstream app documentation
edge_repositories:
name: edge_repositories
description: See upstream app documentation
elasticsearch_server:
name: elasticsearch_server
description: See upstream app documentation
expose_collector:
name: expose_collector
description: See upstream app documentation
EXTENSIONS:
name: EXTENSIONS
description: See upstream app documentation
extraction_path:
name: extraction_path
description: See upstream app documentation
fake_address:
name: fake_address
description: See upstream app documentation
FG_LOG_LEVEL:
name: FG_LOG_LEVEL
description: See upstream app documentation
FG_PLUGINS:
name: FG_PLUGINS
description: See upstream app documentation
FIREFLY_III_ACCESS_TOKEN:
name: FIREFLY_III_ACCESS_TOKEN
description: See upstream app documentation
FIREFLY_III_CLIENT_ID:
name: FIREFLY_III_CLIENT_ID
description: See upstream app documentation
FIREFLY_III_URL:
name: FIREFLY_III_URL
description: See upstream app documentation
forced_update:
name: forced_update
description: See upstream app documentation
Full_Text_Search:
name: Full_Text_Search
description: See upstream app documentation
gitapi:
name: gitapi
description: See upstream app documentation
gitmail:
name: gitmail
description: See upstream app documentation
gitpass:
name: gitpass
description: See upstream app documentation
gituser:
name: gituser
description: See upstream app documentation
graphic_drivers:
name: graphic_drivers
description: See upstream app documentation
hostname:
name: hostname
description: See upstream app documentation
HTTPS_ONLY:
name: HTTPS_ONLY
description: See upstream app documentation
iface:
name: iface
description: See upstream app documentation
Images_location:
name: Images_location
description: See upstream app documentation
imaphost:
name: imaphost
description: See upstream app documentation
imappassword:
name: imappassword
description: See upstream app documentation
imapusername:
name: imapusername
description: See upstream app documentation
import_dir:
name: import_dir
description: See upstream app documentation
IMPORT_PATH:
name: IMPORT_PATH
description: See upstream app documentation
incomplete_dir:
name: incomplete_dir
description: See upstream app documentation
ingress_disabled:
name: ingress_disabled
description: See upstream app documentation
ingress_user:
name: ingress_user
description: See upstream app documentation
INTERFACE_NAME:
name: INTERFACE_NAME
description: See upstream app documentation
iterations:
name: iterations
description: See upstream app documentation
JWT_SECRET: JWT_SECRET:
name: JWT_SECRET name: JWT_SECRET
description: Used to sign the authentication keys for user login description: Used to sign the authentication keys for user login
run_duration: KEYBOARD:
name: run_duration name: KEYBOARD
description: >- description: See upstream app documentation
12h #for how long should the addon run. Must be formatted as number + time
unit (ex : 5s, or 2m, or 12h, or 5d...)
silent:
name: silent
description: 'true #suppresses debug messages'
ssl:
name: ssl
description: 'true/false : enables ssl. Need certfile and keyfile filled'
certfile:
name: certfile
description: 'fullchain.pem #ssl certificate, must be located in /ssl'
keyfile: keyfile:
name: keyfile name: keyfile
description: 'privkey.pem #sslkeyfile, must be located in /ssl' description: privkey.pem #sslkeyfile, must be located in /ssl
LOCAL_NETWORK:
name: LOCAL_NETWORK
description: See upstream app documentation
localdisks:
name: localdisks
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
log_level:
name: log_level
description: See upstream app documentation
MAILER_AUTH_PASSWORD:
name: MAILER_AUTH_PASSWORD
description: See upstream app documentation
MAILER_AUTH_USER:
name: MAILER_AUTH_USER
description: See upstream app documentation
MAILER_ENABLED:
name: MAILER_ENABLED
description: See upstream app documentation
name: OPENVPN_PROVIDER
description: See upstream app documentation
OPENVPN_USERNAME:
name: OPENVPN_USERNAME
description: See upstream app documentation
ORIGINALS_PATH:
name: ORIGINALS_PATH
description: See upstream app documentation
PAPERLESS_OCR_MODE:
name: PAPERLESS_OCR_MODE
description: See upstream app documentation
PAPERLESS_URL:
name: PAPERLESS_URL
description: See upstream app documentation
pass:
name: pass
description: See upstream app documentation
password:
name: password
description: See upstream app documentation
period:
name: period
description: See upstream app documentation
PGID:
name: PGID
description: The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
PMM_CONFIG:
name: PMM_CONFIG
description: See upstream app documentation
PMM_NO_MISSING:
name: PMM_NO_MISSING
description: See upstream app documentation
PMM_RUN:
name: PMM_RUN
description: See upstream app documentation
PMM_TEST:
name: PMM_TEST
description: See upstream app documentation
PMM_TIME:
name: PMM_TIME
description: See upstream app documentation
POSTGRES_DATABASE:
name: POSTGRES_DATABASE
description: See upstream app documentation
POSTGRES_DB:
name: POSTGRES_DB
description: See upstream app documentation
POSTGRES_HOST:
name: POSTGRES_HOST
description: See upstream app documentation
POSTGRES_PASSWORD:
name: POSTGRES_PASSWORD
description: See upstream app documentation
POSTGRES_PORT:
name: POSTGRES_PORT
description: See upstream app documentation
POSTGRES_USER:
name: POSTGRES_USER
description: See upstream app documentation
provider:
name: provider
description: See upstream app documentation
providers:
name: providers
description: See upstream app documentation
proxied:
name: proxied
description: See upstream app documentation
PUID:
name: PUID
description: The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
remote_mysql_database:
name: remote_mysql_database
description: See upstream app documentation
remote_mysql_host:
name: remote_mysql_host
description: See upstream app documentation
remote_mysql_password:
name: remote_mysql_password
description: See upstream app documentation
remote_mysql_port:
name: remote_mysql_port
description: See upstream app documentation
remote_mysql_username:
name: remote_mysql_username
description: See upstream app documentation
repository:
name: repository
description: See upstream app documentation
request_size_limit:
name: request_size_limit
description: See upstream app documentation
ROOT_URL:
name: ROOT_URL
description: See upstream app documentation
ROUTER_IP:
name: ROUTER_IP
description: See upstream app documentation
rpi_video_drivers:
name: rpi_video_drivers
description: See upstream app documentation
run_duration:
name: run_duration
description: 12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
SavePath:
name: SavePath
description: See upstream app documentation
SEAFILE_ADMIN_EMAIL:
name: SEAFILE_ADMIN_EMAIL
description: See upstream app documentation
SEAFILE_ADMIN_PASSWORD:
name: SEAFILE_ADMIN_PASSWORD
description: See upstream app documentation
SECRET_KEY:
name: SECRET_KEY
description: See upstream app documentation
secret_token:
name: secret_token
description: See upstream app documentation
secure_ssl:
name: secure_ssl
description: See upstream app documentation
silent:
name: silent
description: true #suppresses debug messages
SMARTCTL_COMMAND_DEVICE_TYPE:
name: SMARTCTL_COMMAND_DEVICE_TYPE
description: See upstream app documentation
SMARTCTL_MEGARAID_DISK_NUM:
name: SMARTCTL_MEGARAID_DISK_NUM
description: See upstream app documentation
smbv1:
name: smbv1
description: See upstream app documentation
SPECTRE_APP_ID:
name: SPECTRE_APP_ID
description: See upstream app documentation
SPECTRE_SECRET:
name: SPECTRE_SECRET
description: See upstream app documentation
ssl:
name: ssl
description: true/false. enables ssl. Need certfile and keyfile filled'
storage_dir:
name: storage_dir
description: See upstream app documentation
STORAGE_PATH:
name: STORAGE_PATH
description: See upstream app documentation
theme:
name: theme
description: See upstream app documentation
TRANSMISSION_DOWNLOAD_DIR:
name: TRANSMISSION_DOWNLOAD_DIR
description: See upstream app documentation
TRANSMISSION_HOME:
name: TRANSMISSION_HOME
description: See upstream app documentation
TRANSMISSION_INCOMPLETE_DIR:
name: TRANSMISSION_INCOMPLETE_DIR
description: See upstream app documentation
TRANSMISSION_V3_UPDATE:
name: TRANSMISSION_V3_UPDATE
description: See upstream app documentation
TRANSMISSION_WATCH_DIR:
name: TRANSMISSION_WATCH_DIR
description: See upstream app documentation
TRANSMISSION_WEB_UI:
name: TRANSMISSION_WEB_UI
description: See upstream app documentation
trusted_domains:
name: trusted_domains
description: See upstream app documentation
trusted_headers:
name: trusted_headers
description: See upstream app documentation
ttl:
name: ttl
description: See upstream app documentation
TZ:
name: TZ
description: The timezone, as described in https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
ui_path:
name: ui_path
description: See upstream app documentation
Updates:
name: Updates
description: See upstream app documentation
UPLOAD_NSFW:
name: UPLOAD_NSFW
description: See upstream app documentation
URL:
name: URL
description: See upstream app documentation
use_own_certs:
name: use_own_certs
description: See upstream app documentation
user:
name: user
description: See upstream app documentation
user_agent:
name: user_agent
description: See upstream app documentation
username:
name: username
description: See upstream app documentation
verbose:
name: verbose
description: See upstream app documentation
verify_address:
name: verify_address
description: See upstream app documentation
watch_dir:
name: watch_dir
description: See upstream app documentation
watch_path:
name: watch_path
description: See upstream app documentation
WebuiPass:
name: WebuiPass
description: See upstream app documentation
whitelist: whitelist:
name: whitelist name: whitelist
description: '"localhost,192.168.0.0/16" # list ip subnets that won''t need a password' description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password'
customUI: WHOOGLE_ALT_IG:
name: customUI name: WHOOGLE_ALT_IG
description: >- description: See upstream app documentation
selection from list # alternative webUI can be set here. Latest version WHOOGLE_ALT_MD:
set at each addon start name: WHOOGLE_ALT_MD
DNS_servers: description: See upstream app documentation
name: DNS_servers WHOOGLE_ALT_RD:
description: >- name: WHOOGLE_ALT_RD
8.8.8.8,1.1.1.1 # Keep blank to use routers DNS, or set custom DNS to description: See upstream app documentation
avoid spamming in case of local DNS ad-remover WHOOGLE_ALT_TL:
name: WHOOGLE_ALT_TL
description: See upstream app documentation
WHOOGLE_ALT_TW:
name: WHOOGLE_ALT_TW
description: See upstream app documentation
WHOOGLE_ALT_YT:
name: WHOOGLE_ALT_YT
description: See upstream app documentation
WHOOGLE_AUTOCOMPLETE:
name: WHOOGLE_AUTOCOMPLETE
description: See upstream app documentation
WHOOGLE_CONFIG_ALTS:
name: WHOOGLE_CONFIG_ALTS
description: See upstream app documentation
WHOOGLE_CONFIG_BLOCK:
name: WHOOGLE_CONFIG_BLOCK
description: See upstream app documentation
WHOOGLE_CONFIG_COUNTRY:
name: WHOOGLE_CONFIG_COUNTRY
description: See upstream app documentation
WHOOGLE_CONFIG_DISABLE:
name: WHOOGLE_CONFIG_DISABLE
description: See upstream app documentation
WHOOGLE_CONFIG_GET_ONLY:
name: WHOOGLE_CONFIG_GET_ONLY
description: See upstream app documentation
WHOOGLE_CONFIG_LANGUAGE:
name: WHOOGLE_CONFIG_LANGUAGE
description: See upstream app documentation
WHOOGLE_CONFIG_NEAR:
name: WHOOGLE_CONFIG_NEAR
description: See upstream app documentation
WHOOGLE_CONFIG_NEW_TAB:
name: WHOOGLE_CONFIG_NEW_TAB
description: See upstream app documentation
WHOOGLE_CONFIG_SAFE:
name: WHOOGLE_CONFIG_SAFE
description: See upstream app documentation
WHOOGLE_CONFIG_SEARCH_LANGUAGE:
name: WHOOGLE_CONFIG_SEARCH_LANGUAGE
description: See upstream app documentation
WHOOGLE_CONFIG_THEME:
name: WHOOGLE_CONFIG_THEME
description: See upstream app documentation
WHOOGLE_CONFIG_URL:
name: WHOOGLE_CONFIG_URL
description: See upstream app documentation
WHOOGLE_CONFIG_VIEW_IMAGE:
name: WHOOGLE_CONFIG_VIEW_IMAGE
description: See upstream app documentation
WHOOGLE_CSP:
name: WHOOGLE_CSP
description: See upstream app documentation
WHOOGLE_MINIMAL:
name: WHOOGLE_MINIMAL
description: See upstream app documentation
WHOOGLE_PASS:
name: WHOOGLE_PASS
description: See upstream app documentation
WHOOGLE_PROXY_LOC:
name: WHOOGLE_PROXY_LOC
description: See upstream app documentation
WHOOGLE_PROXY_PASS:
name: WHOOGLE_PROXY_PASS
description: See upstream app documentation
WHOOGLE_PROXY_TYPE:
name: WHOOGLE_PROXY_TYPE
description: See upstream app documentation
WHOOGLE_PROXY_USER:
name: WHOOGLE_PROXY_USER
description: See upstream app documentation
WHOOGLE_RESULTS_PER_PAGE:
name: WHOOGLE_RESULTS_PER_PAGE
description: See upstream app documentation
WHOOGLE_USER:
name: WHOOGLE_USER
description: See upstream app documentation
wildcard:
name: wildcard
description: See upstream app documentation"
MAILER_HOST:
name: MAILER_HOST
description: See upstream app documentation
MAILER_NOREPLY_EMAIL:
name: MAILER_NOREPLY_EMAIL
description: See upstream app documentation
MAILER_NOREPLY_NAME:
name: MAILER_NOREPLY_NAME
description: See upstream app documentation
MAILER_PORT:
name: MAILER_PORT
description: See upstream app documentation
MAILER_SECURITY:
name: MAILER_SECURITY
description: See upstream app documentation
maxmem:
name: maxmem
description: See upstream app documentation
Mode:
name: Mode
description: See upstream app documentation
mqtt_autodiscover:
name: mqtt_autodiscover
description: See upstream app documentation
networkdisks:
name: networkdisks
description: list of smb servers to mount, separated by commas (//xxx.xx.xx.xx/share)
NoAuth:
name: NoAuth
description: See upstream app documentation
NORDIGEN_ID:
name: NORDIGEN_ID
description: See upstream app documentation
NORDIGEN_KEY:
name: NORDIGEN_KEY
description: See upstream app documentation
OAUTHLIB_RELAX_TOKEN_SCOPE:
name: OAUTHLIB_RELAX_TOKEN_SCOPE
description: See upstream app documentation
OCR:
name: OCR
description: See upstream app documentation
ocrlang:
name: ocrlang
description: See upstream app documentation
openvpn_alt_mode: openvpn_alt_mode:
name: openvpn_alt_mode name: openvpn_alt_mode
description: bind at container level and not app level description: bind at container level and not app level
openvpn_config: openvpn_config:
name: openvpn_config name: openvpn_config
description: 'for example "config.ovpn" # name of the file located in /config/openvpn' description: for example ""config.ovpn"" # name of the file located in /config/openvpn
OPENVPN_CUSTOM_PROVIDER:
name: OPENVPN_CUSTOM_PROVIDER
description: See upstream app documentation
OPENVPN_CUSTOM_PROVIDER_OVPN_LOCATION:
name: OPENVPN_CUSTOM_PROVIDER_OVPN_LOCATION
description: See upstream app documentation
openvpn_enabled:
name: openvpn_enabled
description: See upstream app documentation
OPENVPN_PASSWORD:
name: OPENVPN_PASSWORD
description: See upstream app documentation

View File

@@ -264,7 +264,7 @@
description: See upstream app documentation description: See upstream app documentation
localdisks: localdisks:
name: localdisks name: localdisks
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
log_level: log_level:
name: log_level name: log_level
description: See upstream app documentation description: See upstream app documentation
@@ -419,7 +419,7 @@
description: See upstream app documentation description: See upstream app documentation
ssl: ssl:
name: ssl name: ssl
description: true/false : enables ssl. Need certfile and keyfile filled' description: true/false. enables ssl. Need certfile and keyfile filled'
storage_dir: storage_dir:
name: storage_dir name: storage_dir
description: See upstream app documentation description: See upstream app documentation
@@ -500,7 +500,7 @@
description: See upstream app documentation description: See upstream app documentation
whitelist: whitelist:
name: whitelist name: whitelist
description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password'
WHOOGLE_ALT_IG: WHOOGLE_ALT_IG:
name: WHOOGLE_ALT_IG name: WHOOGLE_ALT_IG
description: See upstream app documentation description: See upstream app documentation

View File

@@ -264,7 +264,7 @@
description: See upstream app documentation description: See upstream app documentation
localdisks: localdisks:
name: localdisks name: localdisks
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
log_level: log_level:
name: log_level name: log_level
description: See upstream app documentation description: See upstream app documentation
@@ -419,7 +419,7 @@
description: See upstream app documentation description: See upstream app documentation
ssl: ssl:
name: ssl name: ssl
description: true/false : enables ssl. Need certfile and keyfile filled' description: true/false. enables ssl. Need certfile and keyfile filled'
storage_dir: storage_dir:
name: storage_dir name: storage_dir
description: See upstream app documentation description: See upstream app documentation
@@ -500,7 +500,7 @@
description: See upstream app documentation description: See upstream app documentation
whitelist: whitelist:
name: whitelist name: whitelist
description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password'
WHOOGLE_ALT_IG: WHOOGLE_ALT_IG:
name: WHOOGLE_ALT_IG name: WHOOGLE_ALT_IG
description: See upstream app documentation description: See upstream app documentation

View File

@@ -36,7 +36,7 @@ Configurations can be done through the app webUI, except for the following optio
PGID: user PGID: user
GPID: user GPID: user
TZ: timezone TZ: timezone
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
cifsusername: "username" # optional, smb username, same for all smb shares cifsusername: "username" # optional, smb username, same for all smb shares
cifspassword: "password" # optional, smb password cifspassword: "password" # optional, smb password

View File

@@ -264,7 +264,7 @@
description: See upstream app documentation description: See upstream app documentation
localdisks: localdisks:
name: localdisks name: localdisks
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
log_level: log_level:
name: log_level name: log_level
description: See upstream app documentation description: See upstream app documentation
@@ -419,7 +419,7 @@
description: See upstream app documentation description: See upstream app documentation
ssl: ssl:
name: ssl name: ssl
description: true/false : enables ssl. Need certfile and keyfile filled' description: true/false. enables ssl. Need certfile and keyfile filled'
storage_dir: storage_dir:
name: storage_dir name: storage_dir
description: See upstream app documentation description: See upstream app documentation
@@ -500,7 +500,7 @@
description: See upstream app documentation description: See upstream app documentation
whitelist: whitelist:
name: whitelist name: whitelist
description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password'
WHOOGLE_ALT_IG: WHOOGLE_ALT_IG:
name: WHOOGLE_ALT_IG name: WHOOGLE_ALT_IG
description: See upstream app documentation description: See upstream app documentation

View File

@@ -264,7 +264,7 @@
description: See upstream app documentation description: See upstream app documentation
localdisks: localdisks:
name: localdisks name: localdisks
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
log_level: log_level:
name: log_level name: log_level
description: See upstream app documentation description: See upstream app documentation
@@ -419,7 +419,7 @@
description: See upstream app documentation description: See upstream app documentation
ssl: ssl:
name: ssl name: ssl
description: true/false : enables ssl. Need certfile and keyfile filled' description: true/false. enables ssl. Need certfile and keyfile filled'
storage_dir: storage_dir:
name: storage_dir name: storage_dir
description: See upstream app documentation description: See upstream app documentation
@@ -500,7 +500,7 @@
description: See upstream app documentation description: See upstream app documentation
whitelist: whitelist:
name: whitelist name: whitelist
description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password'
WHOOGLE_ALT_IG: WHOOGLE_ALT_IG:
name: WHOOGLE_ALT_IG name: WHOOGLE_ALT_IG
description: See upstream app documentation description: See upstream app documentation

View File

@@ -51,7 +51,7 @@ Configurations can be done through the app webUI, except for the following optio
PGID: user PGID: user
GPID: user GPID: user
TZ: timezone TZ: timezone
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
cifsusername: "username" # optional, smb username, same for all smb shares cifsusername: "username" # optional, smb username, same for all smb shares
cifspassword: "password" # optional, smb password cifspassword: "password" # optional, smb password

View File

@@ -264,7 +264,7 @@
description: See upstream app documentation description: See upstream app documentation
localdisks: localdisks:
name: localdisks name: localdisks
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
log_level: log_level:
name: log_level name: log_level
description: See upstream app documentation description: See upstream app documentation
@@ -419,7 +419,7 @@
description: See upstream app documentation description: See upstream app documentation
ssl: ssl:
name: ssl name: ssl
description: true/false : enables ssl. Need certfile and keyfile filled' description: true/false. enables ssl. Need certfile and keyfile filled'
storage_dir: storage_dir:
name: storage_dir name: storage_dir
description: See upstream app documentation description: See upstream app documentation
@@ -500,7 +500,7 @@
description: See upstream app documentation description: See upstream app documentation
whitelist: whitelist:
name: whitelist name: whitelist
description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password'
WHOOGLE_ALT_IG: WHOOGLE_ALT_IG:
name: WHOOGLE_ALT_IG name: WHOOGLE_ALT_IG
description: See upstream app documentation description: See upstream app documentation

View File

@@ -264,7 +264,7 @@
description: See upstream app documentation description: See upstream app documentation
localdisks: localdisks:
name: localdisks name: localdisks
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
log_level: log_level:
name: log_level name: log_level
description: See upstream app documentation description: See upstream app documentation
@@ -419,7 +419,7 @@
description: See upstream app documentation description: See upstream app documentation
ssl: ssl:
name: ssl name: ssl
description: true/false : enables ssl. Need certfile and keyfile filled' description: true/false. enables ssl. Need certfile and keyfile filled'
storage_dir: storage_dir:
name: storage_dir name: storage_dir
description: See upstream app documentation description: See upstream app documentation
@@ -500,7 +500,7 @@
description: See upstream app documentation description: See upstream app documentation
whitelist: whitelist:
name: whitelist name: whitelist
description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password'
WHOOGLE_ALT_IG: WHOOGLE_ALT_IG:
name: WHOOGLE_ALT_IG name: WHOOGLE_ALT_IG
description: See upstream app documentation description: See upstream app documentation

View File

@@ -56,7 +56,7 @@ GPID: user
TZ: timezone TZ: timezone
PASSWORD: Optionally set a password for the gui PASSWORD: Optionally set a password for the gui
CLI_ARGS: Optionally pass cli start arguments to calibre CLI_ARGS: Optionally pass cli start arguments to calibre
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
cifsusername: "username" # optional, smb username, same for all smb shares cifsusername: "username" # optional, smb username, same for all smb shares
cifspassword: "password" # optional, smb password cifspassword: "password" # optional, smb password

View File

@@ -264,7 +264,7 @@
description: See upstream app documentation description: See upstream app documentation
localdisks: localdisks:
name: localdisks name: localdisks
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
log_level: log_level:
name: log_level name: log_level
description: See upstream app documentation description: See upstream app documentation
@@ -419,7 +419,7 @@
description: See upstream app documentation description: See upstream app documentation
ssl: ssl:
name: ssl name: ssl
description: true/false : enables ssl. Need certfile and keyfile filled' description: true/false. enables ssl. Need certfile and keyfile filled'
storage_dir: storage_dir:
name: storage_dir name: storage_dir
description: See upstream app documentation description: See upstream app documentation
@@ -500,7 +500,7 @@
description: See upstream app documentation description: See upstream app documentation
whitelist: whitelist:
name: whitelist name: whitelist
description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password'
WHOOGLE_ALT_IG: WHOOGLE_ALT_IG:
name: WHOOGLE_ALT_IG name: WHOOGLE_ALT_IG
description: See upstream app documentation description: See upstream app documentation

View File

@@ -1,4 +1,7 @@
## 0.6.19-ls193 (28-01-2023)
- Update to latest version from linuxserver/docker-calibre-web
## 0.6.19-ls192 (14-01-2023) ## 0.6.19-ls192 (14-01-2023)
- Update to latest version from linuxserver/docker-calibre-web - Update to latest version from linuxserver/docker-calibre-web

View File

@@ -57,7 +57,7 @@ GPID: user
TZ: timezone TZ: timezone
PASSWORD: Optionally set a password for the gui PASSWORD: Optionally set a password for the gui
CLI_ARGS: Optionally pass cli start arguments to calibre-web CLI_ARGS: Optionally pass cli start arguments to calibre-web
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
cifsusername: "username" # optional, smb username, same for all smb shares cifsusername: "username" # optional, smb username, same for all smb shares
cifspassword: "password" # optional, smb password cifspassword: "password" # optional, smb password

View File

@@ -91,6 +91,6 @@
}, },
"slug": "calibre-web", "slug": "calibre-web",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre-web", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre-web",
"version": "0.6.19-ls192-2", "version": "0.6.19-ls193",
"video": true "video": true
} }

View File

@@ -264,7 +264,7 @@
description: See upstream app documentation description: See upstream app documentation
localdisks: localdisks:
name: localdisks name: localdisks
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
log_level: log_level:
name: log_level name: log_level
description: See upstream app documentation description: See upstream app documentation
@@ -419,7 +419,7 @@
description: See upstream app documentation description: See upstream app documentation
ssl: ssl:
name: ssl name: ssl
description: true/false : enables ssl. Need certfile and keyfile filled' description: true/false. enables ssl. Need certfile and keyfile filled'
storage_dir: storage_dir:
name: storage_dir name: storage_dir
description: See upstream app documentation description: See upstream app documentation
@@ -500,7 +500,7 @@
description: See upstream app documentation description: See upstream app documentation
whitelist: whitelist:
name: whitelist name: whitelist
description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password'
WHOOGLE_ALT_IG: WHOOGLE_ALT_IG:
name: WHOOGLE_ALT_IG name: WHOOGLE_ALT_IG
description: See upstream app documentation description: See upstream app documentation

View File

@@ -1,10 +1,10 @@
{ {
"github_fulltag": "true", "github_fulltag": "true",
"last_update": "14-01-2023", "last_update": "28-01-2023",
"paused": false, "paused": false,
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "calibre-web", "slug": "calibre-web",
"source": "github", "source": "github",
"upstream_repo": "linuxserver/docker-calibre-web", "upstream_repo": "linuxserver/docker-calibre-web",
"upstream_version": "0.6.19-ls192" "upstream_version": "0.6.19-ls193"
} }

View File

@@ -1,4 +1,7 @@
## 16.11.0 (28-01-2023)
- Update to latest version from coderaiser/cloudcmd
## 16.10.0 (21-01-2023) ## 16.10.0 (21-01-2023)
- Update to latest version from coderaiser/cloudcmd - Update to latest version from coderaiser/cloudcmd
- WARNING : update to supervisor 2022.11 before installing - WARNING : update to supervisor 2022.11 before installing

View File

@@ -27,7 +27,7 @@ This addon is based on the [docker image](https://hub.docker.com/r/coderaiser/cl
Webui can be found at `<your-ip>:8000`. Webui can be found at `<your-ip>:8000`.
```yaml ```yaml
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
cifsusername: "username" # optional, smb username, same for all smb shares cifsusername: "username" # optional, smb username, same for all smb shares
cifspassword: "password" # optional, smb password cifspassword: "password" # optional, smb password

View File

@@ -76,5 +76,5 @@
}, },
"slug": "cloudcommander", "slug": "cloudcommander",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander",
"version": "16.10.0" "version": "16.11.0"
} }

View File

@@ -264,7 +264,7 @@
description: See upstream app documentation description: See upstream app documentation
localdisks: localdisks:
name: localdisks name: localdisks
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
log_level: log_level:
name: log_level name: log_level
description: See upstream app documentation description: See upstream app documentation
@@ -419,7 +419,7 @@
description: See upstream app documentation description: See upstream app documentation
ssl: ssl:
name: ssl name: ssl
description: true/false : enables ssl. Need certfile and keyfile filled' description: true/false. enables ssl. Need certfile and keyfile filled'
storage_dir: storage_dir:
name: storage_dir name: storage_dir
description: See upstream app documentation description: See upstream app documentation
@@ -500,7 +500,7 @@
description: See upstream app documentation description: See upstream app documentation
whitelist: whitelist:
name: whitelist name: whitelist
description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password'
WHOOGLE_ALT_IG: WHOOGLE_ALT_IG:
name: WHOOGLE_ALT_IG name: WHOOGLE_ALT_IG
description: See upstream app documentation description: See upstream app documentation

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "21-01-2023", "last_update": "28-01-2023",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "cloudcommander", "slug": "cloudcommander",
"source": "github", "source": "github",
"upstream_repo": "coderaiser/cloudcmd", "upstream_repo": "coderaiser/cloudcmd",
"upstream_version": "16.10.0" "upstream_version": "16.11.0"
} }

View File

@@ -32,7 +32,7 @@ Webui can be found at `<your-ip>:8443`.
PGID: user PGID: user
GPID: user GPID: user
TZ: timezone TZ: timezone
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
networkdisks: "//SERVER/SHARE" # optional, list of smbv2/3 servers to mount, separated by commas networkdisks: "//SERVER/SHARE" # optional, list of smbv2/3 servers to mount, separated by commas
cifsusername: "username" # optional, smb username, same for all smb shares cifsusername: "username" # optional, smb username, same for all smb shares
cifspassword: "password" # optional, smb password, same for all smb shares) cifspassword: "password" # optional, smb password, same for all smb shares)

View File

@@ -264,7 +264,7 @@
description: See upstream app documentation description: See upstream app documentation
localdisks: localdisks:
name: localdisks name: localdisks
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
log_level: log_level:
name: log_level name: log_level
description: See upstream app documentation description: See upstream app documentation
@@ -419,7 +419,7 @@
description: See upstream app documentation description: See upstream app documentation
ssl: ssl:
name: ssl name: ssl
description: true/false : enables ssl. Need certfile and keyfile filled' description: true/false. enables ssl. Need certfile and keyfile filled'
storage_dir: storage_dir:
name: storage_dir name: storage_dir
description: See upstream app documentation description: See upstream app documentation
@@ -500,7 +500,7 @@
description: See upstream app documentation description: See upstream app documentation
whitelist: whitelist:
name: whitelist name: whitelist
description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password'
WHOOGLE_ALT_IG: WHOOGLE_ALT_IG:
name: WHOOGLE_ALT_IG name: WHOOGLE_ALT_IG
description: See upstream app documentation description: See upstream app documentation

View File

@@ -264,7 +264,7 @@
description: See upstream app documentation description: See upstream app documentation
localdisks: localdisks:
name: localdisks name: localdisks
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
log_level: log_level:
name: log_level name: log_level
description: See upstream app documentation description: See upstream app documentation
@@ -419,7 +419,7 @@
description: See upstream app documentation description: See upstream app documentation
ssl: ssl:
name: ssl name: ssl
description: true/false : enables ssl. Need certfile and keyfile filled' description: true/false. enables ssl. Need certfile and keyfile filled'
storage_dir: storage_dir:
name: storage_dir name: storage_dir
description: See upstream app documentation description: See upstream app documentation
@@ -500,7 +500,7 @@
description: See upstream app documentation description: See upstream app documentation
whitelist: whitelist:
name: whitelist name: whitelist
description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password'
WHOOGLE_ALT_IG: WHOOGLE_ALT_IG:
name: WHOOGLE_ALT_IG name: WHOOGLE_ALT_IG
description: See upstream app documentation description: See upstream app documentation

View File

@@ -32,7 +32,7 @@ Webui can be found at `<your-ip>:8096`, or within Home Assistant through Ingress
PGID: user PGID: user
GPID: user GPID: user
TZ: timezone TZ: timezone
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
cifsusername: "username" # optional, smb username, same for all smb shares cifsusername: "username" # optional, smb username, same for all smb shares
cifspassword: "password" # optional, smb password cifspassword: "password" # optional, smb password

View File

@@ -264,7 +264,7 @@
description: See upstream app documentation description: See upstream app documentation
localdisks: localdisks:
name: localdisks name: localdisks
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
log_level: log_level:
name: log_level name: log_level
description: See upstream app documentation description: See upstream app documentation
@@ -419,7 +419,7 @@
description: See upstream app documentation description: See upstream app documentation
ssl: ssl:
name: ssl name: ssl
description: true/false : enables ssl. Need certfile and keyfile filled' description: true/false. enables ssl. Need certfile and keyfile filled'
storage_dir: storage_dir:
name: storage_dir name: storage_dir
description: See upstream app documentation description: See upstream app documentation
@@ -500,7 +500,7 @@
description: See upstream app documentation description: See upstream app documentation
whitelist: whitelist:
name: whitelist name: whitelist
description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password'
WHOOGLE_ALT_IG: WHOOGLE_ALT_IG:
name: WHOOGLE_ALT_IG name: WHOOGLE_ALT_IG
description: See upstream app documentation description: See upstream app documentation

View File

@@ -36,5 +36,5 @@
], ],
"slug": "enedisgateway2mqtt", "slug": "enedisgateway2mqtt",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.8.13-5" "version": "0.8.13-8"
} }

View File

@@ -95,6 +95,8 @@ fi
# Launch App # # Launch App #
############## ##############
echo " " echo " "
nginx & bashio::log.info "Starting nginx"
echo " "
bashio::log.info "Starting the app" bashio::log.info "Starting the app"
echo " " echo " "

View File

@@ -13,6 +13,7 @@ server {
sub_filter_types *; sub_filter_types *;
sub_filter /account %%ingress_entry%%/account; sub_filter /account %%ingress_entry%%/account;
sub_filter /config %%ingress_entry%%/config; sub_filter /config %%ingress_entry%%/config;
sub_filter /data %%ingress_entry%%/data;
sub_filter /gateway %%ingress_entry%%/gateway; sub_filter /gateway %%ingress_entry%%/gateway;
sub_filter /import %%ingress_entry%%/import; sub_filter /import %%ingress_entry%%/import;
sub_filter /lock %%ingress_entry%%/lock; sub_filter /lock %%ingress_entry%%/lock;

View File

@@ -1,8 +0,0 @@
#!/usr/bin/execlineb -S0
# ==============================================================================
# Take down the S6 supervision tree when Nginx fails
# ==============================================================================
if { s6-test ${1} -ne 0 }
if { s6-test ${1} -ne 256 }
s6-svscanctl -t /var/run/s6/services

View File

@@ -1,10 +0,0 @@
#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
# ==============================================================================
# Wait for transmission to become available
bashio::net.wait_for 5000 localhost 900
bashio::log.info "Starting NGinx..."
exec nginx

View File

@@ -264,7 +264,7 @@
description: See upstream app documentation description: See upstream app documentation
localdisks: localdisks:
name: localdisks name: localdisks
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
log_level: log_level:
name: log_level name: log_level
description: See upstream app documentation description: See upstream app documentation
@@ -419,7 +419,7 @@
description: See upstream app documentation description: See upstream app documentation
ssl: ssl:
name: ssl name: ssl
description: true/false : enables ssl. Need certfile and keyfile filled' description: true/false. enables ssl. Need certfile and keyfile filled'
storage_dir: storage_dir:
name: storage_dir name: storage_dir
description: See upstream app documentation description: See upstream app documentation
@@ -500,7 +500,7 @@
description: See upstream app documentation description: See upstream app documentation
whitelist: whitelist:
name: whitelist name: whitelist
description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password'
WHOOGLE_ALT_IG: WHOOGLE_ALT_IG:
name: WHOOGLE_ALT_IG name: WHOOGLE_ALT_IG
description: See upstream app documentation description: See upstream app documentation

View File

@@ -1,3 +1,6 @@
## 0.8.14b1 (28-01-2023)
- Update to latest version from m4dm4rtig4n/myelectricaldata
- Ingress addition - Ingress addition
## 0.8.13 (22-01-2023) ## 0.8.13 (22-01-2023)

View File

@@ -36,5 +36,5 @@
], ],
"slug": "enedisgateway2mqtt_dev", "slug": "enedisgateway2mqtt_dev",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.8.14-beta1-3" "version": "0.8.14b1"
} }

View File

@@ -95,6 +95,8 @@ fi
# Launch App # # Launch App #
############## ##############
echo " " echo " "
nginx & bashio::log.info "Starting nginx"
echo " "
bashio::log.info "Starting the app" bashio::log.info "Starting the app"
echo " " echo " "

View File

@@ -13,6 +13,7 @@ server {
sub_filter_types *; sub_filter_types *;
sub_filter /account %%ingress_entry%%/account; sub_filter /account %%ingress_entry%%/account;
sub_filter /config %%ingress_entry%%/config; sub_filter /config %%ingress_entry%%/config;
sub_filter /data %%ingress_entry%%/data;
sub_filter /gateway %%ingress_entry%%/gateway; sub_filter /gateway %%ingress_entry%%/gateway;
sub_filter /import %%ingress_entry%%/import; sub_filter /import %%ingress_entry%%/import;
sub_filter /lock %%ingress_entry%%/lock; sub_filter /lock %%ingress_entry%%/lock;

View File

@@ -1,8 +0,0 @@
#!/usr/bin/execlineb -S0
# ==============================================================================
# Take down the S6 supervision tree when Nginx fails
# ==============================================================================
if { s6-test ${1} -ne 0 }
if { s6-test ${1} -ne 256 }
s6-svscanctl -t /var/run/s6/services

View File

@@ -1,10 +0,0 @@
#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
# ==============================================================================
# Wait for transmission to become available
bashio::net.wait_for 5000 localhost 900
bashio::log.info "Starting NGinx..."
exec nginx

View File

@@ -264,7 +264,7 @@
description: See upstream app documentation description: See upstream app documentation
localdisks: localdisks:
name: localdisks name: localdisks
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
log_level: log_level:
name: log_level name: log_level
description: See upstream app documentation description: See upstream app documentation
@@ -419,7 +419,7 @@
description: See upstream app documentation description: See upstream app documentation
ssl: ssl:
name: ssl name: ssl
description: true/false : enables ssl. Need certfile and keyfile filled' description: true/false. enables ssl. Need certfile and keyfile filled'
storage_dir: storage_dir:
name: storage_dir name: storage_dir
description: See upstream app documentation description: See upstream app documentation
@@ -500,7 +500,7 @@
description: See upstream app documentation description: See upstream app documentation
whitelist: whitelist:
name: whitelist name: whitelist
description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password'
WHOOGLE_ALT_IG: WHOOGLE_ALT_IG:
name: WHOOGLE_ALT_IG name: WHOOGLE_ALT_IG
description: See upstream app documentation description: See upstream app documentation

View File

@@ -1,9 +1,9 @@
{ {
"github_beta": "true", "github_beta": "true",
"last_update": "22-01-2023", "last_update": "28-01-2023",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "enedisgateway2mqtt", "slug": "enedisgateway2mqtt",
"source": "github", "source": "github",
"upstream_repo": "m4dm4rtig4n/myelectricaldata", "upstream_repo": "m4dm4rtig4n/myelectricaldata",
"upstream_version": "0.8.14-beta1" "upstream_version": "0.8.14b1"
} }

View File

@@ -1,4 +1,7 @@
## bullseye-slim-2023-01-26 (2023-01-26)
- Update to latest version from charlocharlie/epicgames-freegames
## 67778639ee9bc09c8a543f7e7904116f850dcabc-2023-01-12 (2023-01-12) ## 67778639ee9bc09c8a543f7e7904116f850dcabc-2023-01-12 (2023-01-12)
- Update to latest version from charlocharlie/epicgames-freegames - Update to latest version from charlocharlie/epicgames-freegames

View File

@@ -1,7 +1,7 @@
{ {
"build_from": { "build_from": {
"aarch64": "ghcr.io/claabs/epicgames-freegames-node:latest", "aarch64": "charlocharlie/epicgames-freegames:latest",
"amd64": "ghcr.io/claabs/epicgames-freegames-node:latest" "amd64": "charlocharlie/epicgames-freegames:latest"
}, },
"codenotary": { "codenotary": {
"signer": "alexandrep.github@gmail.com" "signer": "alexandrep.github@gmail.com"

View File

@@ -22,6 +22,6 @@
}, },
"slug": "epicgamesfree", "slug": "epicgamesfree",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "67778639ee9bc09c8a543f7e7904116f850dcabc-2023-01-12", "version": "bullseye-slim-2023-01-26",
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]" "webui": "[PROTO:ssl]://[HOST]:[PORT:3000]"
} }

View File

@@ -264,7 +264,7 @@
description: See upstream app documentation description: See upstream app documentation
localdisks: localdisks:
name: localdisks name: localdisks
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
log_level: log_level:
name: log_level name: log_level
description: See upstream app documentation description: See upstream app documentation
@@ -419,7 +419,7 @@
description: See upstream app documentation description: See upstream app documentation
ssl: ssl:
name: ssl name: ssl
description: true/false : enables ssl. Need certfile and keyfile filled' description: true/false. enables ssl. Need certfile and keyfile filled'
storage_dir: storage_dir:
name: storage_dir name: storage_dir
description: See upstream app documentation description: See upstream app documentation
@@ -500,7 +500,7 @@
description: See upstream app documentation description: See upstream app documentation
whitelist: whitelist:
name: whitelist name: whitelist
description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password'
WHOOGLE_ALT_IG: WHOOGLE_ALT_IG:
name: WHOOGLE_ALT_IG name: WHOOGLE_ALT_IG
description: See upstream app documentation description: See upstream app documentation

View File

@@ -1,10 +1,10 @@
{ {
"dockerhub_by_date": true, "dockerhub_by_date": true,
"dockerhub_list_size": 2, "dockerhub_list_size": 2,
"last_update": "2023-01-12", "last_update": "2023-01-26",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "epicgamesfree", "slug": "epicgamesfree",
"source": "dockerhub", "source": "dockerhub",
"upstream_repo": "charlocharlie/epicgames-freegames", "upstream_repo": "charlocharlie/epicgames-freegames",
"upstream_version": "67778639ee9bc09c8a543f7e7904116f850dcabc-2023-01-12" "upstream_version": "bullseye-slim-2023-01-26"
} }

View File

@@ -35,7 +35,7 @@ certfile: fullchain.pem #ssl certificate
keyfile: privkey.pem #sslkeyfile keyfile: privkey.pem #sslkeyfile
NoAuth: true/false #Remove password. Resets database when changed. NoAuth: true/false #Remove password. Resets database when changed.
smbv1: false # Should smbv1 be used instead of 2.1+? smbv1: false # Should smbv1 be used instead of 2.1+?
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
networkdisks: "//SERVER/SHARE" # optional, list of smbv2/3 servers to mount, separated by commas networkdisks: "//SERVER/SHARE" # optional, list of smbv2/3 servers to mount, separated by commas
cifsusername: "username" # optional, smb username, same for all smb shares cifsusername: "username" # optional, smb username, same for all smb shares
cifspassword: "password" # optional, smb password, same for all smb shares) cifspassword: "password" # optional, smb password, same for all smb shares)

View File

@@ -264,7 +264,7 @@
description: See upstream app documentation description: See upstream app documentation
localdisks: localdisks:
name: localdisks name: localdisks
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
log_level: log_level:
name: log_level name: log_level
description: See upstream app documentation description: See upstream app documentation
@@ -419,7 +419,7 @@
description: See upstream app documentation description: See upstream app documentation
ssl: ssl:
name: ssl name: ssl
description: true/false : enables ssl. Need certfile and keyfile filled' description: true/false. enables ssl. Need certfile and keyfile filled'
storage_dir: storage_dir:
name: storage_dir name: storage_dir
description: See upstream app documentation description: See upstream app documentation
@@ -500,7 +500,7 @@
description: See upstream app documentation description: See upstream app documentation
whitelist: whitelist:
name: whitelist name: whitelist
description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password'
WHOOGLE_ALT_IG: WHOOGLE_ALT_IG:
name: WHOOGLE_ALT_IG name: WHOOGLE_ALT_IG
description: See upstream app documentation description: See upstream app documentation

View File

@@ -264,7 +264,7 @@
description: See upstream app documentation description: See upstream app documentation
localdisks: localdisks:
name: localdisks name: localdisks
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
log_level: log_level:
name: log_level name: log_level
description: See upstream app documentation description: See upstream app documentation
@@ -419,7 +419,7 @@
description: See upstream app documentation description: See upstream app documentation
ssl: ssl:
name: ssl name: ssl
description: true/false : enables ssl. Need certfile and keyfile filled' description: true/false. enables ssl. Need certfile and keyfile filled'
storage_dir: storage_dir:
name: storage_dir name: storage_dir
description: See upstream app documentation description: See upstream app documentation
@@ -500,7 +500,7 @@
description: See upstream app documentation description: See upstream app documentation
whitelist: whitelist:
name: whitelist name: whitelist
description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password'
WHOOGLE_ALT_IG: WHOOGLE_ALT_IG:
name: WHOOGLE_ALT_IG name: WHOOGLE_ALT_IG
description: See upstream app documentation description: See upstream app documentation

View File

@@ -1,4 +1,7 @@
## version-v1.0.2 (28-01-2023)
- Update to latest version from fireflyiii/data-importer
## version-v1.0.0 (22-01-2023) ## version-v1.0.0 (22-01-2023)
- Update to latest version from fireflyiii/data-importer - Update to latest version from fireflyiii/data-importer
- WARNING : update to supervisor 2022.11 before installing - WARNING : update to supervisor 2022.11 before installing

View File

@@ -16,7 +16,7 @@
ARG BUILD_FROM ARG BUILD_FROM
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_UPSTREAM="version-v1.0.0" ARG BUILD_UPSTREAM="version-v1.0.2"
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
################## ##################

View File

@@ -40,6 +40,6 @@
}, },
"slug": "fireflyiii_data_importer", "slug": "fireflyiii_data_importer",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "version-v1.0.0", "version": "version-v1.0.2",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
} }

View File

@@ -264,7 +264,7 @@
description: See upstream app documentation description: See upstream app documentation
localdisks: localdisks:
name: localdisks name: localdisks
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
log_level: log_level:
name: log_level name: log_level
description: See upstream app documentation description: See upstream app documentation
@@ -419,7 +419,7 @@
description: See upstream app documentation description: See upstream app documentation
ssl: ssl:
name: ssl name: ssl
description: true/false : enables ssl. Need certfile and keyfile filled' description: true/false. enables ssl. Need certfile and keyfile filled'
storage_dir: storage_dir:
name: storage_dir name: storage_dir
description: See upstream app documentation description: See upstream app documentation
@@ -500,7 +500,7 @@
description: See upstream app documentation description: See upstream app documentation
whitelist: whitelist:
name: whitelist name: whitelist
description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password'
WHOOGLE_ALT_IG: WHOOGLE_ALT_IG:
name: WHOOGLE_ALT_IG name: WHOOGLE_ALT_IG
description: See upstream app documentation description: See upstream app documentation

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "22-01-2023", "last_update": "28-01-2023",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "fireflyiii_data_importer", "slug": "fireflyiii_data_importer",
"source": "dockerhub", "source": "dockerhub",
"upstream_repo": "fireflyiii/data-importer", "upstream_repo": "fireflyiii/data-importer",
"upstream_version": "version-v1.0.0" "upstream_version": "version-v1.0.2"
} }

View File

@@ -264,7 +264,7 @@
description: See upstream app documentation description: See upstream app documentation
localdisks: localdisks:
name: localdisks name: localdisks
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
log_level: log_level:
name: log_level name: log_level
description: See upstream app documentation description: See upstream app documentation
@@ -419,7 +419,7 @@
description: See upstream app documentation description: See upstream app documentation
ssl: ssl:
name: ssl name: ssl
description: true/false : enables ssl. Need certfile and keyfile filled' description: true/false. enables ssl. Need certfile and keyfile filled'
storage_dir: storage_dir:
name: storage_dir name: storage_dir
description: See upstream app documentation description: See upstream app documentation
@@ -500,7 +500,7 @@
description: See upstream app documentation description: See upstream app documentation
whitelist: whitelist:
name: whitelist name: whitelist
description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password'
WHOOGLE_ALT_IG: WHOOGLE_ALT_IG:
name: WHOOGLE_ALT_IG name: WHOOGLE_ALT_IG
description: See upstream app documentation description: See upstream app documentation

View File

@@ -264,7 +264,7 @@
description: See upstream app documentation description: See upstream app documentation
localdisks: localdisks:
name: localdisks name: localdisks
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
log_level: log_level:
name: log_level name: log_level
description: See upstream app documentation description: See upstream app documentation
@@ -419,7 +419,7 @@
description: See upstream app documentation description: See upstream app documentation
ssl: ssl:
name: ssl name: ssl
description: true/false : enables ssl. Need certfile and keyfile filled' description: true/false. enables ssl. Need certfile and keyfile filled'
storage_dir: storage_dir:
name: storage_dir name: storage_dir
description: See upstream app documentation description: See upstream app documentation
@@ -500,7 +500,7 @@
description: See upstream app documentation description: See upstream app documentation
whitelist: whitelist:
name: whitelist name: whitelist
description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password'
WHOOGLE_ALT_IG: WHOOGLE_ALT_IG:
name: WHOOGLE_ALT_IG name: WHOOGLE_ALT_IG
description: See upstream app documentation description: See upstream app documentation

View File

@@ -1,4 +1,7 @@
## 3.5.21 (28-01-2023)
- Update to latest version from wiserain/flexget
## 3.5.18 (21-01-2023) ## 3.5.18 (21-01-2023)
- Update to latest version from wiserain/flexget - Update to latest version from wiserain/flexget

View File

@@ -38,6 +38,6 @@
}, },
"slug": "flexget", "slug": "flexget",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "3.5.18", "version": "3.5.21",
"webui": "[PROTO:ssl]://[HOST]:[PORT:5050]" "webui": "[PROTO:ssl]://[HOST]:[PORT:5050]"
} }

View File

@@ -264,7 +264,7 @@
description: See upstream app documentation description: See upstream app documentation
localdisks: localdisks:
name: localdisks name: localdisks
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
log_level: log_level:
name: log_level name: log_level
description: See upstream app documentation description: See upstream app documentation
@@ -419,7 +419,7 @@
description: See upstream app documentation description: See upstream app documentation
ssl: ssl:
name: ssl name: ssl
description: true/false : enables ssl. Need certfile and keyfile filled' description: true/false. enables ssl. Need certfile and keyfile filled'
storage_dir: storage_dir:
name: storage_dir name: storage_dir
description: See upstream app documentation description: See upstream app documentation
@@ -500,7 +500,7 @@
description: See upstream app documentation description: See upstream app documentation
whitelist: whitelist:
name: whitelist name: whitelist
description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password'
WHOOGLE_ALT_IG: WHOOGLE_ALT_IG:
name: WHOOGLE_ALT_IG name: WHOOGLE_ALT_IG
description: See upstream app documentation description: See upstream app documentation

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "21-01-2023", "last_update": "28-01-2023",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "flexget", "slug": "flexget",
"source": "dockerhub", "source": "dockerhub",
"upstream_repo": "wiserain/flexget", "upstream_repo": "wiserain/flexget",
"upstream_version": "3.5.18" "upstream_version": "3.5.21"
} }

View File

@@ -264,7 +264,7 @@
description: See upstream app documentation description: See upstream app documentation
localdisks: localdisks:
name: localdisks name: localdisks
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
log_level: log_level:
name: log_level name: log_level
description: See upstream app documentation description: See upstream app documentation
@@ -419,7 +419,7 @@
description: See upstream app documentation description: See upstream app documentation
ssl: ssl:
name: ssl name: ssl
description: true/false : enables ssl. Need certfile and keyfile filled' description: true/false. enables ssl. Need certfile and keyfile filled'
storage_dir: storage_dir:
name: storage_dir name: storage_dir
description: See upstream app documentation description: See upstream app documentation
@@ -500,7 +500,7 @@
description: See upstream app documentation description: See upstream app documentation
whitelist: whitelist:
name: whitelist name: whitelist
description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password'
WHOOGLE_ALT_IG: WHOOGLE_ALT_IG:
name: WHOOGLE_ALT_IG name: WHOOGLE_ALT_IG
description: See upstream app documentation description: See upstream app documentation

View File

@@ -264,7 +264,7 @@
description: See upstream app documentation description: See upstream app documentation
localdisks: localdisks:
name: localdisks name: localdisks
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
log_level: log_level:
name: log_level name: log_level
description: See upstream app documentation description: See upstream app documentation
@@ -419,7 +419,7 @@
description: See upstream app documentation description: See upstream app documentation
ssl: ssl:
name: ssl name: ssl
description: true/false : enables ssl. Need certfile and keyfile filled' description: true/false. enables ssl. Need certfile and keyfile filled'
storage_dir: storage_dir:
name: storage_dir name: storage_dir
description: See upstream app documentation description: See upstream app documentation
@@ -500,7 +500,7 @@
description: See upstream app documentation description: See upstream app documentation
whitelist: whitelist:
name: whitelist name: whitelist
description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password'
WHOOGLE_ALT_IG: WHOOGLE_ALT_IG:
name: WHOOGLE_ALT_IG name: WHOOGLE_ALT_IG
description: See upstream app documentation description: See upstream app documentation

View File

@@ -55,7 +55,7 @@ You can place the user folder from the theme/skeleton in /share/grav/www/user,
PGID: user PGID: user
GPID: user GPID: user
TZ: timezone TZ: timezone
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
cifsusername: "username" # optional, smb username, same for all smb shares cifsusername: "username" # optional, smb username, same for all smb shares
cifspassword: "password" # optional, smb password cifspassword: "password" # optional, smb password

View File

@@ -264,7 +264,7 @@
description: See upstream app documentation description: See upstream app documentation
localdisks: localdisks:
name: localdisks name: localdisks
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
log_level: log_level:
name: log_level name: log_level
description: See upstream app documentation description: See upstream app documentation
@@ -419,7 +419,7 @@
description: See upstream app documentation description: See upstream app documentation
ssl: ssl:
name: ssl name: ssl
description: true/false : enables ssl. Need certfile and keyfile filled' description: true/false. enables ssl. Need certfile and keyfile filled'
storage_dir: storage_dir:
name: storage_dir name: storage_dir
description: See upstream app documentation description: See upstream app documentation
@@ -500,7 +500,7 @@
description: See upstream app documentation description: See upstream app documentation
whitelist: whitelist:
name: whitelist name: whitelist
description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password'
WHOOGLE_ALT_IG: WHOOGLE_ALT_IG:
name: WHOOGLE_ALT_IG name: WHOOGLE_ALT_IG
description: See upstream app documentation description: See upstream app documentation

View File

@@ -264,7 +264,7 @@
description: See upstream app documentation description: See upstream app documentation
localdisks: localdisks:
name: localdisks name: localdisks
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
log_level: log_level:
name: log_level name: log_level
description: See upstream app documentation description: See upstream app documentation
@@ -419,7 +419,7 @@
description: See upstream app documentation description: See upstream app documentation
ssl: ssl:
name: ssl name: ssl
description: true/false : enables ssl. Need certfile and keyfile filled' description: true/false. enables ssl. Need certfile and keyfile filled'
storage_dir: storage_dir:
name: storage_dir name: storage_dir
description: See upstream app documentation description: See upstream app documentation
@@ -500,7 +500,7 @@
description: See upstream app documentation description: See upstream app documentation
whitelist: whitelist:
name: whitelist name: whitelist
description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password'
WHOOGLE_ALT_IG: WHOOGLE_ALT_IG:
name: WHOOGLE_ALT_IG name: WHOOGLE_ALT_IG
description: See upstream app documentation description: See upstream app documentation

View File

@@ -1,4 +1,7 @@
## 1.43.0 (28-01-2023)
- Update to latest version from immich-app/immich
## 1.42.0 (21-01-2023) ## 1.42.0 (21-01-2023)
- Update to latest version from immich-app/immich - Update to latest version from immich-app/immich

View File

@@ -16,7 +16,7 @@
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_FROM ARG BUILD_FROM
ARG BUILD_UPSTREAM="1.42.0" ARG BUILD_UPSTREAM="1.43.0"
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
################## ##################

View File

@@ -1,7 +1,7 @@
{ {
"build_from": { "build_from": {
"aarch64": "martabal/immich:v1.40", "aarch64": "imagegenius/immich:latest",
"amd64": "martabal/immich:v1.40" "amd64": "imagegenius/immich:latest"
}, },
"codenotary": { "codenotary": {
"signer": "alexandrep.github@gmail.com" "signer": "alexandrep.github@gmail.com"

View File

@@ -96,6 +96,6 @@
], ],
"slug": "immich", "slug": "immich",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.42.0", "version": "1.43.0",
"webui": "http://[HOST]:[PORT:8080]" "webui": "http://[HOST]:[PORT:8080]"
} }

View File

@@ -264,7 +264,7 @@
description: See upstream app documentation description: See upstream app documentation
localdisks: localdisks:
name: localdisks name: localdisks
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
log_level: log_level:
name: log_level name: log_level
description: See upstream app documentation description: See upstream app documentation
@@ -419,7 +419,7 @@
description: See upstream app documentation description: See upstream app documentation
ssl: ssl:
name: ssl name: ssl
description: true/false : enables ssl. Need certfile and keyfile filled' description: true/false. enables ssl. Need certfile and keyfile filled'
storage_dir: storage_dir:
name: storage_dir name: storage_dir
description: See upstream app documentation description: See upstream app documentation
@@ -500,7 +500,7 @@
description: See upstream app documentation description: See upstream app documentation
whitelist: whitelist:
name: whitelist name: whitelist
description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password'
WHOOGLE_ALT_IG: WHOOGLE_ALT_IG:
name: WHOOGLE_ALT_IG name: WHOOGLE_ALT_IG
description: See upstream app documentation description: See upstream app documentation

View File

@@ -1,9 +1,9 @@
{ {
"github_beta": "true", "github_beta": "true",
"last_update": "21-01-2023", "last_update": "28-01-2023",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "immich", "slug": "immich",
"source": "github", "source": "github",
"upstream_repo": "immich-app/immich", "upstream_repo": "immich-app/immich",
"upstream_version": "1.42.0" "upstream_version": "1.43.0"
} }

View File

@@ -264,7 +264,7 @@
description: See upstream app documentation description: See upstream app documentation
localdisks: localdisks:
name: localdisks name: localdisks
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
log_level: log_level:
name: log_level name: log_level
description: See upstream app documentation description: See upstream app documentation
@@ -419,7 +419,7 @@
description: See upstream app documentation description: See upstream app documentation
ssl: ssl:
name: ssl name: ssl
description: true/false : enables ssl. Need certfile and keyfile filled' description: true/false. enables ssl. Need certfile and keyfile filled'
storage_dir: storage_dir:
name: storage_dir name: storage_dir
description: See upstream app documentation description: See upstream app documentation
@@ -500,7 +500,7 @@
description: See upstream app documentation description: See upstream app documentation
whitelist: whitelist:
name: whitelist name: whitelist
description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password'
WHOOGLE_ALT_IG: WHOOGLE_ALT_IG:
name: WHOOGLE_ALT_IG name: WHOOGLE_ALT_IG
description: See upstream app documentation description: See upstream app documentation

View File

@@ -1,4 +1,7 @@
## 0.20.2721 (28-01-2023)
- Update to latest version from linuxserver/docker-jackett
## 0.20.2687 (22-01-2023) ## 0.20.2687 (22-01-2023)
- Update to latest version from linuxserver/docker-jackett - Update to latest version from linuxserver/docker-jackett

View File

@@ -31,7 +31,7 @@ Configurations can be done through the app webUI, except for the following optio
PGID: user PGID: user
GPID: user GPID: user
TZ: timezone TZ: timezone
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
cifsusername: "username" # optional, smb username, same for all smb shares cifsusername: "username" # optional, smb username, same for all smb shares
cifspassword: "password" # optional, smb password cifspassword: "password" # optional, smb password

View File

@@ -92,6 +92,6 @@
}, },
"slug": "jackett_nas", "slug": "jackett_nas",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/jackett", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/jackett",
"version": "0.20.2687", "version": "0.20.2721",
"webui": "[PROTO:ssl]://[HOST]:[PORT:9117]" "webui": "[PROTO:ssl]://[HOST]:[PORT:9117]"
} }

View File

@@ -264,7 +264,7 @@
description: See upstream app documentation description: See upstream app documentation
localdisks: localdisks:
name: localdisks name: localdisks
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
log_level: log_level:
name: log_level name: log_level
description: See upstream app documentation description: See upstream app documentation
@@ -419,7 +419,7 @@
description: See upstream app documentation description: See upstream app documentation
ssl: ssl:
name: ssl name: ssl
description: true/false : enables ssl. Need certfile and keyfile filled' description: true/false. enables ssl. Need certfile and keyfile filled'
storage_dir: storage_dir:
name: storage_dir name: storage_dir
description: See upstream app documentation description: See upstream app documentation
@@ -500,7 +500,7 @@
description: See upstream app documentation description: See upstream app documentation
whitelist: whitelist:
name: whitelist name: whitelist
description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password'
WHOOGLE_ALT_IG: WHOOGLE_ALT_IG:
name: WHOOGLE_ALT_IG name: WHOOGLE_ALT_IG
description: See upstream app documentation description: See upstream app documentation

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "22-01-2023", "last_update": "28-01-2023",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "jackett", "slug": "jackett",
"source": "github", "source": "github",
"upstream_repo": "linuxserver/docker-jackett", "upstream_repo": "linuxserver/docker-jackett",
"upstream_version": "0.20.2687" "upstream_version": "0.20.2721"
} }

View File

@@ -1,4 +1,7 @@
## 10.8.9-1-ls197 (28-01-2023)
- Update to latest version from linuxserver/docker-jellyfin
## 10.8.8-1-ls196 (21-01-2023) ## 10.8.8-1-ls196 (21-01-2023)
- Update to latest version from linuxserver/docker-jellyfin - Update to latest version from linuxserver/docker-jellyfin

View File

@@ -31,7 +31,7 @@ Webui can be found at `<your-ip>:8096`.
PGID: user PGID: user
GPID: user GPID: user
TZ: timezone TZ: timezone
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
cifsusername: "username" # optional, smb username, same for all smb shares cifsusername: "username" # optional, smb username, same for all smb shares
cifspassword: "password" # optional, smb password cifspassword: "password" # optional, smb password

View File

@@ -106,6 +106,6 @@
}, },
"slug": "jellyfin", "slug": "jellyfin",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "10.8.8-1-ls196", "version": "10.8.9-1-ls197",
"video": true "video": true
} }

View File

@@ -264,7 +264,7 @@
description: See upstream app documentation description: See upstream app documentation
localdisks: localdisks:
name: localdisks name: localdisks
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
log_level: log_level:
name: log_level name: log_level
description: See upstream app documentation description: See upstream app documentation
@@ -419,7 +419,7 @@
description: See upstream app documentation description: See upstream app documentation
ssl: ssl:
name: ssl name: ssl
description: true/false : enables ssl. Need certfile and keyfile filled' description: true/false. enables ssl. Need certfile and keyfile filled'
storage_dir: storage_dir:
name: storage_dir name: storage_dir
description: See upstream app documentation description: See upstream app documentation
@@ -500,7 +500,7 @@
description: See upstream app documentation description: See upstream app documentation
whitelist: whitelist:
name: whitelist name: whitelist
description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password'
WHOOGLE_ALT_IG: WHOOGLE_ALT_IG:
name: WHOOGLE_ALT_IG name: WHOOGLE_ALT_IG
description: See upstream app documentation description: See upstream app documentation

View File

@@ -1,9 +1,9 @@
{ {
"github_fulltag": "true", "github_fulltag": "true",
"last_update": "21-01-2023", "last_update": "28-01-2023",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "jellyfin", "slug": "jellyfin",
"source": "github", "source": "github",
"upstream_repo": "linuxserver/docker-jellyfin", "upstream_repo": "linuxserver/docker-jellyfin",
"upstream_version": "10.8.8-1-ls196" "upstream_version": "10.8.9-1-ls197"
} }

View File

@@ -264,7 +264,7 @@
description: See upstream app documentation description: See upstream app documentation
localdisks: localdisks:
name: localdisks name: localdisks
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
log_level: log_level:
name: log_level name: log_level
description: See upstream app documentation description: See upstream app documentation
@@ -419,7 +419,7 @@
description: See upstream app documentation description: See upstream app documentation
ssl: ssl:
name: ssl name: ssl
description: true/false : enables ssl. Need certfile and keyfile filled' description: true/false. enables ssl. Need certfile and keyfile filled'
storage_dir: storage_dir:
name: storage_dir name: storage_dir
description: See upstream app documentation description: See upstream app documentation
@@ -500,7 +500,7 @@
description: See upstream app documentation description: See upstream app documentation
whitelist: whitelist:
name: whitelist name: whitelist
description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password'
WHOOGLE_ALT_IG: WHOOGLE_ALT_IG:
name: WHOOGLE_ALT_IG name: WHOOGLE_ALT_IG
description: See upstream app documentation description: See upstream app documentation

View File

@@ -264,7 +264,7 @@
description: See upstream app documentation description: See upstream app documentation
localdisks: localdisks:
name: localdisks name: localdisks
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
log_level: log_level:
name: log_level name: log_level
description: See upstream app documentation description: See upstream app documentation
@@ -419,7 +419,7 @@
description: See upstream app documentation description: See upstream app documentation
ssl: ssl:
name: ssl name: ssl
description: true/false : enables ssl. Need certfile and keyfile filled' description: true/false. enables ssl. Need certfile and keyfile filled'
storage_dir: storage_dir:
name: storage_dir name: storage_dir
description: See upstream app documentation description: See upstream app documentation
@@ -500,7 +500,7 @@
description: See upstream app documentation description: See upstream app documentation
whitelist: whitelist:
name: whitelist name: whitelist
description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password'
WHOOGLE_ALT_IG: WHOOGLE_ALT_IG:
name: WHOOGLE_ALT_IG name: WHOOGLE_ALT_IG
description: See upstream app documentation description: See upstream app documentation

View File

@@ -51,7 +51,7 @@ Configurations can be done through the app webUI, except for the following optio
PGID: user PGID: user
GPID: user GPID: user
TZ: timezone TZ: timezone
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
cifsusername: "username" # optional, smb username, same for all smb shares cifsusername: "username" # optional, smb username, same for all smb shares
cifspassword: "password" # optional, smb password cifspassword: "password" # optional, smb password

View File

@@ -264,7 +264,7 @@
description: See upstream app documentation description: See upstream app documentation
localdisks: localdisks:
name: localdisks name: localdisks
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
log_level: log_level:
name: log_level name: log_level
description: See upstream app documentation description: See upstream app documentation
@@ -419,7 +419,7 @@
description: See upstream app documentation description: See upstream app documentation
ssl: ssl:
name: ssl name: ssl
description: true/false : enables ssl. Need certfile and keyfile filled' description: true/false. enables ssl. Need certfile and keyfile filled'
storage_dir: storage_dir:
name: storage_dir name: storage_dir
description: See upstream app documentation description: See upstream app documentation
@@ -500,7 +500,7 @@
description: See upstream app documentation description: See upstream app documentation
whitelist: whitelist:
name: whitelist name: whitelist
description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password'
WHOOGLE_ALT_IG: WHOOGLE_ALT_IG:
name: WHOOGLE_ALT_IG name: WHOOGLE_ALT_IG
description: See upstream app documentation description: See upstream app documentation

View File

@@ -264,7 +264,7 @@
description: See upstream app documentation description: See upstream app documentation
localdisks: localdisks:
name: localdisks name: localdisks
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
log_level: log_level:
name: log_level name: log_level
description: See upstream app documentation description: See upstream app documentation
@@ -419,7 +419,7 @@
description: See upstream app documentation description: See upstream app documentation
ssl: ssl:
name: ssl name: ssl
description: true/false : enables ssl. Need certfile and keyfile filled' description: true/false. enables ssl. Need certfile and keyfile filled'
storage_dir: storage_dir:
name: storage_dir name: storage_dir
description: See upstream app documentation description: See upstream app documentation
@@ -500,7 +500,7 @@
description: See upstream app documentation description: See upstream app documentation
whitelist: whitelist:
name: whitelist name: whitelist
description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password'
WHOOGLE_ALT_IG: WHOOGLE_ALT_IG:
name: WHOOGLE_ALT_IG name: WHOOGLE_ALT_IG
description: See upstream app documentation description: See upstream app documentation

View File

@@ -45,7 +45,7 @@ Configurations can be done through the app webUI, except for the following optio
PGID: user PGID: user
GPID: user GPID: user
TZ: timezone TZ: timezone
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
cifsusername: "username" # optional, smb username, same for all smb shares cifsusername: "username" # optional, smb username, same for all smb shares
cifspassword: "password" # optional, smb password cifspassword: "password" # optional, smb password

View File

@@ -264,7 +264,7 @@
description: See upstream app documentation description: See upstream app documentation
localdisks: localdisks:
name: localdisks name: localdisks
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
log_level: log_level:
name: log_level name: log_level
description: See upstream app documentation description: See upstream app documentation
@@ -419,7 +419,7 @@
description: See upstream app documentation description: See upstream app documentation
ssl: ssl:
name: ssl name: ssl
description: true/false : enables ssl. Need certfile and keyfile filled' description: true/false. enables ssl. Need certfile and keyfile filled'
storage_dir: storage_dir:
name: storage_dir name: storage_dir
description: See upstream app documentation description: See upstream app documentation
@@ -500,7 +500,7 @@
description: See upstream app documentation description: See upstream app documentation
whitelist: whitelist:
name: whitelist name: whitelist
description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password'
WHOOGLE_ALT_IG: WHOOGLE_ALT_IG:
name: WHOOGLE_ALT_IG name: WHOOGLE_ALT_IG
description: See upstream app documentation description: See upstream app documentation

View File

@@ -1,3 +1,4 @@
## &#9888; Open Request : [✨ [REQUEST] Nextcloud - Enable antivirus (opened 2023-01-25)](https://github.com/alexbelgium/hassio-addons/issues/669) by [@amaciuc](https://github.com/amaciuc)
# Home assistant add-on: Nextcloud # Home assistant add-on: Nextcloud
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium) [![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)
@@ -45,7 +46,7 @@ data_directory: path for the main data directory. Defaults to `/share/nextcloud`
use_own_certs: true/false #if true, use the certfile and keyfile specified use_own_certs: true/false #if true, use the certfile and keyfile specified
certfile: fullchain.pem #ssl certificate, must be located in /ssl certfile: fullchain.pem #ssl certificate, must be located in /ssl
keyfile: privkey.pem #sslkeyfile, must be located in /ssl keyfile: privkey.pem #sslkeyfile, must be located in /ssl
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
networkdisks: "//SERVER/SHARE" # optional, list of smbv2/3 servers to mount, separated by commas networkdisks: "//SERVER/SHARE" # optional, list of smbv2/3 servers to mount, separated by commas
cifsusername: "username" # optional, smb username, same for all smb shares cifsusername: "username" # optional, smb username, same for all smb shares
cifspassword: "password" # optional, smb password, same for all smb shares) cifspassword: "password" # optional, smb password, same for all smb shares)

View File

@@ -264,7 +264,7 @@
description: See upstream app documentation description: See upstream app documentation
localdisks: localdisks:
name: localdisks name: localdisks
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
log_level: log_level:
name: log_level name: log_level
description: See upstream app documentation description: See upstream app documentation
@@ -419,7 +419,7 @@
description: See upstream app documentation description: See upstream app documentation
ssl: ssl:
name: ssl name: ssl
description: true/false : enables ssl. Need certfile and keyfile filled' description: true/false. enables ssl. Need certfile and keyfile filled'
storage_dir: storage_dir:
name: storage_dir name: storage_dir
description: See upstream app documentation description: See upstream app documentation
@@ -500,7 +500,7 @@
description: See upstream app documentation description: See upstream app documentation
whitelist: whitelist:
name: whitelist name: whitelist
description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password'
WHOOGLE_ALT_IG: WHOOGLE_ALT_IG:
name: WHOOGLE_ALT_IG name: WHOOGLE_ALT_IG
description: See upstream app documentation description: See upstream app documentation

View File

@@ -32,7 +32,7 @@ Configurations can be done through the app webUI, except for the following optio
PGID: user PGID: user
GPID: user GPID: user
TZ: timezone TZ: timezone
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
cifsusername: "username" # optional, smb username, same for all smb shares cifsusername: "username" # optional, smb username, same for all smb shares
cifspassword: "password" # optional, smb password cifspassword: "password" # optional, smb password

View File

@@ -264,7 +264,7 @@
description: See upstream app documentation description: See upstream app documentation
localdisks: localdisks:
name: localdisks name: localdisks
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
log_level: log_level:
name: log_level name: log_level
description: See upstream app documentation description: See upstream app documentation
@@ -419,7 +419,7 @@
description: See upstream app documentation description: See upstream app documentation
ssl: ssl:
name: ssl name: ssl
description: true/false : enables ssl. Need certfile and keyfile filled' description: true/false. enables ssl. Need certfile and keyfile filled'
storage_dir: storage_dir:
name: storage_dir name: storage_dir
description: See upstream app documentation description: See upstream app documentation
@@ -500,7 +500,7 @@
description: See upstream app documentation description: See upstream app documentation
whitelist: whitelist:
name: whitelist name: whitelist
description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password'
WHOOGLE_ALT_IG: WHOOGLE_ALT_IG:
name: WHOOGLE_ALT_IG name: WHOOGLE_ALT_IG
description: See upstream app documentation description: See upstream app documentation

View File

@@ -1,4 +1,7 @@
## 5.7-chromium-amd64-2023-01-26 (2023-01-26)
- Update to latest version from mbentley/omada-controller
## 5.7-chromium-amd64-2023-01-19 (2023-01-19) ## 5.7-chromium-amd64-2023-01-19 (2023-01-19)
- Update to latest version from mbentley/omada-controller - Update to latest version from mbentley/omada-controller

View File

@@ -16,7 +16,7 @@
ARG BUILD_FROM ARG BUILD_FROM
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_UPSTREAM="5.7-chromium-amd64-2023-01-19" ARG BUILD_UPSTREAM="5.7-chromium-amd64-2023-01-26"
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
################## ##################

View File

@@ -45,6 +45,6 @@
}, },
"slug": "omada", "slug": "omada",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "5.7-chromium-amd64-2023-01-19", "version": "5.7-chromium-amd64-2023-01-26",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8088]" "webui": "[PROTO:ssl]://[HOST]:[PORT:8088]"
} }

View File

@@ -264,7 +264,7 @@
description: See upstream app documentation description: See upstream app documentation
localdisks: localdisks:
name: localdisks name: localdisks
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
log_level: log_level:
name: log_level name: log_level
description: See upstream app documentation description: See upstream app documentation
@@ -419,7 +419,7 @@
description: See upstream app documentation description: See upstream app documentation
ssl: ssl:
name: ssl name: ssl
description: true/false : enables ssl. Need certfile and keyfile filled' description: true/false. enables ssl. Need certfile and keyfile filled'
storage_dir: storage_dir:
name: storage_dir name: storage_dir
description: See upstream app documentation description: See upstream app documentation
@@ -500,7 +500,7 @@
description: See upstream app documentation description: See upstream app documentation
whitelist: whitelist:
name: whitelist name: whitelist
description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password'
WHOOGLE_ALT_IG: WHOOGLE_ALT_IG:
name: WHOOGLE_ALT_IG name: WHOOGLE_ALT_IG
description: See upstream app documentation description: See upstream app documentation

Some files were not shown because too many files have changed in this diff Show More