to gitea.bel.blue

This commit is contained in:
bel
2026-02-20 12:57:34 -07:00
parent 16f679fe34
commit 26df9b87c5
21 changed files with 300 additions and 32 deletions

4
db.go
View File

@@ -4,8 +4,8 @@ import (
"fmt"
"io"
"gitea.inhome.blapointe.com/local/storage/minio"
"gitea.inhome.blapointe.com/local/storage/rclone"
"gitea.bel.blue/local/storage/minio"
"gitea.bel.blue/local/storage/rclone"
)
type DBStream interface {