prefer gitea urls

This commit is contained in:
Daniel Wolf 2023-05-01 17:02:54 -04:00
parent 4fbf7d8645
commit 08c2ff07b9
Signed by: nephatrine
GPG Key ID: 59D70EC2E4AAB4D0
1 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
Just paste this into **Docker Repositories** on the **Docker** tab:
~~~
https://code.nephatrine.net/NephNET/unraid-containers
~~~
- or -
~~~
https://github.com/nephatrine/unraid-containers
~~~
@ -35,5 +41,5 @@ Beginning with Unraid 6.10.0-rc1, the entire Template Repositories section has b
I believe there may be a third option, but I don't have a fresh unRAID install to test with:
```bash
echo 'https://github.com/nephatrine/unraid-containers' >>/config/plugins/dockerMan/template-repos
echo 'https://code.nephatrine.net/NephNET/unraid-containers' >>/config/plugins/dockerMan/template-repos
```