From 131023f8dda599edeb5121230629911bf86579a2 Mon Sep 17 00:00:00 2001 From: Manuel Vogel Date: Sat, 21 Nov 2020 14:45:34 +0100 Subject: [PATCH] docs: add gitea defaults for brew and scoop --- www/docs/customization/homebrew.md | 1 + www/docs/customization/scoop.md | 1 + 2 files changed, 2 insertions(+) diff --git a/www/docs/customization/homebrew.md b/www/docs/customization/homebrew.md index a6670d98eb1..215877b01fd 100644 --- a/www/docs/customization/homebrew.md +++ b/www/docs/customization/homebrew.md @@ -50,6 +50,7 @@ brews: # Template for the url which is determined by the given Token (github or gitlab) # Default for github is "https://github.com///releases/download/{{ .Tag }}/{{ .ArtifactName }}" # Default for gitlab is "https://gitlab.com///uploads/{{ .ArtifactUploadHash }}/{{ .ArtifactName }}" + # Default for gitea is "https://gitea.com///releases/download/{{ .Tag }}/{{ .ArtifactName }}" url_template: "http://github.mycompany.com/foo/bar/releases/{{ .Tag }}/{{ .ArtifactName }}" # Allows you to set a custom download strategy. Note that you'll need diff --git a/www/docs/customization/scoop.md b/www/docs/customization/scoop.md index b611a7e9b1c..43e511a71b4 100644 --- a/www/docs/customization/scoop.md +++ b/www/docs/customization/scoop.md @@ -14,6 +14,7 @@ scoop: # Template for the url which is determined by the given Token (github or gitlab) # Default for github is "https://github.com///releases/download/{{ .Tag }}/{{ .ArtifactName }}" # Default for gitlab is "https://gitlab.com///uploads/{{ .ArtifactUploadHash }}/{{ .ArtifactName }}" + # Default for gitea is "https://gitea.com///releases/download/{{ .Tag }}/{{ .ArtifactName }}" # Gitea is not supported yet, but the support coming url_template: "http://github.mycompany.com/foo/bar/releases/{{ .Tag }}/{{ .ArtifactName }}"