No description
Find a file
2024-11-21 17:49:21 +03:00
artifact_types update 2024-11-21 12:40:38 +03:00
config update 2024-11-21 14:20:10 +03:00
core update 2024-11-21 17:49:21 +03:00
docker add compose file 2024-11-20 13:44:48 +03:00
logger update 2024-11-21 12:40:38 +03:00
repository update 2024-11-21 17:49:21 +03:00
.gitignore Add Dockerfile, rewrite source 2024-11-19 17:41:31 +03:00
config.yaml.template update 2024-11-21 14:20:10 +03:00
Dockerfile Add Dockerfile, rewrite source 2024-11-19 17:42:08 +03:00
go.mod update 2024-11-21 12:40:38 +03:00
go.sum update 2024-11-21 12:40:38 +03:00
LICENSE Initial commit 2024-11-17 17:20:39 +03:00
main.go update 2024-11-21 12:40:38 +03:00
README.md Add Dockerfile, rewrite source 2024-11-19 17:41:31 +03:00

artmigrator

Миграция артефактов между разичными репозиториями. Базовый вариант между nexus > gitea

Пример использования

go run main.go -config=config.yaml

go run main.go -config=config.yaml -nexus-url=https://new-nexus.example.com -gitea-token=new-gitea-token

Пример конфига

nexus:
  url: "https://nexus.example.com"
  username: "your-nexus-username"
  password: "your-nexus-password"

gitea:
  url: "https://gitea.example.com"
  token: "your-gitea-token"