to gitea.bel.blue

This commit is contained in:
bel
2026-02-20 15:03:21 -07:00
parent d32df3bec9
commit 2b7662e53e
21 changed files with 172 additions and 97 deletions

View File

@@ -3,9 +3,9 @@ package server
import (
"time"
"gitea.inhome.blapointe.com/local/firestormy/config"
"gitea.inhome.blapointe.com/local/firestormy/config/ns"
"gitea.inhome.blapointe.com/local/firestormy/scheduler"
"gitea.bel.blue/local/firestormy/config"
"gitea.bel.blue/local/firestormy/config/ns"
"gitea.bel.blue/local/firestormy/scheduler"
)
func toMap(j *scheduler.Job, output bool) map[string]interface{} {