mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
lavalink broken
This commit is contained in:
parent
8f0a9bf7f5
commit
8d7d579558
3 changed files with 6 additions and 7 deletions
|
|
@ -60,14 +60,11 @@
|
||||||
builtins.replaceStrings
|
builtins.replaceStrings
|
||||||
[
|
[
|
||||||
"@refresh_token@"
|
"@refresh_token@"
|
||||||
|
|
||||||
"@password@"
|
"@password@"
|
||||||
]
|
]
|
||||||
[
|
[
|
||||||
config.sops.placeholder."lavalink/refresh_token"
|
config.sops.placeholder."lavalink/refresh_token"
|
||||||
|
|
||||||
config.sops.placeholder."lavalink/password"
|
config.sops.placeholder."lavalink/password"
|
||||||
|
|
||||||
]
|
]
|
||||||
(builtins.readFile ./application.yml);
|
(builtins.readFile ./application.yml);
|
||||||
};
|
};
|
||||||
|
|
@ -13,18 +13,20 @@ plugins:
|
||||||
# Clients are queried in the order they are given (so the first client is queried first and so on...)
|
# Clients are queried in the order they are given (so the first client is queried first and so on...)
|
||||||
clients:
|
clients:
|
||||||
- MUSIC
|
- MUSIC
|
||||||
|
- TVHTML5EMBEDDED
|
||||||
|
- TV
|
||||||
- ANDROID_VR
|
- ANDROID_VR
|
||||||
- WEB
|
- WEB
|
||||||
- WEBEMBEDDED
|
- WEBEMBEDDED
|
||||||
oauth:
|
oauth:
|
||||||
enabled: true
|
enabled: true
|
||||||
refreshToken: "@refresh_token@"
|
# refreshToken: "@refresh_token@"
|
||||||
# name: # Name of the plugin
|
# name: # Name of the plugin
|
||||||
# some_key: some_value # Some key-value pair for the plugin
|
# some_key: some_value # Some key-value pair for the plugin
|
||||||
# another_key: another_value
|
# another_key: another_value
|
||||||
lavalink:
|
lavalink:
|
||||||
plugins:
|
plugins:
|
||||||
- dependency: "dev.lavalink.youtube:youtube-plugin:1.11.4"
|
- dependency: "dev.lavalink.youtube:youtube-plugin:1.11.5"
|
||||||
snapshot: false
|
snapshot: false
|
||||||
# setting "enabled: true" is the bare minimum to get OAuth working.
|
# setting "enabled: true" is the bare minimum to get OAuth working.
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
|
||||||
|
|
@ -15,8 +15,8 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
};
|
};
|
||||||
|
|
||||||
plugin = fetchurl {
|
plugin = fetchurl {
|
||||||
url = "https://github.com/lavalink-devs/youtube-source/releases/download/1.11.4/youtube-plugin-1.11.4.jar";
|
url = "https://github.com/lavalink-devs/youtube-source/releases/download/1.11.5/youtube-plugin-1.11.5.jar";
|
||||||
hash = "sha256-OznpsYoiWa6y+/8kukWN66leLi2mZU/1x+zN+uyIk1k=";
|
hash = "sha256-Zz4S5mWcsVFWGmN41L34GqZeCOswt/CAn+1PN1XJtbk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
dontUnpack = true;
|
dontUnpack = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue