Skip to content

Commit

Permalink
Added GoCook #988
Browse files Browse the repository at this point in the history
  • Loading branch information
ManeraKai committed Jan 20, 2025
1 parent 95f2fae commit 4dbc36c
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 0 deletions.
43 changes: 43 additions & 0 deletions src/assets/images/chefkoch-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/javascripts/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,7 @@ const defaultInstances = {
nerdsForNerds: ["https://nn.vern.cc"],
koub: ["https://koub.clovius.club"],
soundcloak: ["https://soundcloak.fly.dev"],
gocook: ["https://cook.adminforge.de"],
}

async function getDefaults() {
Expand Down
21 changes: 21 additions & 0 deletions src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1392,6 +1392,27 @@
},
"imageType": "svg",
"url": "https://coub.com"
},
"chefkoch": {
"frontends": {
"gocook": {
"name": "GoCook",
"instanceList": true,
"url": "https://github.com/NoUmlautsAllowed/gocook"
}
},
"targets": [
"^https?:\\/{2}(www\\.)?chefkoch\\.de"
],
"name": "Chefkoch",
"options": {
"enabled": false,
"unsupportedUrls": "bypass",
"frontend": "gocook",
"redirectOnlyInIncognito": false
},
"imageType": "svg",
"url": "https://www.chefkoch.de"
}
}
}

0 comments on commit 4dbc36c

Please sign in to comment.