NixNet/cards.json

84 lines
4.1 KiB
JSON

{
"cards" :
[
{
"name": "Mattermost",
"description": "Mattermost is a FLOSS application for real-time chat. Use this for communicating with other users, joining a few different communities, and getting support for NixNet services.",
"button_text": "Chat!",
"link":"https://nixnet.xyz/mattermost/"
},
{
"name": "Mastodon",
"description": "Mastodon is a decentralised microblogging social network with millions of users worldwide. You can create an account on one instance and interact with an instance from across the world.",
"button_text": "Socialise!",
"link": "https://masto.nixnet.xyz/"
},
{
"name": "Wireguard",
"description": "WireGuard is an open source application and protocol that uses VPN techniques to create secure tunnels in various configurations. It aims to be more performant than OpenVPN or IPsec0.",
"button_text": "Tunnel!",
"link": "https://nixnet.xyz/wireguard/"
},
{
"name": "Gitea",
"description": "Gitea is a simple, easy-to-use and yet full-featured, self-hosted code hosting solution. Users get an initial limit of 5 repos. Please be conscientious of storage use and don't upload large files.",
"button_text": "Code!",
"link": "https://git.nixnet.xyz/"
},
{
"name": "CodiMD",
"description": "CodiMD is an application that allows users to collaborate in real time on markdown documents and presentations. Perfect for quick and easy slideshows and documentation.",
"button_text": "Write!",
"link": "https://codi.nixnet.xyz/"
},
{
"name": "PrivateBin",
"description": "PrivateBin is a minimalist and open source pastebin that has zero knowledge of pasted data. Everything is encrypted and decrypted in-browser using 256bit AES in Galois Counter mode.",
"button_text": "Paste!",
"link": "https://bin.nixnet.xyz/"
},
{
"name": "Plume",
"description": "Plume is an open source and federated blogging platform that can be interacted with and followed from any social network powered by ActivityPub including Mastodon and others!",
"button_text": "Write!",
"link": "https://plume.nixnet.xyz/"
},
{
"name": "wallabag",
"description": "wallabag is like a self-hosted version of Mozilla's Pocket. You throw it some links and it saves them to read later in a minimal UI, and downloads them to the mobile app if you have it.",
"button_text": "Read!",
"link": "https://wallabag.nixnet.xyz/"
},
{
"name": "NixedWiki",
"description": "NixedWiki is built on BookStack, a simple and easy-to-use platform for organising and storing information. Everything's searchable, it uses the WYSIWYG editor, and much more!",
"button_text": "Document!",
"link": "https://wiki.nixnet.xyz/"
},
{
"name": "RSS-Bridge",
"description": "RSS-Bridge is an application that generates feeds for sites that don't support it. There are 179 bridges from YouTube playlists and channels to new Bandcamp releases by tag and many others!",
"button_text": "Subscribe!",
"link": "https://rss.nixnet.xyz/"
},
{
"name": "Jabber/XMPP",
"description": "Jabber/XMPP is a set of open technologies for instant messaging, multi-party chat, and voice/video calls. XMPP stands for the Extensible Messaging and Presence Protocol.",
"button_text": "Register!",
"link": "https://nixnet.xyz/jabber-xmpp/"
},
{
"name": "searX",
"description": "searX is a meta search engine that aggregates results from more than 70 different search engines. Users are neither tracked nor profiled. searX can also be used over Tor for increased anonymity.",
"button_text": "Search!",
"link": "https://searx.nixnet.xyz/"
},
{
"name": "Mumble",
"description": "Mumble is an open source, low-latency, high quality voice chat software primarily intended for use while gaming. It's also great for private calls between yourself and others.",
"button_text": "Chat!",
"link": "mumble://nixnet.xyz:64738"
}
]
}