feat(release): stage GitWorkshop and next node updates

This commit is contained in:
archipelago
2026-09-09 18:15:21 -04:00
parent 973356df16
commit f5c0ba85cd
97 changed files with 5716 additions and 1327 deletions
@@ -438,5 +438,16 @@ export function getCuratedAppList(): MarketplaceApp[] {
manifestUrl: undefined,
repoUrl: 'https://gitea.com',
},
{
id: 'archipelago-source',
title: 'GitWorkshop',
version: '0.4.0',
category: 'development',
description: "Get Archipelago's source, clone it with ngit, and contribute issues, patches, and reviews over Nostr using the upstream GitWorkshop client.",
icon: '/assets/img/app-icons/gitworkshop-dc36db6.svg',
author: 'GitWorkshop contributors',
dockerImage: 'localhost/archipelago-source:local',
repoUrl: 'https://github.com/DanConwayDev/gitworkshop',
},
]
}