File tree 4 files changed +7
-15
lines changed
4 files changed +7
-15
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Hassio Snapserver Addon" ,
3
- "url" : " https://github.com/enlight3d/hassio -snapserver-addon " ,
3
+ "url" : " https://github.com/enlight3d/addon -snapserver" ,
4
4
"maintainer" : " ME"
5
5
}
Original file line number Diff line number Diff line change @@ -18,17 +18,9 @@ RUN apk add --no-cache \
18
18
snapcast \
19
19
librespot
20
20
21
- # Cleanup
22
- RUN rm -rf /etc/ssl /var/cache/apk/* /lib/apk/db/*
23
-
24
21
# Copy root filesystem
25
22
COPY rootfs /
26
23
27
- RUN chmod a+x /etc/cont-init.d/folders.sh
28
- RUN chmod a+x /etc/cont-init.d/snapcast.sh
29
- RUN chmod a+x /etc/services.d/snapcast/finish
30
- RUN chmod a+x /etc/services.d/snapcast/run
31
-
32
24
# Build arguments
33
25
ARG BUILD_ARCH
34
26
ARG BUILD_DATE
Original file line number Diff line number Diff line change 1
1
{
2
2
"build_from" : {
3
- "aarch64" : " ghcr.io/hassio-addons/base/aarch64:12 .2.4 " ,
4
- "amd64" : " ghcr.io/hassio-addons/base/amd64:12 .2.4 " ,
5
- "armhf" : " ghcr.io/hassio-addons/base/armhf:12 .2.4 " ,
6
- "armv7" : " ghcr.io/hassio-addons/base/armv7:12 .2.4 " ,
7
- "i386" : " ghcr.io/hassio-addons/base/i386:12 .2.4 "
3
+ "aarch64" : " ghcr.io/hassio-addons/base/aarch64:13 .2.2 " ,
4
+ "amd64" : " ghcr.io/hassio-addons/base/amd64:13 .2.2 " ,
5
+ "armhf" : " ghcr.io/hassio-addons/base/armhf:13 .2.2 " ,
6
+ "armv7" : " ghcr.io/hassio-addons/base/armv7:13 .2.2 " ,
7
+ "i386" : " ghcr.io/hassio-addons/base/i386:13 .2.2 "
8
8
}
9
9
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Snapcast Server" ,
3
- "version" : " latest " ,
3
+ "version" : " 1.0.1 " ,
4
4
"slug" : " snapserver" ,
5
5
"description" : " Snapcast server with librespot support" ,
6
6
"url" : " https://github.com/enlight3d/hassio-snapserver-addon" ,
You can’t perform that action at this time.
0 commit comments