From 5f05b254f52d5a81e0d0b07917f651c00e183e83 Mon Sep 17 00:00:00 2001 From: Florian Vahl Date: Fri, 6 May 2022 10:56:27 +0200 Subject: [PATCH 1/6] Add Bitpoll to Polls and Events MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thank you for taking the time to work on a PR for Awesome-Selfhosted! To ensure your PR is dealt with swiftly please check the following: - [x] Submit one item per pull request. This eases reviewing and speeds up inclusion. - [x] Format your submission as follows, where `Demo` and `Clients` are optional. Do not add a duplicate `Source code` link if it is the same as the main link. Keep the short description under 250 characters and use [sentence case](https://en.wikipedia.org/wiki/Letter_case#Sentence_case) for it, even if the project's webpage or readme uses another capitalisation such as title case, all caps, small caps or all lowercase. `Demo` links should only be used for interactive demos, i.e. not video demonstrations. ``- [Name](http://homepage/) - Short description, under 250 characters, sentence case. ([Demo](http://url.to/demo), [Source Code](http://url.of/source/code), [Clients](https://url.to/list/of/related/clients-or-apps)) `License` `Language` `` - [x] Additions that depend on proprietary services outside the user's control must be marked `⚠`. ``- [Name](http://homepage/) `⚠` - Short description, under 250 characters, sentence case. ([Demo](http://url.to/demo), [Source Code](http://url.of/source/code), [Clients](https://url.to/list/of/related/clients-or-apps)) `License` `Language` `` - [x] Additions that are not [Free software](https://en.wikipedia.org/wiki/Free_software) must be added to `non-free.md` and marked `⊘ Proprietary`: ``- [Name](http://homepage/) `⊘ Proprietary` - Short description, under 250 characters, sentence case. ([Demo](http://url.to/demo), [Source Code](http://url.of/source/code), [Clients](https://url.to/list/of/related/clients-or-apps)) `Language` `` - [x] Additions are inserted preserving alphabetical order. - [x] Additions are not already listed at any of [awesome-sysadmin](https://github.com/n1trux/awesome-sysadmin), [awesome-analytics](https://github.com/onurakpolat/awesome-analytics), [staticgen.com](https://www.staticgen.com/), [staticsitegenerators.net](https://staticsitegenerators.net/). - [x] The `Language` tag is the main **server-side** requirement for the software. Don't include frameworks or specific dialects. - [x] Any license you add is in our [list of licenses](https://github.com/awesome-selfhosted/awesome-selfhosted/blob/master/README.md#list-of-licenses). - [x] You have searched the repository for any relevant [issues](https://github.com/awesome-selfhosted/awesome-selfhosted/issues) or [PRs](https://github.com/awesome-selfhosted/awesome-selfhosted/pulls), including closed ones. - [x] Any category you are creating has the minimum requirement of 3 items. If not, your addition may be inserted into `Misc/Other`. - [ x Any software project you are adding to the list is actively maintained. - [x] The pull request title is informative, unlike "Update README.md". Suggested titles: "Add aaa to bbb" for adding software aaa to section bbb, "Remove aaa from bbb" for removing, "Fix license for aaa", etc. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5f55727e..f83b816f 100644 --- a/README.md +++ b/README.md @@ -1485,6 +1485,7 @@ _Related: [Monitoring](#monitoring)_ _Related: [Booking and Scheduling](#booking-and-scheduling)_ +- [Bitpoll](https://github.com/fsinfuhh/Bitpoll) - A web application for scheduling meetings and general polling. ([Demo](https://bitpoll.mafiasi.de/), [Source Code](https://github.com/fsinfuhh/Bitpoll)) `GPL-3.0` `Python` - [Calagator](https://calagator.org/) - Event aggregator. ([Source Code](https://github.com/calagator/calagator)) `MIT` `Ruby` - [ClearFlask](https://clearflask.com) - Community-feedback tool for managing incoming feedback and prioritizing a public roadmap. Alternative to Canny, UserVoice, Upvoty. ([Demo](https://product.clearflask.com), [Source Code](https://github.com/clearflask/clearflask)) `AGPL-3.0` `Docker` - [Clerk](https://github.com/AppMini/Clerk) - Simple event logger to keep track of periodic events, habits, etc. as they occur. `GPL-3.0` `PHP` From 88cd8dde1712b4d07cf106bd9d3b16c9b4c69047 Mon Sep 17 00:00:00 2001 From: kokomo123 <70863536+kokomo123@users.noreply.github.com> Date: Fri, 1 Jul 2022 09:20:32 -0400 Subject: [PATCH 2/6] Added OpenSearch to Search Engines. (#3020) * Added OpenSearch to Misc/Other. * Moved OpenSearch to Search Engines --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9113464d..47baa452 100644 --- a/README.md +++ b/README.md @@ -1599,6 +1599,7 @@ _Related: [Booking and Scheduling](#booking-and-scheduling)_ - [Jina](https://github.com/jina-ai/jina/) - Cloud-native neural search framework for any kind of data. `Apache-2.0` `Python` - [librengine](https://github.com/liameno/librengine) - Private web search engine. `GPL-3.0` `C++` - [MeiliSearch](https://meilisearch.com) - Ultra relevant, instant and typo-tolerant full-text search API. ([Source Code](https://github.com/meilisearch/MeiliSearch)) `MIT` `Rust` +- [OpenSearch](https://opensearch.org) - Open source distributed and RESTful search engine. ([Source Code](https://github.com/opensearchproject/opensearch)) `Apache-2.0` `Java` - [Searx](https://searx.github.io/searx/) - Privacy-respecting, hackable metasearch engine. ([Demo](https://searx.space/), [Source Code](https://github.com/searx/searx)) `AGPL-3.0` `Python` - [sist2](https://github.com/simon987/sist2) - Lightning-fast file system indexer and search tool. ([Demo](https://sist2.simon987.net/)) `GPL-3.0` `C` - [Typesense](https://typesense.org) - Blazing fast, typo-tolerant open source search engine optimized for developer happiness and ease of use. ([Source Code](https://github.com/typesense/typesense)) `GPL-3.0` `C++` From d6a0942b23b4e54a88b3a11d4d1e30d8db767098 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Fri, 1 Jul 2022 15:20:52 +0200 Subject: [PATCH 3/6] Add wastebin to Pastebin section (#3036) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 47baa452..6346a453 100644 --- a/README.md +++ b/README.md @@ -1438,6 +1438,7 @@ _Related: [Wikis](#wikis)_ - [Stikked](https://github.com/claudehohl/Stikked) - Advanced and beautiful pastebin. `GPL-3.0` `PHP` - [Sup3rS3cretMes5age](https://github.com/algolia/sup3rS3cretMes5age) - Very simple (to deploy and to use) secret message service using Hashicorp Vault as a secrets storage. `MIT` `Go` - [wantguns/bin](https://github.com/wantguns/bin) - Minimal pastebin for both textual and binary files shipped in a single statically linked binary. ([Demo](https://basedbin.fly.dev)) `GPL-3.0` `Rust` +- [Wastebin](https://github.com/matze/wastebin) - Lightweight, minimal and fast pastebin with an SQLite backend. `MIT` `Rust` ### Personal Dashboards From 675120ab08ef7e2628cbb37b5b91e1dcdec978be Mon Sep 17 00:00:00 2001 From: Nico Domino Date: Fri, 1 Jul 2022 09:21:02 -0400 Subject: [PATCH 4/6] Added Bookmarking -> "Briefkasten" (#3038) * Update README - Added Bookmarking - "Briefkasten" * Update README.md * Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6346a453..5385af9e 100644 --- a/README.md +++ b/README.md @@ -235,6 +235,7 @@ _Related: [Polls and Events](#polls-and-events)_ **[`^ back to top ^`](#)** +- [Briefkasten](https://github.com/ndom91/briefkasten) - Modern app for saving and managing your own bookmarks. Includes a browser extension. ([Demo](https://briefkasten.vercel.app)) `MIT` `Nodejs` - [dyu bookmarks](https://github.com/dyu/bookmarks) - Single-threaded/process bookmark app powered by leveldb and uWebSockets. Supports importing from Delicious and Chrome. ([Demo](https://dyuproject.com/bookmarks/)) `Apache-2.0` `Java` - [Espial](https://github.com/jonschoning/espial) - An open-source, web-based bookmarking server. `AGPL-3.0` `Haskell` - [Firefox Account Server](https://mozilla-services.readthedocs.io/en/latest/howtos/run-fxa.html) - This allows you to host your own Firefox accounts server. ([Source Code](https://github.com/mozilla/fxa)) `MPL-2.0` `Nodejs, Java` From 21c31bd0f05dc69657ea476c71c2cf432f41dc30 Mon Sep 17 00:00:00 2001 From: Arghyadip Chakraborty Date: Fri, 1 Jul 2022 18:51:14 +0530 Subject: [PATCH 5/6] Added dashdot to Personal Dashboards (#3053) * Added dashdot to Personal Dashboards * Updated AUTHORS.md (make contrib) * Added dashdot to Personal Dashboards --- AUTHORS.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/AUTHORS.md b/AUTHORS.md index e71a6137..f9fbd127 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -532,6 +532,7 @@ |1|Antoine | |1|Antoine Gersant | |1|Anton Troyanov | +|1|Arghyadip Chakraborty | |1|Arkady Asuratov | |1|Armando Lüscher | |1|Arnav Jindal | diff --git a/README.md b/README.md index 5385af9e..a78d225a 100644 --- a/README.md +++ b/README.md @@ -1450,6 +1450,7 @@ _Related: [Monitoring](#monitoring)_ - [Baby Buddy](https://github.com/babybuddy/babybuddy) - Helps caregivers track baby sleep, feedings, diaper changes, and tummy time. ([Demo](https://demo.baby-buddy.net/login/?next=/)) `BSD-2-Clause` `Python` - [Dashboard](https://github.com/phntxx/dashboard) - Minimalist homepage for organizing your web applications and bookmarks using JSON-files. `MIT` `Nodejs/Docker` +- [dashdot](https://github.com/MauriceNino/dashdot) - A simple, modern server dashboard for smaller private servers. ([Demo](https://dash.mauz.io)) `MIT` `Nodejs/Docker` - [DashMachine](https://github.com/rmountjoy92/DashMachine) - Another web application bookmark dashboard, with fun features. `GPL-3.0` `Python` - [Dashy](https://github.com/lissy93/dashy) - Feature-rich homepage for your homelab, with easy YAML configuration. ([Demo](https://demo.dashy.to/)) `MIT` `Nodejs/Docker` - [Fenrus](https://github.com/revenz/fenrus) - A self hosted personal home page that allows for multiple users, guest access and multiple dashboards for each user. It also has "Smart Apps" which display live data for those apps. `GPL-3.0` `Nodejs` From aca30fcf4b4a1fe02fa3618deb770ada247baf74 Mon Sep 17 00:00:00 2001 From: Prabhat Sharma Date: Fri, 1 Jul 2022 06:21:21 -0700 Subject: [PATCH 6/6] Add ZincSearch to search engines (#3059) * added ZincSearch search engine * added zinc playground server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a78d225a..5f83c6c3 100644 --- a/README.md +++ b/README.md @@ -1608,6 +1608,7 @@ _Related: [Booking and Scheduling](#booking-and-scheduling)_ - [Typesense](https://typesense.org) - Blazing fast, typo-tolerant open source search engine optimized for developer happiness and ease of use. ([Source Code](https://github.com/typesense/typesense)) `GPL-3.0` `C++` - [Whoogle](https://github.com/benbusby/whoogle-search) `⚠` - A self-hosted, ad-free, privacy-respecting metasearch engine. `MIT` `Python` - [Yacy](https://yacy.net/en/index.html) - Peer based, decentralized search engine server. ([Demo](https://search.yacy.net/), [Source Code](https://github.com/yacy/yacy_search_server)) `GPL-2.0` `Java` +- [ZincSearch](https://zincsearch.com) - A lightweight alternative to elasticsearch that requires minimal resources, written in Go. ([Demo](https://github.com/zinclabs/zinc#playground-server), [Source Code](https://github.com/zinclabs/zinc)) `Apache 2.0` `Go` ### Self-hosting Solutions