Skip to content

Commit

Permalink
fixed yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mast3rwaf1z committed Mar 4, 2025
1 parent 7c18ac8 commit efeae22
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nix-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ main ]

jobs:
tests:
build:
strategy:
matrix:
package: [ putricide, rp-utils, folkevognen, homepage, sketch-bot, lavalink, tools.wallpaper, tools.banner ]
Expand Down
43 changes: 43 additions & 0 deletions packages/external/lavalink/lavalink.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
server: # REST and WS server
port: 2333
address: 0.0.0.0
spring:
main:
banner-mode: log
lavalink:
server:
password: "youshallnotpass"
sources:
youtube: true
bandcamp: true
soundcloud: true
twitch: true
vimeo: true
mixer: true
http: true
local: false
bufferDurationMs: 400
youtubePlaylistLoadLimit: 6 # Number of pages at 100 each
gc-warnings: true
noReplace: false

metrics:
prometheus:
enabled: false
endpoint: /metrics

sentry:
dsn: ""
# tags:
# some_key: some_value
# another_key: another_value

logging:
file:
max-history: 30
max-size: 1GB
path: ./logs/

level:
root: INFO
lavalink: INFO

0 comments on commit efeae22

Please sign in to comment.