replace domain for links
All checks were successful
/ Make image (push) Successful in 1m21s

This commit is contained in:
nquidox 2025-10-18 15:30:59 +03:00
parent 0348dda5cd
commit bb305eab9e
7 changed files with 29 additions and 8 deletions

View file

@ -56,6 +56,8 @@ func main() {
Port: c.MediaConf.Port,
User: c.MediaConf.User,
Password: c.MediaConf.Password,
Domain: c.MediaConf.Domain,
Secure: c.MediaConf.Secure,
})
log.WithFields(log.Fields{
"address": c.MediaConf.Host + ":" + c.MediaConf.Port,