Features
- #23
Add option to ignore specific folders
Allows specifying option-i
or--ignore
(Docker: Env VariableIGNORE
) with a colon:
separated list of folders, sub-folder sequences or file names to be ignored when generating the list of album names or to ignore from adding to an album. Thanks to @clombt ! - #25
Add option to disable SSL verification
Allows specifying-k
or--insecure
(Docker: Env VariableINSECURE
with valuestrue
orfalse
) to disable SSL certificate verification. Useful when the Immich server is secured with a self-signed certificate. Thanks to @alternak !
Full Changelog: 0.6.0...0.7.0