Skip to content

Commit b4f2d67

Browse files
committed
1 parent f513913 commit b4f2d67

File tree

4 files changed

+22
-0
lines changed

4 files changed

+22
-0
lines changed
Lines changed: 1 addition & 0 deletions
Loading

src/assets/images/office-icon.svg

Lines changed: 1 addition & 0 deletions
Loading

src/assets/javascripts/services.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -943,6 +943,7 @@ const defaultInstances = {
943943
gocook: ["https://cook.adminforge.de"],
944944
wikimore: ["https://wikimore.private.coffee"],
945945
libreTranslate: ["https://libretranslate.com"],
946+
cryptPad: ["https://cryptpad.org"]
946947
}
947948

948949
async function getDefaults() {

src/config.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1299,6 +1299,25 @@
12991299
"imageType": "svgMono",
13001300
"url": "https://paste.libredirect.invalid"
13011301
},
1302+
"office": {
1303+
"frontends": {
1304+
"cryptPad": {
1305+
"name": "CryptPad",
1306+
"instanceList": true,
1307+
"url": "https://cryptpad.org"
1308+
}
1309+
},
1310+
"targets": ["^https?:\\/{2}office\\.libredirect\\.invalid"],
1311+
"name": "Office",
1312+
"options": {
1313+
"enabled": false,
1314+
"unsupportedUrls": "bypass",
1315+
"frontend": "cryptPad",
1316+
"redirectOnlyInIncognito": false
1317+
},
1318+
"imageType": "svgMono",
1319+
"url": "https://office.libredirect.invalid"
1320+
},
13021321
"ultimateGuitar": {
13031322
"frontends": {
13041323
"freetar": {

0 commit comments

Comments
 (0)