gallery-dl reads secrets on runtime
This commit is contained in:
parent
9eadbb08ab
commit
d3ec0a04b7
@ -15,7 +15,6 @@
|
|||||||
bluesky = {
|
bluesky = {
|
||||||
limit-rate = "400k-1M";
|
limit-rate = "400k-1M";
|
||||||
username = "blablablamagic.bsky.social";
|
username = "blablablamagic.bsky.social";
|
||||||
password = "{env[GALLERY_DL_BLUESKY_PASSWORD]}";
|
|
||||||
reposts = false;
|
reposts = false;
|
||||||
videos = true;
|
videos = true;
|
||||||
directory = [ "{author['handle']}" ];
|
directory = [ "{author['handle']}" ];
|
||||||
@ -31,8 +30,6 @@
|
|||||||
};
|
};
|
||||||
flickr = {
|
flickr = {
|
||||||
size-max = "Original";
|
size-max = "Original";
|
||||||
access-token = "{env[GALLERY_DL_FLICKR_ACCESS_TOKEN]}";
|
|
||||||
access-token-secret = "{env[GALLERY_DL_FLICKR_ACCESS_TOKEN_SECRET]}";
|
|
||||||
directory = [
|
directory = [
|
||||||
"{category}"
|
"{category}"
|
||||||
"{owner[username]}"
|
"{owner[username]}"
|
||||||
@ -87,20 +84,15 @@
|
|||||||
"{title}"
|
"{title}"
|
||||||
];
|
];
|
||||||
tumblr = {
|
tumblr = {
|
||||||
access-token = "{env[GALLERY_DL_TUMBLR_ACCESS_TOKEN]}";
|
|
||||||
access-token-secret = "{env[GALLERY_DL_TUMBLR_ACCESS_TOKEN_SECRET]}";
|
|
||||||
external = true;
|
external = true;
|
||||||
inline = true;
|
inline = true;
|
||||||
posts = "all";
|
posts = "all";
|
||||||
reblogs = false;
|
reblogs = false;
|
||||||
parent-directory = true;
|
parent-directory = true;
|
||||||
api-key = "{env[GALLERY_DL_TUMBLR_API_KEY]}";
|
|
||||||
api-secret = "{env[GALLERY_DL_TUMBLR_API_SECRET]}";
|
|
||||||
directory = [ "{blog_name}" ];
|
directory = [ "{blog_name}" ];
|
||||||
};
|
};
|
||||||
deviantart = {
|
deviantart = {
|
||||||
limit-rate = "200k-300k";
|
limit-rate = "200k-300k";
|
||||||
refresh-token = "{env[GALLERY_DL_DEVIANTART_REFRESH_TOKEN]}";
|
|
||||||
include = "gallery,scraps";
|
include = "gallery,scraps";
|
||||||
flat = true;
|
flat = true;
|
||||||
original = true;
|
original = true;
|
||||||
@ -144,7 +136,6 @@
|
|||||||
reddit = {
|
reddit = {
|
||||||
user-agent = "Python:gallery-dl:v1.0 (by /u/captainjawz)";
|
user-agent = "Python:gallery-dl:v1.0 (by /u/captainjawz)";
|
||||||
client-id = "T7nZ6WZ3_onJWBhLP8r08g";
|
client-id = "T7nZ6WZ3_onJWBhLP8r08g";
|
||||||
refresh-token = "{env[GALLERY_DL_REDDIT_REFRESH_TOKEN]}";
|
|
||||||
parent-directory = true;
|
parent-directory = true;
|
||||||
directory = [ "{author}" ];
|
directory = [ "{author}" ];
|
||||||
};
|
};
|
||||||
@ -167,7 +158,6 @@
|
|||||||
];
|
];
|
||||||
baraag.directory = [ "{account[username]}" ];
|
baraag.directory = [ "{account[username]}" ];
|
||||||
pixiv = {
|
pixiv = {
|
||||||
refresh-token = "{env[GALLERY_DL_PIXIV_REFRESH_TOKEN]}";
|
|
||||||
directory = [ "{user[account]} - {user[id]}" ];
|
directory = [ "{user[account]} - {user[id]}" ];
|
||||||
ugoira = true;
|
ugoira = true;
|
||||||
favorite.directory = [
|
favorite.directory = [
|
||||||
|
|||||||
8
flake.lock
generated
8
flake.lock
generated
@ -666,11 +666,11 @@
|
|||||||
"sudoku-solver": "sudoku-solver"
|
"sudoku-solver": "sudoku-solver"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1759620370,
|
"lastModified": 1760073554,
|
||||||
"narHash": "sha256-GTyxqIhtDTySs8f2l8N1zoS2wEBVFfF60nMJ7jEIWn0=",
|
"narHash": "sha256-Ydqg/9lpoha2vgspjviqeRh6/tsWN+pZcUxn1ZyrFZM=",
|
||||||
"ref": "refs/heads/master",
|
"ref": "refs/heads/master",
|
||||||
"rev": "6aea10172155c10e63d2efb454e28b9c1e50e3a6",
|
"rev": "5c13b806a094f3605e2da70e133551848ad8d9a9",
|
||||||
"revCount": 108,
|
"revCount": 109,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.servidos.lat/jawz/scripts.git"
|
"url": "https://git.servidos.lat/jawz/scripts.git"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user