Skip to content

Commit 4dbc36c

Browse files
committed
Added GoCook #988
1 parent 95f2fae commit 4dbc36c

File tree

3 files changed

+65
-0
lines changed

3 files changed

+65
-0
lines changed

src/assets/images/chefkoch-icon.svg

Lines changed: 43 additions & 0 deletions
Loading

src/assets/javascripts/services.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -903,6 +903,7 @@ const defaultInstances = {
903903
nerdsForNerds: ["https://nn.vern.cc"],
904904
koub: ["https://koub.clovius.club"],
905905
soundcloak: ["https://soundcloak.fly.dev"],
906+
gocook: ["https://cook.adminforge.de"],
906907
}
907908

908909
async function getDefaults() {

src/config.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1392,6 +1392,27 @@
13921392
},
13931393
"imageType": "svg",
13941394
"url": "https://coub.com"
1395+
},
1396+
"chefkoch": {
1397+
"frontends": {
1398+
"gocook": {
1399+
"name": "GoCook",
1400+
"instanceList": true,
1401+
"url": "https://github.com/NoUmlautsAllowed/gocook"
1402+
}
1403+
},
1404+
"targets": [
1405+
"^https?:\\/{2}(www\\.)?chefkoch\\.de"
1406+
],
1407+
"name": "Chefkoch",
1408+
"options": {
1409+
"enabled": false,
1410+
"unsupportedUrls": "bypass",
1411+
"frontend": "gocook",
1412+
"redirectOnlyInIncognito": false
1413+
},
1414+
"imageType": "svg",
1415+
"url": "https://www.chefkoch.de"
13951416
}
13961417
}
13971418
}

0 commit comments

Comments
 (0)