fix: update requirements to forgejo repo locations
All checks were successful
ci/woodpecker/push/linting Pipeline was successful

This commit is contained in:
Simon Cornet 2026-05-15 13:51:06 +02:00
commit 1a0d50bca0
3 changed files with 45 additions and 2 deletions

View file

@ -15,14 +15,14 @@ Already a pro? Just edit this README.md and make it your own. Want to make it ea
```
cd existing_repo
git remote add origin https://gitlab.simoncor.net/ansible/play-k3s-lb.git
git remote add origin https://git.simoncor.net/ansible/k3s-lb.git
git branch -M main
git push -uf origin main
```
## Integrate with your tools
* [Set up project integrations](https://gitlab.simoncor.net/ansible/play-k3s-lb/-/settings/integrations)
* [Set up project integrations](https://git.simoncor.net/ansible/k3s-lb/-/settings/integrations)
## Collaborate with your team