feat(stackit/git-repository): use forgejo provider with clone_addr support#130
feat(stackit/git-repository): use forgejo provider with clone_addr support#130
Conversation
|
This pull request is automatically being deployed by Amplify Hosting (learn more). |
9f9bbe3 to
46ed0a8
Compare
🎨 Missing Building Block IconsFound 1 building block(s) without Copy the AI Prompts below and use them with your favorite AI image generator (Gemini, DALL-E, Midjourney, Stable Diffusion, etc.). Then follow the Post-Processing Steps to prepare the icons for upload. Azure Virtual Machine StarterkitPlatform: Path: AI Prompt (copy this to image generator)Post-Processing InstructionsStep 1: Remove white background with GIMP (free) a) Open image in GIMP Step 2: Resize to 800x800 pixels if needed
Step 3: Compress with pngquant (free command line tool)
Target specs: 800x800px PNG with transparent background, under 100KB |
eb8aca3 to
9df437e
Compare
…pport Replace Mastercard/restapi provider with svalabs/forgejo for native Forgejo support in stackit/git-repository module. - Use forgejo_repository resource instead of restapi_object - Add clone_addr variable for one-time cloning from any public Git URL - Remove template_repo_path/use_template/is_template_repo and webhook support - Update ske-starterkit to use repo_clone_addr instead of git_repository_template_path Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
9df437e to
7a3dee5
Compare
Replace Mastercard/restapi provider with svalabs/forgejo for native Forgejo support in stackit/git-repository and ske-starterkit modules.
forgejo_repositoryandforgejo_organizationresources instead ofrestapi_objectclone_addrvariable for one-time cloning from any public Git URLtemplate_repo_path/use_templateand webhook support