removed 'extName' from pages, made icon and href optional
This commit is contained in:
parent
c4e73e73cb
commit
6c1d383c69
2 changed files with 3 additions and 7 deletions
|
@ -13,12 +13,11 @@ export interface Game {
|
||||||
|
|
||||||
export interface Service {
|
export interface Service {
|
||||||
name: string,
|
name: string,
|
||||||
icon: string,
|
icon?: string,
|
||||||
href: string,
|
href?: string,
|
||||||
desc: string,
|
desc: string,
|
||||||
warn?: string,
|
warn?: string,
|
||||||
extLink?: string,
|
extLink?: string,
|
||||||
extName?: string,
|
|
||||||
type: ServiceType,
|
type: ServiceType,
|
||||||
docker_container_name: string,
|
docker_container_name: string,
|
||||||
location: ServiceLocation,
|
location: ServiceLocation,
|
||||||
|
|
|
@ -6,8 +6,7 @@
|
||||||
"href": "https://nextcloud.neshweb.net/",
|
"href": "https://nextcloud.neshweb.net/",
|
||||||
"desc": "Self-hosted Cloud Storage Service but longer and hopefully with wrap as well as some extra just to make sure",
|
"desc": "Self-hosted Cloud Storage Service but longer and hopefully with wrap as well as some extra just to make sure",
|
||||||
"warn": "Note: Registration requires approval",
|
"warn": "Note: Registration requires approval",
|
||||||
"extLink": "https://qwant.com",
|
"extLink": "https://nextcloud.com/",
|
||||||
"extName": "Qwant",
|
|
||||||
"type": "docker",
|
"type": "docker",
|
||||||
"docker_container_name": "nextcloud",
|
"docker_container_name": "nextcloud",
|
||||||
"location": "tower-0"
|
"location": "tower-0"
|
||||||
|
@ -137,7 +136,6 @@
|
||||||
"desc": "Debug Debug Debug",
|
"desc": "Debug Debug Debug",
|
||||||
"warn": "Note: Debug",
|
"warn": "Note: Debug",
|
||||||
"extLink": "https://qwant.com",
|
"extLink": "https://qwant.com",
|
||||||
"extName": "Qwant",
|
|
||||||
"type": "docker",
|
"type": "docker",
|
||||||
"docker_container_name": "matomo-web",
|
"docker_container_name": "matomo-web",
|
||||||
"location": "tower-0"
|
"location": "tower-0"
|
||||||
|
@ -147,7 +145,6 @@
|
||||||
"desc": "Debug Debug Debug",
|
"desc": "Debug Debug Debug",
|
||||||
"warn": "Note: Debug",
|
"warn": "Note: Debug",
|
||||||
"extLink": "https://qwant.com",
|
"extLink": "https://qwant.com",
|
||||||
"extName": "Qwant",
|
|
||||||
"type": "docker",
|
"type": "docker",
|
||||||
"docker_container_name": "Debug",
|
"docker_container_name": "Debug",
|
||||||
"location": "tower-0"
|
"location": "tower-0"
|
||||||
|
|
Loading…
Reference in a new issue