feat: enhance import functionality with Caddyfile content preview and optional mounting in Docker
This commit is contained in:
@@ -14,6 +14,7 @@ export interface ImportPreview {
|
||||
conflicts: string[];
|
||||
errors: string[];
|
||||
};
|
||||
caddyfile_content?: string;
|
||||
}
|
||||
|
||||
export const uploadCaddyfile = async (content: string): Promise<ImportPreview> => {
|
||||
|
||||
Reference in New Issue
Block a user