This commit is contained in:
ManeraKai 2025-01-27 23:05:03 +03:00
parent a1ef0bf8c3
commit c56a2132ed
No known key found for this signature in database
GPG Key ID: 5ABC31FFD562E337
2 changed files with 10 additions and 4 deletions

View File

@ -911,6 +911,7 @@ const defaultInstances = {
vixipy: ["https://vx.maid.zone"],
indestructables: ["https://indestructables.private.coffee"],
destructables: ["https://ds.vern.cc"],
structables: ["https://structables.private.coffee"],
safetwitch: ["https://safetwitch.drgns.space"],
twineo: ["https://twineo.exozy.me"],
proxigram: ["https://ig.opnxng.com"],

View File

@ -993,15 +993,20 @@
"instructables": {
"name": "Instructables",
"frontends": {
"indestructables": {
"name": "Indestructables",
"structables": {
"name": "Structables",
"instanceList": true,
"url": "https://indestructables.codeberg.page"
"url": "https://github.com/PrivateCoffee/structables"
},
"destructables": {
"name": "Destructables",
"instanceList": true,
"url": "https://git.vern.cc/cobra/Destructables"
},
"indestructables": {
"name": "Indestructables",
"instanceList": true,
"url": "https://indestructables.codeberg.page"
}
},
"targets": [
@ -1010,7 +1015,7 @@
"options": {
"enabled": false,
"unsupportedUrls": "bypass",
"frontend": "indestructables",
"frontend": "structables",
"redirectOnlyInIncognito": false
},
"imageType": "svg",