forgejo/templates
Bob Vandevliet 6e346f84c1
More specific and unique feed name for NuGet install command template. (#23889)
The default command to setup a NuGet registry from the command line is:
```
dotnet nuget add source --name Gitea --username your_username --password your_token <gitea-origin-url/>
```
The feed name `Gitea` is hard-coded into the command template, so each
registry will by default have the same feed name. I know templates can
be overridden using the `custom` folder. But in my opinion, it's a good
practice to make a slight change in the default template to make the
feed name more context specific:
```
dotnet nuget add source --name {{.PackageDescriptor.Owner.Name}} --username your_username --password your_token <gitea-origin-url/>
```
2023-04-06 17:35:32 -04:00
..
admin
api/packages/pypi
base
code
custom
devtest
explore
mail
org Org pages style fixes (#23901) 2023-04-04 06:49:09 +02:00
package More specific and unique feed name for NuGet install command template. (#23889) 2023-04-06 17:35:32 -04:00
projects Introduce GiteaLocaleNumber custom element to handle number localization on pages. (#23861) 2023-04-03 12:58:09 -04:00
repo Use graceful editorconfig loader to reduce errors when loading malformed editorconfigs (#21257) 2023-04-06 16:01:20 -04:00
shared
status
swagger Add activity feeds API (#23494) 2023-04-04 21:35:31 +08:00
user Remove fomantic ".link" selector and styles (#23888) 2023-04-03 20:47:23 -04:00
home.tmpl
install.tmpl
post-install.tmpl