Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Ability to create push-mirrors from own repo to other platforms #49

Open
PatDyn opened this issue Jul 20, 2023 · 0 comments
Open

Ability to create push-mirrors from own repo to other platforms #49

PatDyn opened this issue Jul 20, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@PatDyn
Copy link

PatDyn commented Jul 20, 2023

Is your feature request related to a problem? Please describe.
It currently is possible to create push mirrors in the gitea/forgejo UI but as far as i tried its not possible with the provider.

Describe the solution you'd like
The ability to create a push mirror like so:
resource "gitea_repository" "original_repo" {
username = "some-user"
name = "original_repo"
remote_user = var.remote_usr
remote_password = var.remote_pw
remote_repo_url = git@some-git-provider.org/some-user/repo-that-will-be-pushed-to.git
remote_sync_on_push = true
remote_sync_interval = "1h0m0s"
}
could extend the use cases for the provider. :)

Describe alternatives you've considered
I'm currently not aware of any automated alternatives.

Additional context

Add any other context or screenshots about the feature request here.
gitea_push_mirror

Edit: Correct git link format.

@PatDyn PatDyn added the enhancement New feature or request label Jul 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant