|
@@ -1114,7 +1114,7 @@ Whether to ignore invalid/self-signed certificates.
|
|
Whether to open the link in the same or a new tab.
|
|
Whether to open the link in the same or a new tab.
|
|
|
|
|
|
### Releases
|
|
### Releases
|
|
-Display a list of latest releases for specific repositories on Github, GitLab or Docker Hub.
|
|
|
|
|
|
+Display a list of latest releases for specific repositories on Github, GitLab, Codeberg or Docker Hub.
|
|
|
|
|
|
Example:
|
|
Example:
|
|
|
|
|
|
@@ -1125,6 +1125,7 @@ Example:
|
|
- go-gitea/gitea
|
|
- go-gitea/gitea
|
|
- jellyfin/jellyfin
|
|
- jellyfin/jellyfin
|
|
- glanceapp/glance
|
|
- glanceapp/glance
|
|
|
|
+ - codeberg:redict/redict
|
|
- gitlab:fdroid/fdroidclient
|
|
- gitlab:fdroid/fdroidclient
|
|
- dockerhub:gotify/server
|
|
- dockerhub:gotify/server
|
|
```
|
|
```
|
|
@@ -1145,12 +1146,13 @@ Preview:
|
|
| collapse-after | integer | no | 5 |
|
|
| collapse-after | integer | no | 5 |
|
|
|
|
|
|
##### `repositories`
|
|
##### `repositories`
|
|
-A list of repositores to fetch the latest release for. Only the name/repo is required, not the full URL. A prefix can be specified for repositories hosted elsewhere such as GitLab and Docker Hub. Example:
|
|
|
|
|
|
+A list of repositores to fetch the latest release for. Only the name/repo is required, not the full URL. A prefix can be specified for repositories hosted elsewhere such as GitLab, Codeberg and Docker Hub. Example:
|
|
|
|
|
|
```yaml
|
|
```yaml
|
|
repositories:
|
|
repositories:
|
|
- gitlab:inkscape/inkscape
|
|
- gitlab:inkscape/inkscape
|
|
- dockerhub:glanceapp/glance
|
|
- dockerhub:glanceapp/glance
|
|
|
|
+ - codeberg:redict/redict
|
|
```
|
|
```
|
|
|
|
|
|
Official images on Docker Hub can be specified by ommiting the owner:
|
|
Official images on Docker Hub can be specified by ommiting the owner:
|
|
@@ -1172,7 +1174,7 @@ repositories:
|
|
|
|
|
|
|
|
|
|
##### `show-source-icon`
|
|
##### `show-source-icon`
|
|
-Shows an icon of the source (GitHub/GitLab/Docker Hub) next to the repository name when set to `true`.
|
|
|
|
|
|
+Shows an icon of the source (GitHub/GitLab/Codeberg/Docker Hub) next to the repository name when set to `true`.
|
|
|
|
|
|
##### `token`
|
|
##### `token`
|
|
Without authentication Github allows for up to 60 requests per hour. You can easily exceed this limit and start seeing errors if you're tracking lots of repositories or your cache time is low. To circumvent this you can [create a read only token from your Github account](https://github.com/settings/personal-access-tokens/new) and provide it here.
|
|
Without authentication Github allows for up to 60 requests per hour. You can easily exceed this limit and start seeing errors if you're tracking lots of repositories or your cache time is low. To circumvent this you can [create a read only token from your Github account](https://github.com/settings/personal-access-tokens/new) and provide it here.
|