From c8ba331e4cd2a666c2e9c6be3606f185f27ce478 Mon Sep 17 00:00:00 2001 From: Kumi Date: Sat, 15 Jun 2024 15:29:53 +0200 Subject: [PATCH] feat(icons, services): add upload icon and new service MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added a new upload icon to the assets directory to enhance usability and UI consistency. Incorporated Transfer.coffee service for secure file transfers and moved GotHub entry for better data organization. This improves service discoverability and aligns with the project’s goal of providing diverse, privacy-respecting tools. --- assets/dist/icons/upload.svg | 1 + data/services.json | 48 ++++++++++++++++++++++++------------ 2 files changed, 33 insertions(+), 16 deletions(-) create mode 100644 assets/dist/icons/upload.svg diff --git a/assets/dist/icons/upload.svg b/assets/dist/icons/upload.svg new file mode 100644 index 0000000..7db0dff --- /dev/null +++ b/assets/dist/icons/upload.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/data/services.json b/data/services.json index e1be581..d3f58eb 100644 --- a/data/services.json +++ b/data/services.json @@ -148,22 +148,6 @@ "exclude_from_index": false, "exclude_from_simple": false }, - { - "name": "GotHub", - "url": "https://gothub.private.coffee", - "short_description": "Alternative GitHub interface that respects privacy.", - "long_description": "Gothub is an alternative GitHub interface that respects your privacy. It is currently in alpha, but you can browse and download repositories, and you can also clone them using git+https (although the text on the main page would disagree).", - "status": "OK", - "links": [ - { - "name": "Go to GotHub", - "url": "https://gothub.private.coffee" - } - ], - "icon": "git-branch", - "exclude_from_index": false, - "exclude_from_simple": false - }, { "name": "redlib", "url": "https://redlib.private.coffee", @@ -196,6 +180,22 @@ "exclude_from_index": false, "exclude_from_simple": false }, + { + "name": "Transfer.coffee", + "url": "https://transfer.coffee", + "short_description": "Transfer files securely using peer-to-peer connections.", + "long_description": "Transfer.coffee allows you to transfer files securely using peer-to-peer connections. Your files are never stored on our servers.", + "status": "OK", + "links": [ + { + "name": "Go to Transfer.coffee", + "url": "https://transfer.coffee" + } + ], + "icon": "upload", + "exclude_from_index": false, + "exclude_from_simple": false + }, { "name": "Structables", "url": "https://structables.private.coffee", @@ -340,6 +340,22 @@ "exclude_from_index": false, "exclude_from_simple": false }, + { + "name": "GotHub", + "url": "https://gothub.private.coffee", + "short_description": "Alternative GitHub interface that respects privacy.", + "long_description": "Gothub is an alternative GitHub interface that respects your privacy. It is currently in alpha, but you can browse and download repositories, and you can also clone them using git+https (although the text on the main page would disagree).", + "status": "OK", + "links": [ + { + "name": "Go to GotHub", + "url": "https://gothub.private.coffee" + } + ], + "icon": "git-branch", + "exclude_from_index": false, + "exclude_from_simple": false + }, { "name": "Binternet", "url": "https://binternet.private.coffee",