1
0
forked from Tomas/webdl

Changed settings

This commit is contained in:
2026-01-09 03:33:36 +01:00
parent 3afe3cd1a6
commit b015c3c2c2
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[server]
port = 8080
port = 8900
[download]
path = "./download/"
path = "/home/namu/Filmai/Parsiūsti/"
parallel = 1

View File

@ -7,7 +7,7 @@ require 'json'
current = `git rev-parse HEAD`.strip
latest = current
api_url = URI.parse 'https://lesbian.ddns.net/api/v1/repos/tomas/webdl/commits?limit=1'
api_url = URI.parse 'https://lesbian.ddns.net/api/v1/repos/namu/webdl/commits?limit=1'
puts '[Daemon] '.red + 'Running WebDL daemon'
while true do