An album downloader for Immich.
$ deno run https://gist.githubusercontent.com/NiklasRosenstein/91d1bfc22485a4530271959300a69acf/raw/main.ts \
An album downloader for Immich.
$ deno run https://gist.githubusercontent.com/NiklasRosenstein/91d1bfc22485a4530271959300a69acf/raw/main.ts \
{ | |
"$schema": "http://json-schema.org/draft-07/schema#", | |
"title": "SOPS Configuration File", | |
"description": "Schema for the .sops.yaml file, defining encryption rules for SOPS.", | |
"type": "object", | |
"properties": { | |
"creation_rules": { | |
"type": "array", | |
"description": "A list of rules to apply when creating new SOPS encrypted files. Rules are evaluated sequentially, and the first match wins.", | |
"items": { |
from __future__ import print_function | |
print("You've been jagged!") | |
print("Installing a Virus ...") |