This repository was archived by the owner on May 10, 2023. It is now read-only.
Commit 806ea8c 1 parent 842bc03 commit 806ea8c Copy full SHA for 806ea8c
File tree 8 files changed +28
-12
lines changed
8 files changed +28
-12
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
but this project does not adhere to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ v0.7.97-4] - 2023-05-06
8
+ ### Changed
9
+ - Changes to backup exclusions
10
+
7
11
## [ v0.7.97-3] - 2023-05-05
8
12
### Changed
9
13
- Removed Ingress subfilters
Original file line number Diff line number Diff line change 1
1
name : Scrypted Beta
2
- version : " v0.7.97-3 "
2
+ version : " v0.7.97-4 "
3
3
slug : scrypted-beta
4
4
description : A testing ground for updates to the Scrypted add-on. Install at own risk
5
5
url : " https://github.com/koush/scrypted"
@@ -22,8 +22,8 @@ image: "ghcr.io/aegjoyce/{arch}-ha-addon-scrypted-beta"
22
22
environment :
23
23
SCRYPTED_VOLUME : " /data/scrypted_data"
24
24
backup_exclude :
25
- - /server
26
- - /data/scrypted_data/recordings
25
+ - ' * /server/* '
26
+ - ' * /data/scrypted_data/recordings/* '
27
27
map :
28
28
- config
29
29
options :
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
but this project does not adhere to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ v0.7.97-4] - 2023-05-06
8
+ ### Changed
9
+ - Changes to backup exclusions
10
+
7
11
## [ v0.7.97-3] - 2023-05-05
8
12
### Changed
9
13
- Removed Ingress subfilters
Original file line number Diff line number Diff line change 1
1
name : Scrypted Lite
2
- version : " v0.7.97-3 "
2
+ version : " v0.7.97-4 "
3
3
slug : scrypted-lite
4
4
description : Lite version of Scrypted with smaller image size and some dependencies removed
5
5
url : " https://github.com/koush/scrypted"
@@ -22,8 +22,8 @@ image: "ghcr.io/aegjoyce/{arch}-ha-addon-scrypted-lite"
22
22
environment :
23
23
SCRYPTED_VOLUME : " /data/scrypted_data"
24
24
backup_exclude :
25
- - /server
26
- - /data/scrypted_data/recordings
25
+ - ' * /server/* '
26
+ - ' * /data/scrypted_data/recordings/* '
27
27
map :
28
28
- config
29
29
options :
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
but this project does not adhere to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ v0.7.97-4] - 2023-05-06
8
+ ### Changed
9
+ - Changes to backup exclusions
10
+
7
11
## [ v0.7.97-3] - 2023-05-05
8
12
### Changed
9
13
- Removed Ingress subfilters
Original file line number Diff line number Diff line change 1
1
name : Scrypted Thin
2
- version : " v0.7.97-3 "
2
+ version : " v0.7.97-4 "
3
3
slug : scrypted-thin
4
4
description : Thin version of Scrypted with smaller image size and some dependencies removed
5
5
url : " https://github.com/koush/scrypted"
@@ -22,8 +22,8 @@ image: "ghcr.io/aegjoyce/{arch}-ha-addon-scrypted-thin"
22
22
environment :
23
23
SCRYPTED_VOLUME : " /data/scrypted_data"
24
24
backup_exclude :
25
- - /server
26
- - /data/scrypted_data/recordings
25
+ - ' * /server/* '
26
+ - ' * /data/scrypted_data/recordings/* '
27
27
map :
28
28
- config
29
29
options :
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
but this project does not adhere to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ v0.7.97-4] - 2023-05-06
8
+ ### Changed
9
+ - Changes to backup exclusions
10
+
7
11
## [ v0.7.97-3] - 2023-05-05
8
12
### Changed
9
13
- Removed Ingress subfilters
Original file line number Diff line number Diff line change 1
1
name : Scrypted
2
- version : " v0.7.97-3 "
2
+ version : " v0.7.97-4 "
3
3
slug : scrypted
4
4
description : A home automation platform powered by node.js
5
5
url : " https://github.com/koush/scrypted"
@@ -22,8 +22,8 @@ image: "ghcr.io/aegjoyce/{arch}-ha-addon-scrypted"
22
22
environment :
23
23
SCRYPTED_VOLUME : " /data/scrypted_data"
24
24
backup_exclude :
25
- - /server
26
- - /data/scrypted_data/recordings
25
+ - ' * /server/* '
26
+ - ' * /data/scrypted_data/recordings/* '
27
27
map :
28
28
- config
29
29
options :
You can’t perform that action at this time.
0 commit comments