mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
Hard code registry icons (#1951)
* component for store icons * order registries and abstract registry urls * use helper functionm
This commit is contained in:
committed by
Aiden McClelland
parent
4f9fe7245b
commit
eec8c41e20
BIN
frontend/projects/shared/assets/img/community-store.png
Normal file
BIN
frontend/projects/shared/assets/img/community-store.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 200 KiB |
@@ -8,6 +8,11 @@ export type WorkspaceConfig = {
|
||||
url: string
|
||||
version: string
|
||||
}
|
||||
marketplace: {
|
||||
start9: 'https://registry.start9.com/'
|
||||
community: 'https://community-registry.start9.com/'
|
||||
beta: 'https://beta-registry.start9.com/'
|
||||
}
|
||||
mocks: {
|
||||
maskAs: 'tor' | 'lan'
|
||||
skipStartupAlerts: boolean
|
||||
|
||||
Reference in New Issue
Block a user