chore(invidious): better default settings
This commit is contained in:
parent
b13d8565b8
commit
3833b8abf0
|
@ -6,6 +6,21 @@
|
||||||
settings = {
|
settings = {
|
||||||
external_port = 443;
|
external_port = 443;
|
||||||
https_only = true;
|
https_only = true;
|
||||||
|
popular_enabled = false;
|
||||||
|
default_user_preferences = {
|
||||||
|
dark_mode = "dark";
|
||||||
|
feed_menu = [
|
||||||
|
"Subscriptions"
|
||||||
|
"Playlists"
|
||||||
|
"Trending"
|
||||||
|
];
|
||||||
|
default_home = "Subscriptions";
|
||||||
|
player_style = "youtube";
|
||||||
|
quality = "dash";
|
||||||
|
save_player_pos = true;
|
||||||
|
local = true;
|
||||||
|
extend_desc = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
environment.persistence."/persist".directories = [
|
environment.persistence."/persist".directories = [
|
||||||
|
|
Loading…
Reference in a new issue