Refactor Gitea integration and update related components

This commit is contained in:
Jason Parks
2025-03-19 11:31:08 -06:00
parent 9a11d0db97
commit d7ef201adb
4 changed files with 612 additions and 151 deletions

View File

@@ -1,5 +1,5 @@
import { createWriteStream } from "node:fs";
import fs from "node:fs/promises";
import * as fs from "node:fs/promises";
import { join } from "node:path";
import { paths } from "@dokploy/server/constants";
import { findGiteaById, updateGitea } from "@dokploy/server/services/gitea";