Skip to content

Commit

Permalink
Re-added Send, Paste Text, and Jitsi https://codeberg.org/LibRedirect…
Browse files Browse the repository at this point in the history
  • Loading branch information
ManeraKai committed Oct 18, 2023
1 parent 9317c75 commit 27602cb
Show file tree
Hide file tree
Showing 8 changed files with 189 additions and 1 deletion.
39 changes: 39 additions & 0 deletions src/assets/images/meet-icon-light.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/images/meet-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions src/assets/images/sendFiles-icon-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/images/sendFiles-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions src/assets/images/textStorage-icon-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/images/textStorage-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
62 changes: 62 additions & 0 deletions src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,48 @@
"imageType": "svgMono",
"url": "https://maps.libredirect.invalid"
},
"sendFiles": {
"frontends": {
"send": {
"name": "Send",
"instanceList": true,
"url": "https://gitlab.com/timvisee/send"
}
},
"targets": [
"^https?:\\/{2}send\\.libredirect\\.invalid",
"^https?:\\/{2}send\\.firefox\\.com\\/?$",
"^https?:\\/{2}sendfiles\\.online\\/?$"
],
"name": "Send Files",
"options": {
"enabled": false,
"unsupportedUrls": "bypass",
"frontend": "send"
},
"imageType": "svgMono",
"url": "https://send.libredirect.invalid"
},
"textStorage": {
"frontends": {
"privateBin": {
"name": "PrivateBin",
"instanceList": true,
"url": "https://privatebin.info"
}
},
"targets": [
"^https?:\\/{2}paste\\.libredirect\\.invalid"
],
"name": "Paste Text",
"options": {
"enabled": false,
"unsupportedUrls": "bypass",
"frontend": "privateBin"
},
"imageType": "svgMono",
"url": "https://paste.libredirect.invalid"
},
"reuters": {
"frontends": {
"neuters": {
Expand Down Expand Up @@ -851,6 +893,26 @@
"imageType": "svg",
"url": "https://www.instructables.com"
},
"meet": {
"name": "Meet",
"frontends": {
"jitsi": {
"name": "Jitsi",
"instanceList": true,
"url": "https://jitsi.org"
}
},
"targets": [
"^https?:\\/{2}meet\\.libredirect\\.invalid\\/"
],
"options": {
"enabled": false,
"unsupportedUrls": "bypass",
"frontend": "jitsi"
},
"imageType": "svgMono",
"url": "https://meet.libredirect.invalid"
},
"wolframAlpha": {
"frontends": {
"wolfreeAlpha": {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/stylesheets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ section.links {
flex-wrap: wrap;
flex-direction: column;
width: 350px;
max-height: 800px;
max-height: 890px;
}

section.links div {
Expand Down

0 comments on commit 27602cb

Please sign in to comment.