forked from toolshed/abra
		
	fix!: new catalogue URL
This commit is contained in:
		| @ -73,7 +73,8 @@ var catalogueGenerateCommand = cli.Command{ | |||||||
| 	Description: ` | 	Description: ` | ||||||
| This command generates a new copy of the recipe catalogue which can be found on: | This command generates a new copy of the recipe catalogue which can be found on: | ||||||
|  |  | ||||||
|     https://recipes.coopcloud.tech |     https://recipes.coopcloud.tech (website that humans read) | ||||||
|  |     https://recipes.coopcloud.tech/recipes.json (JSON that Abra reads) | ||||||
|  |  | ||||||
| It polls the entire git.coopcloud.tech/coop-cloud/... recipe repository | It polls the entire git.coopcloud.tech/coop-cloud/... recipe repository | ||||||
| listing, parses README.md and git tags of those repositories to produce recipe | listing, parses README.md and git tags of those repositories to produce recipe | ||||||
|  | |||||||
| @ -26,7 +26,7 @@ import ( | |||||||
| ) | ) | ||||||
|  |  | ||||||
| // RecipeCatalogueURL is the only current recipe catalogue available. | // RecipeCatalogueURL is the only current recipe catalogue available. | ||||||
| const RecipeCatalogueURL = "https://recipes.coopcloud.tech" | const RecipeCatalogueURL = "https://recipes.coopcloud.tech/recipes.json" | ||||||
|  |  | ||||||
| // ReposMetadataURL is the recipe repository metadata | // ReposMetadataURL is the recipe repository metadata | ||||||
| const ReposMetadataURL = "https://git.coopcloud.tech/api/v1/orgs/coop-cloud/repos" | const ReposMetadataURL = "https://git.coopcloud.tech/api/v1/orgs/coop-cloud/repos" | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user