From 4ab0befe9ed357be891c1709266135719d0a6957 Mon Sep 17 00:00:00 2001 From: Kieran Date: Thu, 18 Aug 2022 12:10:55 +0100 Subject: [PATCH 01/38] Setup new low code section --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 786ca411..0d62f595 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ See [Contributing](.github/CONTRIBUTING.md). - [Software Development - FaaS & Serverless](#software-development---faas--serverless) - [Software Development - IDE & Tools](#software-development---ide--tools) - [Software Development - Localization](#software-development---localization) + - [Software Development - Low Code]() - [Software Development - Project Management](#software-development---project-management) - [Software Development - Testing](#software-development---testing) - [Static Site Generators](#static-site-generators) @@ -1830,6 +1831,15 @@ An [integrated development environment (IDE)](https://en.wikipedia.org/wiki/Inte - [Weblate](https://weblate.org) - Web-based translation tool with tight version control integration. ([Demo](https://demo.weblate.org), [Source Code](https://github.com/WeblateOrg/weblate)) `GPL-3.0` `Python` +### Software Development - Low Code + +**[`^ back to top ^`](#)** + +A [low-code](https://en.wikipedia.org/wiki/Low-code_development_platform) development platform (LCDP) provides a development environment used to create application software through a graphical user interface. + + + + ### Software Development - Project Management **[`^ back to top ^`](#)** From ebf764e8ff046d9bec7c5d73cd046fc7dd6de3c3 Mon Sep 17 00:00:00 2001 From: Kieran Date: Thu, 18 Aug 2022 12:11:12 +0100 Subject: [PATCH 02/38] Moved lowcode --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d62f595..f6f87501 100644 --- a/README.md +++ b/README.md @@ -1796,7 +1796,6 @@ Software for easy installation, management and configuration of self-hosted serv An [integrated development environment (IDE)](https://en.wikipedia.org/wiki/Integrated_development_environment) is a software application that provides comprehensive facilities to computer programmers for software development. -- [Appsmith](https://www.appsmith.com/) - Cloud or self-hosted open-source platform to build admin panels, CRUD apps and workflows. Build everything you need, 10x faster. ([Source Code](https://github.com/appsmithorg/appsmith)) `Apache-2.0` `Java/Docker` - [Atheos](https://www.atheos.io) - Web-based IDE framework with a small footprint and minimal requirements, continued from Codiad. ([Source Code](https://github.com/Atheos/Atheos)) `MIT` `PHP` - [Babelfish](https://github.com/bblfsh/bblfshd) - Self-hosted server for source code parsing. It can parse any file, in any supported language, extract an Abstract Syntax Tree from it, and convert it to a Universal Abstract Syntax Tree which can enable further analysis and transformation. `GPL-3.0` `Go` - [Budibase](https://www.budibase.com) - Build and automate internal tools, admin panels, dashboards, CRUD apps, and more, in minutes. Budibase is the open source alternative to Outsystems, Retool, Mendix, Appian. ([Source Code](https://github.com/Budibase/budibase)) `GPL-3.0` `Nodejs` @@ -1837,6 +1836,7 @@ An [integrated development environment (IDE)](https://en.wikipedia.org/wiki/Inte A [low-code](https://en.wikipedia.org/wiki/Low-code_development_platform) development platform (LCDP) provides a development environment used to create application software through a graphical user interface. +- [Appsmith](https://www.appsmith.com/) - Cloud or self-hosted open-source platform to build admin panels, CRUD apps and workflows. Build everything you need, 10x faster. ([Source Code](https://github.com/appsmithorg/appsmith)) `Apache-2.0` `Java/Docker` From d0bd61b22e7f5b571242340249f876bc909318ab Mon Sep 17 00:00:00 2001 From: Kieran Date: Thu, 18 Aug 2022 12:11:48 +0100 Subject: [PATCH 03/38] Moved budibase --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f6f87501..438e2042 100644 --- a/README.md +++ b/README.md @@ -1798,7 +1798,6 @@ An [integrated development environment (IDE)](https://en.wikipedia.org/wiki/Inte - [Atheos](https://www.atheos.io) - Web-based IDE framework with a small footprint and minimal requirements, continued from Codiad. ([Source Code](https://github.com/Atheos/Atheos)) `MIT` `PHP` - [Babelfish](https://github.com/bblfsh/bblfshd) - Self-hosted server for source code parsing. It can parse any file, in any supported language, extract an Abstract Syntax Tree from it, and convert it to a Universal Abstract Syntax Tree which can enable further analysis and transformation. `GPL-3.0` `Go` -- [Budibase](https://www.budibase.com) - Build and automate internal tools, admin panels, dashboards, CRUD apps, and more, in minutes. Budibase is the open source alternative to Outsystems, Retool, Mendix, Appian. ([Source Code](https://github.com/Budibase/budibase)) `GPL-3.0` `Nodejs` - [code-server](https://github.com/coder/code-server) - VS Code in the browser, hosted on a remote server. `MIT` `Nodejs/Docker` - [Coder](https://coder.com/) - Remote development machines on your own infrastructure. ([Source Code](https://github.com/coder/coder)) `AGPL-3.0` `Go` - [Eclipse Che](https://www.eclipse.org/che/) - Open source workspace server and cloud IDE. ([Source Code](https://github.com/eclipse/che)) `EPL-1.0` `Docker/Java` @@ -1837,7 +1836,7 @@ An [integrated development environment (IDE)](https://en.wikipedia.org/wiki/Inte A [low-code](https://en.wikipedia.org/wiki/Low-code_development_platform) development platform (LCDP) provides a development environment used to create application software through a graphical user interface. - [Appsmith](https://www.appsmith.com/) - Cloud or self-hosted open-source platform to build admin panels, CRUD apps and workflows. Build everything you need, 10x faster. ([Source Code](https://github.com/appsmithorg/appsmith)) `Apache-2.0` `Java/Docker` - +- [Budibase](https://www.budibase.com) - Build and automate internal tools, admin panels, dashboards, CRUD apps, and more, in minutes. Budibase is the open source alternative to Outsystems, Retool, Mendix, Appian. ([Source Code](https://github.com/Budibase/budibase)) `GPL-3.0` `Nodejs` ### Software Development - Project Management From c41a6218cb5e1780eba055ef145c8ed8a65e5d96 Mon Sep 17 00:00:00 2001 From: Kieran Date: Thu, 18 Aug 2022 12:12:49 +0100 Subject: [PATCH 04/38] Moved tooljet --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 438e2042..f7042840 100644 --- a/README.md +++ b/README.md @@ -1811,7 +1811,6 @@ An [integrated development environment (IDE)](https://en.wikipedia.org/wiki/Inte - [Motor Admin](https://www.getmotoradmin.com/) - No-code admin panel and business intelligence software - search, create, update, and delete data entries, create custom actions, and build reports. ([Demo](https://motor-admin.herokuapp.com/demo/), [Source Code](https://github.com/motor-admin/motor-admin)) `AGPL-3.0` `Ruby` - [RStudio Server](https://www.rstudio.com/products/rstudio/#Server) - Web browser based IDE for R. ([Source Code](https://github.com/rstudio/rstudio)) `AGPL-3.0` `Java/C++` - [sourcegraph](https://sourcegraph.com) - Sourcegraph is a fast, open-source, fully-featured code search and navigation engine written in Go. ([Source Code](https://github.com/sourcegraph/sourcegraph)) `Apache-2.0` `Go` -- [ToolJet](https://tooljet.io/) - ToolJet is the open-source low-code framework alternative to Retool & Mendix to build & deploy internal tools with minimal engineering effort. ([Source Code](https://github.com/ToolJet/ToolJet)) `GPL-3.0` `Nodejs` - [Wakapi](https://wakapi.dev/) - Tracking tool for coding statistics, compatible with WakaTime. ([Source Code](https://github.com/muety/wakapi)) `GPL-3.0` `Go` @@ -1837,6 +1836,7 @@ A [low-code](https://en.wikipedia.org/wiki/Low-code_development_platform) develo - [Appsmith](https://www.appsmith.com/) - Cloud or self-hosted open-source platform to build admin panels, CRUD apps and workflows. Build everything you need, 10x faster. ([Source Code](https://github.com/appsmithorg/appsmith)) `Apache-2.0` `Java/Docker` - [Budibase](https://www.budibase.com) - Build and automate internal tools, admin panels, dashboards, CRUD apps, and more, in minutes. Budibase is the open source alternative to Outsystems, Retool, Mendix, Appian. ([Source Code](https://github.com/Budibase/budibase)) `GPL-3.0` `Nodejs` +- [ToolJet](https://tooljet.io/) - ToolJet is the open-source low-code framework alternative to Retool & Mendix to build & deploy internal tools with minimal engineering effort. ([Source Code](https://github.com/ToolJet/ToolJet)) `GPL-3.0` `Nodejs` ### Software Development - Project Management From a1470c09cd6002399aa11d5e85e6ed5fcdea083e Mon Sep 17 00:00:00 2001 From: Kieran Date: Thu, 18 Aug 2022 12:13:19 +0100 Subject: [PATCH 05/38] RM Uier - LC 2019 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7042840..3fb73e9d 100644 --- a/README.md +++ b/README.md @@ -1895,7 +1895,7 @@ Tools and software for [software testing](https://en.wikipedia.org/wiki/Software - [Selenoid](https://aerokube.com/selenoid/latest/) - Lightweight Selenium hub implementation launching browsers within Docker containers. ([Source Code](https://github.com/aerokube/selenoid)) `Apache-2.0` `Go` - [Sorry Cypress](https://sorry-cypress.dev) - Alternative open-source dashboard for the Cypress browser automation framework, featuring unlimited parallelization, recording and debugging of tests. ([Demo](https://sorry-cypress-demo.herokuapp.com), [Source Code](https://github.com/sorry-cypress/sorry-cypress)) `MIT` `Typescript` - [Touca](https://touca.io) - Continuous regression testing for engineering teams. Get feedback when you write code that could break your software. ([Source Code](https://github.com/trytouca/trytouca)) `Apache-2.0` `Docker/Nodejs` -- [Uier](https://github.com/sjoerdvanderhoorn/Uier) - Codeless or low-code User Experience test editing and management using Selenium to perform testing or UI automation. Uier tends to be a free self hostable alternative to Applitools, Endtest, Ghost Inspector, Usetrace, Screenster and many others. `Apache-2.0` `Nodejs` + ### Static Site Generators From d5150735ece96a960fa465dd1199a52c6ca14f5d Mon Sep 17 00:00:00 2001 From: Kieran Date: Thu, 18 Aug 2022 12:14:43 +0100 Subject: [PATCH 06/38] Fixed hyperlinks --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3fb73e9d..08a083a8 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ See [Contributing](.github/CONTRIBUTING.md). - [Software Development - FaaS & Serverless](#software-development---faas--serverless) - [Software Development - IDE & Tools](#software-development---ide--tools) - [Software Development - Localization](#software-development---localization) - - [Software Development - Low Code]() + - [Software Development - Low Code](#software-development---low-code) - [Software Development - Project Management](#software-development---project-management) - [Software Development - Testing](#software-development---testing) - [Static Site Generators](#static-site-generators) @@ -1745,7 +1745,7 @@ Software for easy installation, management and configuration of self-hosted serv [Software development](https://en.wikipedia.org/wiki/Software_development) is the process of conceiving, specifying, designing, programming, documenting, testing, and bug fixing involved in creating and maintaining applications, frameworks, or other software components. -**Please visit [Software Development - API Management](#software-development---api-management), [Software Development - Continuous Integration & Deployment](#software-development---continuous-integration--deployment), [Software Development - FaaS & Serverless](#software-development---faas--serverless), [Software Development - IDE & Tools](#software-development---ide--tools), [Software Development - Localization](#software-development---localization), [Software Development - Project Management](#software-development---project-management), [Software Development - Testing](#software-development---testing)** +**Please visit [Software Development - API Management](#software-development---api-management), [Software Development - Continuous Integration & Deployment](#software-development---continuous-integration--deployment), [Software Development - FaaS & Serverless](#software-development---faas--serverless), [Software Development - IDE & Tools](#software-development---ide--tools), [Software Development - Localization](#software-development---localization), [Software Development - Low Code](#software-development---low-code), [Software Development - Project Management](#software-development---project-management), [Software Development - Testing](#software-development---testing)** ### Software Development - API Management From 0531b70ad17b223971d75047eeec0ebdf9d1fe87 Mon Sep 17 00:00:00 2001 From: Kieran Date: Thu, 18 Aug 2022 12:21:42 +0100 Subject: [PATCH 07/38] Fix spacing --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 08a083a8..cd749c42 100644 --- a/README.md +++ b/README.md @@ -1897,7 +1897,6 @@ Tools and software for [software testing](https://en.wikipedia.org/wiki/Software - [Touca](https://touca.io) - Continuous regression testing for engineering teams. Get feedback when you write code that could break your software. ([Source Code](https://github.com/trytouca/trytouca)) `Apache-2.0` `Docker/Nodejs` - ### Static Site Generators **[`^ back to top ^`](#)** From 4d572c49c412bdabee395f6a28d94ab2cc581267 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Tue, 13 Sep 2022 01:03:30 +0200 Subject: [PATCH 08/38] Add MiroTalk to Communication (#3254) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2f9ac579..1fc51cd3 100644 --- a/README.md +++ b/README.md @@ -582,6 +582,8 @@ _Related: [Conference Management](#conference-management)_ - [Jitsi Meet](https://jitsi.org/Projects/JitsiMeet) - Jitsi Meet is an OpenSource (MIT) WebRTC Javascript application that uses Jitsi Videobridge to provide high quality, scalable video conferences. ([Source Code](https://github.com/jitsi/jitsi-meet)) `Apache-2.0` `Nodejs/Docker` - [Jitsi Video Bridge](https://jitsi.org/Projects/JitsiVideobridge) - WebRTC compatible Selective Forwarding Unit (SFU) that allows for multiuser video communication. ([Source Code](https://github.com/jitsi/jitsi-videobridge)) `Apache-2.0` `Java` - [LiveKit](https://livekit.io/) - Modern, scalable WebRTC conferencing platform with client SDKs. ([Demo](https://livekit.io/playground), [Source Code](https://github.com/livekit/livekit-server)) `Apache-2.0` `Go` +- [MiroTalk P2P](https://p2p.mirotalk.com) - Simple, secure, fast real-time video conferences up to 4k and 60fps, compatible with all browsers and platforms. ([Demo](https://p2p.mirotalk.com/newcall), [Source Code](https://github.com/miroslavpejic85/mirotalk)) `AGPL-3.0` `Nodejs/Docker` +- [MiroTalk SFU](https://sfu.mirotalk.com) - Simple, secure, scalable real-time video conferences up to 4k, compatible with all browsers and platforms. ([Demo](https://sfu.mirotalk.com/newroom), [Source Code](https://github.com/miroslavpejic85/mirotalksfu)) `AGPL-3.0` `Nodejs/Docker` - [plugNmeet](https://www.plugnmeet.org/) - Scalable, High Performance, Open source web conferencing system. ([Demo](https://demo.plugnmeet.com/login.html), [Source Code](https://github.com/mynaparrot/plugNmeet-server)) `MIT` `Docker/Go` - [Wirow](https://github.com/wirow-io/wirow-server) - A full featured self-hosted video web-conferencing platform. `AGPL-3.0` `C` From ef2398d4c1dfc10652f04f1d7b27f05503f966c6 Mon Sep 17 00:00:00 2001 From: KieranRobson Date: Wed, 14 Sep 2022 11:25:34 +0100 Subject: [PATCH 09/38] RM DyuBNookmarks LC 2020 Also see: https://github.com/dyu/bookmarks/issues/20 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 65968453..a2e852e7 100644 --- a/README.md +++ b/README.md @@ -252,7 +252,6 @@ Software which allows users to add, annotate, edit, and share [bookmarks](https: - [Briefkasten](https://github.com/ndom91/briefkasten) - Modern app for saving and managing your own bookmarks. Includes a browser extension. ([Demo](https://briefkasten.vercel.app/auth/signin)) `MIT` `Nodejs` - [Buku](https://github.com/jarun/Buku) - A powerful bookmark manager and a personal textual mini-web. `GPL-3.0` `Python` -- [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` - [Geekmarks](https://geekmarks.dmitryfrank.com/) - Personal bookmarking service focused on speed and organization using hierarchical tags. ([Source Code](https://github.com/dimonomid/geekmarks)) `BSD-2-Clause` `Go` From b24d8deeea3109bd5e9f04002e155510ce0bbe23 Mon Sep 17 00:00:00 2001 From: KieranRobson Date: Wed, 14 Sep 2022 11:29:30 +0100 Subject: [PATCH 10/38] RM Unmark LC 2020 > Running Unmark is only recommended for intermediate users. Suggests not running it --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a2e852e7..18e94642 100644 --- a/README.md +++ b/README.md @@ -267,7 +267,6 @@ Software which allows users to add, annotate, edit, and share [bookmarks](https: - [Shaarli](https://github.com/shaarli/Shaarli) - Personal, minimalist, super-fast, no-database bookmarking and link sharing platform. ([Demo](https://demo.shaarli.org)) `Zlib` `PHP` - [Shiori](https://github.com/go-shiori/shiori) - Simple bookmark manager built with Go. `MIT` `Go` - [ubookmark](https://ungleich.ch/u/projects/ubookmark/) - LDAP enabled bookmarking service. ([Demo](https://ipv6.blog), [Source Code](https://code.ungleich.ch/ungleich-public/ubookmark/)) `GPL-2.0` `Python` -- [unmark](https://unmark.it/) - Open source to do app for links. ([Source Code](https://github.com/cdevroe/unmark)) `MIT` `PHP` - [xBrowserSync](https://www.xbrowsersync.org) - Open source tool for syncing browser data between browsers and devices. ([Source Code](https://github.com/xBrowserSync)) `MIT` `Nodejs` From 4d96152144a2d2f4b30fb11db18875a105bdbb44 Mon Sep 17 00:00:00 2001 From: KieranRobson Date: Wed, 14 Sep 2022 11:30:50 +0100 Subject: [PATCH 11/38] RM Ubookmark - LC 2020 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 18e94642..122aaf1b 100644 --- a/README.md +++ b/README.md @@ -266,7 +266,6 @@ Software which allows users to add, annotate, edit, and share [bookmarks](https: - [Reminiscence](https://github.com/kanishka-linux/reminiscence) - Self-Hosted Bookmark And Archive Manager. `AGPL-3.0` `Python` - [Shaarli](https://github.com/shaarli/Shaarli) - Personal, minimalist, super-fast, no-database bookmarking and link sharing platform. ([Demo](https://demo.shaarli.org)) `Zlib` `PHP` - [Shiori](https://github.com/go-shiori/shiori) - Simple bookmark manager built with Go. `MIT` `Go` -- [ubookmark](https://ungleich.ch/u/projects/ubookmark/) - LDAP enabled bookmarking service. ([Demo](https://ipv6.blog), [Source Code](https://code.ungleich.ch/ungleich-public/ubookmark/)) `GPL-2.0` `Python` - [xBrowserSync](https://www.xbrowsersync.org) - Open source tool for syncing browser data between browsers and devices. ([Source Code](https://github.com/xBrowserSync)) `MIT` `Nodejs` From eeaf86c50bdd287d2bebcead572d903513a5af88 Mon Sep 17 00:00:00 2001 From: KieranRobson Date: Wed, 14 Sep 2022 11:32:57 +0100 Subject: [PATCH 12/38] RM Geekmarks - LC 2020 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 122aaf1b..74cc2106 100644 --- a/README.md +++ b/README.md @@ -254,7 +254,6 @@ Software which allows users to add, annotate, edit, and share [bookmarks](https: - [Buku](https://github.com/jarun/Buku) - A powerful bookmark manager and a personal textual mini-web. `GPL-3.0` `Python` - [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` -- [Geekmarks](https://geekmarks.dmitryfrank.com/) - Personal bookmarking service focused on speed and organization using hierarchical tags. ([Source Code](https://github.com/dimonomid/geekmarks)) `BSD-2-Clause` `Go` - [golinks](https://git.mills.io/prologic/golinks) - Web application that allows you to create smart bookmarks, commands and aliases by pointing your web browser's default search engine at a running instance. Similar to bunny1 or yubnub. ([Demo](https://search.mills.io)) `MIT` `Go` - [Hackershare](https://github.com/hackershare/hackershare) - Social bookmarks website for hackers. ([Demo](https://hackershare.dev/en)) `MIT` `Ruby` - [LinkAce](https://www.linkace.org/) - A bookmark archive with automatic backups to the Internet Archive, link monitoring, and a full REST API. Installation is done via Docker, or as a simple PHP application. ([Demo](https://demo.linkace.org/guest/links), [Source Code](https://github.com/Kovah/LinkAce/)) `GPL-3.0` `PHP` From 527a25f3a614946cc8600d271329555108250f91 Mon Sep 17 00:00:00 2001 From: KieranRobson Date: Wed, 14 Sep 2022 11:33:34 +0100 Subject: [PATCH 13/38] RM Lobsters - LC 2020 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 74cc2106..13acaad9 100644 --- a/README.md +++ b/README.md @@ -259,7 +259,6 @@ Software which allows users to add, annotate, edit, and share [bookmarks](https: - [LinkAce](https://www.linkace.org/) - A bookmark archive with automatic backups to the Internet Archive, link monitoring, and a full REST API. Installation is done via Docker, or as a simple PHP application. ([Demo](https://demo.linkace.org/guest/links), [Source Code](https://github.com/Kovah/LinkAce/)) `GPL-3.0` `PHP` - [linkding](https://github.com/sissbruecker/linkding) - Minimal bookmark management with a fast and clean UI. Simple installation through Docker and can run on your Raspberry Pi. ([Demo](https://demo.linkding.link/bookmarks)) `MIT` `Docker/Python/Nodejs` - [LinkWarden](https://github.com/Daniel31x13/link-warden) - A self-hosted bookmark + archive manager to store your useful links. ([Demo](https://linkwarden.netlify.app/)) `MIT` `Docker/Nodejs` -- [Lobsters](https://lobste.rs) - Run your own link aggregation site. ([Source Code](https://github.com/jcs/lobsters)) `BSD-3-Clause` `Ruby` - [No Fuss Bookmarks](https://nofussbm.herokuapp.com/signup.html) - Very simple software and service to store bookmarks especially designed for hackers (that don't need fancy interfaces, but nice API). ([Source Code](https://github.com/mapio/nofussbm)) `GPL-3.0` `Python` - [Pinry](https://docs.getpinry.com/) - The tiling image board system for people who want to save, tag, and share images, videos, and webpages. ([Demo](https://pin.37soloist.com/), [Source Code](https://github.com/pinry/pinry)) `BSD-2-Clause` `Python` - [Reminiscence](https://github.com/kanishka-linux/reminiscence) - Self-Hosted Bookmark And Archive Manager. `AGPL-3.0` `Python` From 613237d31f776453129a184a1d47e518c46d6695 Mon Sep 17 00:00:00 2001 From: KieranRobson Date: Wed, 14 Sep 2022 11:34:23 +0100 Subject: [PATCH 14/38] RM nofussbm - LC 2020 Np installation doocumentation associated either --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 13acaad9..15814d89 100644 --- a/README.md +++ b/README.md @@ -259,7 +259,6 @@ Software which allows users to add, annotate, edit, and share [bookmarks](https: - [LinkAce](https://www.linkace.org/) - A bookmark archive with automatic backups to the Internet Archive, link monitoring, and a full REST API. Installation is done via Docker, or as a simple PHP application. ([Demo](https://demo.linkace.org/guest/links), [Source Code](https://github.com/Kovah/LinkAce/)) `GPL-3.0` `PHP` - [linkding](https://github.com/sissbruecker/linkding) - Minimal bookmark management with a fast and clean UI. Simple installation through Docker and can run on your Raspberry Pi. ([Demo](https://demo.linkding.link/bookmarks)) `MIT` `Docker/Python/Nodejs` - [LinkWarden](https://github.com/Daniel31x13/link-warden) - A self-hosted bookmark + archive manager to store your useful links. ([Demo](https://linkwarden.netlify.app/)) `MIT` `Docker/Nodejs` -- [No Fuss Bookmarks](https://nofussbm.herokuapp.com/signup.html) - Very simple software and service to store bookmarks especially designed for hackers (that don't need fancy interfaces, but nice API). ([Source Code](https://github.com/mapio/nofussbm)) `GPL-3.0` `Python` - [Pinry](https://docs.getpinry.com/) - The tiling image board system for people who want to save, tag, and share images, videos, and webpages. ([Demo](https://pin.37soloist.com/), [Source Code](https://github.com/pinry/pinry)) `BSD-2-Clause` `Python` - [Reminiscence](https://github.com/kanishka-linux/reminiscence) - Self-Hosted Bookmark And Archive Manager. `AGPL-3.0` `Python` - [Shaarli](https://github.com/shaarli/Shaarli) - Personal, minimalist, super-fast, no-database bookmarking and link sharing platform. ([Demo](https://demo.shaarli.org)) `Zlib` `PHP` From 51229a95c94000f5cc94f0f58ebc60e28c3e6d7d Mon Sep 17 00:00:00 2001 From: KieranRobson Date: Wed, 14 Sep 2022 14:32:07 +0100 Subject: [PATCH 15/38] RM reminiscence - LC 2021 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 15814d89..ee6b6384 100644 --- a/README.md +++ b/README.md @@ -260,7 +260,6 @@ Software which allows users to add, annotate, edit, and share [bookmarks](https: - [linkding](https://github.com/sissbruecker/linkding) - Minimal bookmark management with a fast and clean UI. Simple installation through Docker and can run on your Raspberry Pi. ([Demo](https://demo.linkding.link/bookmarks)) `MIT` `Docker/Python/Nodejs` - [LinkWarden](https://github.com/Daniel31x13/link-warden) - A self-hosted bookmark + archive manager to store your useful links. ([Demo](https://linkwarden.netlify.app/)) `MIT` `Docker/Nodejs` - [Pinry](https://docs.getpinry.com/) - The tiling image board system for people who want to save, tag, and share images, videos, and webpages. ([Demo](https://pin.37soloist.com/), [Source Code](https://github.com/pinry/pinry)) `BSD-2-Clause` `Python` -- [Reminiscence](https://github.com/kanishka-linux/reminiscence) - Self-Hosted Bookmark And Archive Manager. `AGPL-3.0` `Python` - [Shaarli](https://github.com/shaarli/Shaarli) - Personal, minimalist, super-fast, no-database bookmarking and link sharing platform. ([Demo](https://demo.shaarli.org)) `Zlib` `PHP` - [Shiori](https://github.com/go-shiori/shiori) - Simple bookmark manager built with Go. `MIT` `Go` - [xBrowserSync](https://www.xbrowsersync.org) - Open source tool for syncing browser data between browsers and devices. ([Source Code](https://github.com/xBrowserSync)) `MIT` `Nodejs` From 722ad365a12cb6d62bb1d5201a89341af3a03951 Mon Sep 17 00:00:00 2001 From: Mohamed Elashri Date: Wed, 14 Sep 2022 17:41:33 -0400 Subject: [PATCH 16/38] Add CasaOS (#2840) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1fc51cd3..8501e2ab 100644 --- a/README.md +++ b/README.md @@ -1698,6 +1698,7 @@ Software for easy installation, management and configuration of self-hosted serv - [Discord Bot Dashboard](https://github.com/jareer12/Discord-Bot-Dashboard) `⚠` - A self-hosted platform to manage Discord bots and Node.js applications. `MIT` `Nodejs` - [Bitsii Bridge](https://gitlab.com/bitsii/Bitsii/-/wikis/home) `⚠` - Easy to install self-hosting platform for Windows, MacOS, and Linux. Depends on a dynamic DNS provider and Let's Encrypt. ([Source Code](https://gitlab.com/edgii/BBridge)) `MPL-2.0` `Java/Other` - [Cloudbox](https://cloudbox.works) - Ansible-based solution for rapidly deploying a Docker containerized cloud media server. ([Source Code](https://github.com/Cloudbox/Cloudbox)) `GPL-3.0` `Shell/Ansible` +- [CasaOS](https://www.casaos.io/) - A simple, easy-to-use, elegant open-source Home Cloud system. ([Source Code](https://github.com/IceWhaleTech/CasaOS)) `Apache-2.0` `Go/Docker` - [DietPi](https://dietpi.com/) - Minimal Debian OS optimized for single-board computers, which allows you to easily install and manage several services for selfhosting at home. ([Source Code](https://github.com/MichaIng/DietPi)) `GPL-2.0` `Shell` - [DockSTARTer](https://dockstarter.com/) - DockSTARTer helps you get started with home server apps running in Docker. ([Source Code](https://github.com/GhostWriters/DockSTARTer)) `MIT` `Shell` - [FLAP](https://www.flap.cloud) - Low maintenance framework to manage self-hosted services. ([Source Code](https://gitlab.com/flap-box/flap)) `AGPL-3.0` `Docker/Shell` From 0f29aba63ec1402a878b932f548ca2d06d3046db Mon Sep 17 00:00:00 2001 From: Pratim Date: Thu, 15 Sep 2022 03:12:42 +0530 Subject: [PATCH 17/38] Added Nhost to FaaS & Serverless (#3109) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8501e2ab..1efef7c2 100644 --- a/README.md +++ b/README.md @@ -1765,6 +1765,7 @@ Software for easy installation, management and configuration of self-hosted serv - [fx](https://github.com/metrue/fx) - A tool to help you do Function as a Service with painless on your own servers. `MIT` `Go` - [IronFunctions](https://github.com/iron-io/functions) - The serverless microservices platform by [iron.io](https://www.iron.io/). `Apache-2.0` `Go` - [LocalStack](https://localstack.cloud/) - LocalStack is a fully functional local AWS cloud stack. This includes Lambda for serverless computation. ([Source Code](https://github.com/localstack/localstack)) `Apache-2.0` `Python/Other` +- [Nhost](https://nhost.io/) - The Open Source Firebase Alternative with GraphQL. Get a database and backend configured and ready in minutes. ([Source Code](https://github.com/nhost/nhost)) `MIT` `Docker/Nodejs/Go` - [OpenFaaS](https://www.openfaas.com/) - Serverless Functions Made Simple for Docker & Kubernetes. ([Source Code](https://github.com/openfaas/faas)) `MIT` `Go` - [Trusted-CGI](https://github.com/reddec/trusted-cgi) - Lightweight self-hosted lambda/applications/cgi/serverless-functions platform. `MIT` `Go` From 628f7e7f1cc694a46e010131ddf5845657521312 Mon Sep 17 00:00:00 2001 From: Mayank Chhabra Date: Thu, 15 Sep 2022 04:42:52 +0700 Subject: [PATCH 18/38] Add Umbrel to non-free.md (#3253) --- non-free.md | 1 + 1 file changed, 1 insertion(+) diff --git a/non-free.md b/non-free.md index 7ab98115..3bd1aa70 100644 --- a/non-free.md +++ b/non-free.md @@ -97,6 +97,7 @@ - [EmbassyOS](https://start9.com) - Graphical Operating System for running self-hosted, open source services. ([Source Code](https://github.com/Start9Labs/embassy-os)) `⊘ Proprietary` `Rust` - [hMailServer](https://www.hmailserver.com) - Open-source e-mail server for Microsoft Windows. ([Source Code](https://github.com/hmailserver/hmailserver)) `⊘ Proprietary` `C++` - [Poste.io](https://poste.io) - Full-featured solution for your Email server. Native implementation of last anti-SPAM methods, webmail and easy administration included. Free tier available. ([Demo](https://poste.io/demo)) `⊘ Proprietary` `Unknown` +- [Umbrel](https://umbrel.com/) - A beautiful personal server OS for self-hosting. Install on a Raspberry Pi 4 or Ubuntu/Debian. ([Source Code](https://github.com/getumbrel/umbrel)) `⊘ Proprietary` `Nodejs/Docker` ### Search Engines From bf2704a5f89c30c80627ac9910beac7f74bf884d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ana=C3=ABl=20Ollier?= Date: Wed, 14 Sep 2022 23:43:01 +0200 Subject: [PATCH 19/38] Add OurShoppingList to the Task Management & To-do Lists section (#3259) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1efef7c2..380f0276 100644 --- a/README.md +++ b/README.md @@ -1908,6 +1908,7 @@ _Related: [Software Development - Project Management](#software-development---pr - [Minimalist Online Markdown Editor](http://markdown.pioul.fr) - The simplest and slickest online Markdown editor. ([Source Code](https://github.com/pioul/Minimalist-Online-Markdown-Editor)) `MIT` `Nodejs` - [myTinyTodo](https://www.mytinytodo.net/) - Simple way to manage your todo list in AJAX style. Uses PHP, jQuery, SQLite/MySQL. GTD compliant. ([Demo](https://www.mytinytodo.net/demo/), [Source Code](https://github.com/maxpozdeev/mytinytodo/)) `GPL-2.0` `PHP` - [Nullboard](https://github.com/apankrat/nullboard) - Single-page minimalist kanban board; compact, highly readable and quick to use. `BSD-2-Clause` `Javascript` +- [Our Shopping List](https://github.com/nanawel/our-shopping-list) - Simple shared list application. Typical uses include shopping lists of course, and any other small todo-list that needs to be used collaboratively. ([Demo](https://osl.lanterne-rouge.info/)) `AGPL-3.0` `Docker` - [Planka](https://planka.app/) - Open source Trello alternative. ([Demo](https://plankanban.github.io/planka/#/), [Source Code](https://github.com/plankanban/planka)) `MIT` `Nodejs` - [Restyaboard](https://github.com/RestyaPlatform/board/) - Open source Trello-like kanban board. `OSL-3.0` `PHP` - [Task Keeper](https://github.com/nymanjens/piga) - List editor for power users, backed by a self-hosted server. `Apache-2.0` `Scala` From c1cc5060deba2c14de13e6c8d1528e59e353677e Mon Sep 17 00:00:00 2001 From: Koichi MATSUMOTO Date: Thu, 15 Sep 2022 06:43:13 +0900 Subject: [PATCH 20/38] Add Short{Paste} (#3220) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 380f0276..7cf1746e 100644 --- a/README.md +++ b/README.md @@ -1979,6 +1979,7 @@ Before hosting one, please see [shortcomings](https://en.wikipedia.org/wiki/URL_ - [ReducePy](https://github.com/abdullahselek/ReducePy) - URL shortener service using Tornado and Redis runs on Docker and Kubernetes. `MIT` `Python` - [schort](https://github.com/sqozz/schort) - No login, no javascript, just short links. `CC0-1.0` `Python` - [Shlink](https://shlink.io) - URL shortener with REST API and command line interface. Includes official progressive web application and docker images. ([Source Code](https://github.com/shlinkio/shlink), [Clients](https://shlink.io/apps)) `MIT` `PHP` +- [Short{Paste}](https://github.com/adyanth/shortpaste) - A Go based URL shortener, pastebin and file uploader. `MIT` `Docker` - [shorturl](https://git.mills.io/prologic/shorturl) - Simple URL shortener with very tiny URLs. ([Demo](https://url.mills.io)) `MIT` `Go` - [Simple-URL-Shortener](https://github.com/azlux/Simple-URL-Shortener) - KISS URL shortener, public or private (with account). Minimalist and lightweight. No dependencies. ([Demo](https://u.azlux.fr)) `MIT` `PHP` - [Simply Shorten](https://gitlab.com/draganczukp/simply-shorten) - A simple URL shortener that just shortens links. `MIT` `Java` From f080037242ea9fd891852efd972a212bf43e91a3 Mon Sep 17 00:00:00 2001 From: CrazyWisdom Date: Thu, 15 Sep 2022 05:43:23 +0800 Subject: [PATCH 21/38] Add EMQX to Internet of Things (#3238) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7cf1746e..66848df7 100644 --- a/README.md +++ b/README.md @@ -1082,6 +1082,7 @@ A [human resources management system](https://en.wikipedia.org/wiki/Human_resour - [DeviceHive](https://www.devicehive.com/) - Open Source IoT Platform with a wide range of integration options. ([Demo](https://playground.devicehive.com/), [Source Code](https://github.com/devicehive/devicehive-java-server)) `Apache-2.0` `Java` - [Domoticz](https://www.domoticz.com/) - Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more. ([Source Code](https://github.com/domoticz/domoticz), [Clients](https://github.com/domoticz/domoticz-android)) `GPL-3.0` `C/C++` +- [EMQX](https://www.emqx.io/) - An ultra-scalable open-source MQTT broker. Connect 100M+ IoT devices in one single cluster, move and process real-time IoT data with 1M msg/s throughput at 1ms latency. ([Demo](https://www.emqx.com/en/mqtt/public-mqtt5-broker), [Source Code](https://github.com/emqx/emqx)) `Apache-2.0` `Docker` - [FHEM](https://fhem.de/fhem.html) - FHEM is used to automate common tasks in the household like switching lamps and heating. It can also be used to log events like temperature or power consumption. You can control it via web or smartphone frontends, telnet or TCP/IP directly. ([Source Code](https://svn.fhem.de/trac)) `GPL-3.0` `Perl` - [Gladys](https://gladysassistant.com/) - Gladys is a privacy-first, open-source home assistant. ([Source Code](https://github.com/GladysAssistant/Gladys)) `Apache-2.0` `Nodejs` - [Home Assistant](https://home-assistant.io/) - Open-source home automation platform. ([Demo](https://home-assistant.io/demo/), [Source Code](https://github.com/home-assistant/core)) `Apache-2.0` `Python` From b2fffa8a6f298227b53ce07f3897bb8777e1b5ab Mon Sep 17 00:00:00 2001 From: AlexSciFier <66871322+AlexSciFier@users.noreply.github.com> Date: Thu, 15 Sep 2022 00:43:34 +0300 Subject: [PATCH 22/38] Add neonlink to Bookmarks and Link Sharing (#3224) * Add neonlink to Bookmarks and Link Sharing * Remove nodejs from languages in neonlink * Remove Source Code link from neonlink --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 66848df7..e8ab1d32 100644 --- a/README.md +++ b/README.md @@ -262,6 +262,7 @@ Software which allows users to add, annotate, edit, and share [bookmarks](https: - [linkding](https://github.com/sissbruecker/linkding) - Minimal bookmark management with a fast and clean UI. Simple installation through Docker and can run on your Raspberry Pi. ([Demo](https://demo.linkding.link/bookmarks)) `MIT` `Docker/Python/Nodejs` - [LinkWarden](https://github.com/Daniel31x13/link-warden) - A self-hosted bookmark + archive manager to store your useful links. ([Demo](https://linkwarden.netlify.app/)) `MIT` `Docker/Nodejs` - [Lobsters](https://lobste.rs) - Run your own link aggregation site. ([Source Code](https://github.com/jcs/lobsters)) `BSD-3-Clause` `Ruby` +- [NeonLink](https://github.com/AlexSciFier/neonlink) - Self-hosted bookmark service with unique design and simple installation with Docker. `MIT` `Docker` - [No Fuss Bookmarks](https://nofussbm.herokuapp.com/signup.html) - Very simple software and service to store bookmarks especially designed for hackers (that don't need fancy interfaces, but nice API). ([Source Code](https://github.com/mapio/nofussbm)) `GPL-3.0` `Python` - [Pinry](https://docs.getpinry.com/) - The tiling image board system for people who want to save, tag, and share images, videos, and webpages. ([Demo](https://pin.37soloist.com/), [Source Code](https://github.com/pinry/pinry)) `BSD-2-Clause` `Python` - [Reminiscence](https://github.com/kanishka-linux/reminiscence) - Self-Hosted Bookmark And Archive Manager. `AGPL-3.0` `Python` From beff54c9389d665b87d9577db35c006316e96d7a Mon Sep 17 00:00:00 2001 From: Sjoerd van der Hoorn Date: Wed, 14 Sep 2022 23:43:47 +0200 Subject: [PATCH 23/38] Add Recepturer to Recipe Management (#3234) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e8ab1d32..72fae057 100644 --- a/README.md +++ b/README.md @@ -1628,6 +1628,7 @@ Software and tools for managing [recipes](https://en.wikipedia.org/wiki/Recipe). - [kcal](https://github.com/kcal-app/kcal) - Track nutritional information about foods and recipes, set goals, and record a food journal to help along the way. Kcal is a personal system that focuses on direct control of inputs and a minimal, easy to use recipe presentation for preparing meals. ([Demo](http://demo.kcal.cooking/login)) `MPL-2.0` `PHP` - [Mealie](https://hay-kot.github.io/mealie/) - Material design inspired recipe manager with category and tag management, shopping-lists, meal-planner, and site customizations. Mealie is focused on simple user interactions to keep the whole family using the app. ([Demo](https://mealie-demo.hay-kot.dev/), [Source Code](https://github.com/hay-kot/mealie)) `MIT` `Python` - [RecipeSage](https://github.com/julianpoy/recipesage) - A recipe keeper, meal plan organizer, and shopping list manager that can import recipes directly from any URL. ([Demo](https://recipesage.com)) `AGPL-3.0` `Nodejs` +- [Recepturer](https://www.recepturer.com/) `⚠` - Let Recepturer help you organize all your recipes in one place. You can add, edit and delete recipes, and create meal plans. Simply type your recipe and all ingredients will be listed as you go. Data is stored on Dropbox. ([Source Code](https://github.com/sjoerdvanderhoorn/recepturer)) `MIT` `Javascript` - [Tandoor Recipes](https://docs.tandoor.dev/) - Django application to manage, tag and search recipes using either built-in models or external storage providers hosting PDFs, Images or other files. ([Demo](https://app.tandoor.dev/accounts/login/?demo), [Source Code](https://github.com/vabene1111/recipes/)) `MIT` `Python` From 7fdf83432050c97df1c8cb5f0d85f62d6aad2e7f Mon Sep 17 00:00:00 2001 From: SimonFischerSE <101107387+SimonFischerSE@users.noreply.github.com> Date: Wed, 14 Sep 2022 23:44:00 +0200 Subject: [PATCH 24/38] Add Medusa to E-commerce (#2978) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 72fae057..c0fc5a0e 100644 --- a/README.md +++ b/README.md @@ -798,6 +798,7 @@ _Related: [Community-Supported Agriculture (CSA)](#community-supported-agricultu - [CoreShop](https://www.coreshop.org) - CoreShop is a e-commerce plugin for Pimcore. ([Source Code](https://github.com/coreshop/CoreShop)) `GPL-3.0` `PHP` - [Drupal Commerce](https://drupalcommerce.org) - Drupal Commerce is a popular e-commerce module for Drupal CMS, with support for dozens of payment, shipping, and shopping related modules. ([Source Code](https://github.com/drupalcommerce/commerce)) `GPL-2.0` `PHP` - [Magento](https://magento.com/) - Leading provider of open omnichannel innovation. ([Demo](https://magento.com/schedule-a-demo), [Source Code](https://github.com/magento/magento2)) `OSL-3.0` `PHP` +- [MedusaJs](https://medusajs.com/) - Medusa is an open-source headless commerce engine that enables developers to create amazing digital commerce experiences ([Demo](https://demo.medusajs.com/a/orders?offset=0&limit=15), [Source Code](https://github.com/medusajs/medusa), `MIT` `Nodejs` - [Microweber](https://microweber.com/) - Drag and Drop CMS and online shop. ([Demo](https://demo.microweber.org/), [Source Code](https://github.com/microweber/microweber)) `Apache-2.0` `PHP` - [Open Source POS](https://www.opensourcepos.org/) - Open Source Point of Sale is a web based point of sale system. ([Source Code](https://github.com/opensourcepos/opensourcepos)) `MIT` `PHP` - [OpenCart](https://www.opencart.com) - Free open source shopping cart solution. ([Source Code](https://github.com/opencart/opencart)) `GPL-3.0` `PHP` From c89de8d6f36a77a2fa6d01215f83c9d70ad66eb0 Mon Sep 17 00:00:00 2001 From: Kieran <32241933+KieranRobson@users.noreply.github.com> Date: Wed, 14 Sep 2022 22:44:10 +0100 Subject: [PATCH 25/38] Add Vivum (#3210) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c0fc5a0e..6f8795b1 100644 --- a/README.md +++ b/README.md @@ -1718,6 +1718,7 @@ Software for easy installation, management and configuration of self-hosted serv - [Tipi](https://github.com/meienberger/runtipi) - Homeserver manager. One command setup, one click installs for your favorites self-hosted apps. ([Demo](https://demo.runtipi.com)) `GPL-3.0` `Shell` - [UBOS](https://ubos.net/) - Linux distro that runs on indie boxes (personal servers and IoT devices). Single-command installation and management of apps - Jenkins, Mediawiki, Owncloud, WordPress, etc., and other features. `GPL-3.0` `Perl/Other` - [WikiSuite](https://wikisuite.org) - The most comprehensive and integrated Free / Libre / Open Source enterprise software suite. ([Source Code](https://wikisuite.org/Source-Code)) `GPL-3.0/LGPL-2.1/Apache-2.0/MPL-2.0/MPL-1.1/MIT/AGPL-3.0` `ClearOS` +- [VivumLab](vivumlab.com) - An open-source data-center, owned by you, the user. VivumLab deploys web services to a server. ([Source Code](https://github.com/VivumLab/VivumLab)) `MIT` `Docker/Shell` - [xsrv](https://xsrv.readthedocs.io/) - Install and manage self-hosted services/applications, on your own server(s). ([Source Code](https://github.com/nodiscc/xsrv)) `GPL-3.0` `Shell/Ansible` - [YunoHost](https://yunohost.org/) - Server operating system aiming to make self-hosting accessible to everyone. ([Demo](https://yunohost.org/#/try), [Source Code](https://github.com/YunoHost)) `AGPL-3.0` `Python/Other` From 589f15266db04eba1ccea7852fb166d41cef08c9 Mon Sep 17 00:00:00 2001 From: Harald Nezbeda Date: Wed, 14 Sep 2022 23:44:24 +0200 Subject: [PATCH 26/38] Add SnyPy to Pastebins (#3007) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6f8795b1..d387a8b9 100644 --- a/README.md +++ b/README.md @@ -1495,6 +1495,7 @@ A [pastebin](https://en.wikipedia.org/wiki/Pastebin) is a type of online content - [Snibox](https://snibox.github.io/) - Code snippets manager with attractive tag-oriented interface. ([Demo](https://snibox-demo.herokuapp.com/), [Source Code](https://github.com/snibox/snibox)) `MIT` `Ruby` - [Snippet Box](https://github.com/pawelmalak/snippet-box) - Snippet Box is a simple self-hosted app for organizing your code snippets. It allows you to easily create, edit, browse and manage your snippets in various languages. `MIT` `Nodejs` - [snipt](https://github.com/nicksergeant/snipt) - Long-term memory for coders. Share and store code snippets. `MIT` `Python` +- [SnyPy](https://snypy.com) - Open source on-prem code snippet manager. ([Demo](https://app.snypy.com), [Source Code](https://github.com/snypy)) `MIT` `Docker` - [SocksBin](https://github.com/magnumdingusedu/socksbin) - Simple and fast terminal based pastebin, with optional code highlighting. No specific client required, all you need is netcat. `GPL-3.0` `Python` - [Spacebin](https://github.com/spacebin-org/spirit) - Text-sharing for the final frontier — Reliable Pastebin server in Golang and Fiber. `Apache-2.0` `Go` - [Stikked](https://github.com/claudehohl/Stikked) - Advanced and beautiful pastebin. `GPL-3.0` `PHP` From f314919c87edcebb68c7e3f45f18e3527bf1f3ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ana=C3=ABl=20Ollier?= Date: Wed, 14 Sep 2022 23:45:02 +0200 Subject: [PATCH 27/38] Add reciphpes! software to the Recipe Management section (#3258) Co-authored-by: nodiscc --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d387a8b9..74468834 100644 --- a/README.md +++ b/README.md @@ -1629,8 +1629,9 @@ Software and tools for managing [recipes](https://en.wikipedia.org/wiki/Recipe). - [Groceri.es](https://groceri.es/) - Web-based application to manage your recipes and plan your meals ahead. groceri.es keeps track of your menu plans and generates a groceries list for you. ([Source Code](https://github.com/juriansluiman/groceri.es)) `MIT` `Docker/Python` - [kcal](https://github.com/kcal-app/kcal) - Track nutritional information about foods and recipes, set goals, and record a food journal to help along the way. Kcal is a personal system that focuses on direct control of inputs and a minimal, easy to use recipe presentation for preparing meals. ([Demo](http://demo.kcal.cooking/login)) `MPL-2.0` `PHP` - [Mealie](https://hay-kot.github.io/mealie/) - Material design inspired recipe manager with category and tag management, shopping-lists, meal-planner, and site customizations. Mealie is focused on simple user interactions to keep the whole family using the app. ([Demo](https://mealie-demo.hay-kot.dev/), [Source Code](https://github.com/hay-kot/mealie)) `MIT` `Python` -- [RecipeSage](https://github.com/julianpoy/recipesage) - A recipe keeper, meal plan organizer, and shopping list manager that can import recipes directly from any URL. ([Demo](https://recipesage.com)) `AGPL-3.0` `Nodejs` - [Recepturer](https://www.recepturer.com/) `⚠` - Let Recepturer help you organize all your recipes in one place. You can add, edit and delete recipes, and create meal plans. Simply type your recipe and all ingredients will be listed as you go. Data is stored on Dropbox. ([Source Code](https://github.com/sjoerdvanderhoorn/recepturer)) `MIT` `Javascript` +- [RecipeSage](https://github.com/julianpoy/recipesage) - A recipe keeper, meal plan organizer, and shopping list manager that can import recipes directly from any URL. ([Demo](https://recipesage.com)) `AGPL-3.0` `Nodejs` +- [reciphpes!](https://github.com/nanawel/reciphpes) - A lightweight, Symfony-based recipes indexing software supporting search and tags, using a SQLite database. `MIT` `Docker` - [Tandoor Recipes](https://docs.tandoor.dev/) - Django application to manage, tag and search recipes using either built-in models or external storage providers hosting PDFs, Images or other files. ([Demo](https://app.tandoor.dev/accounts/login/?demo), [Source Code](https://github.com/vabene1111/recipes/)) `MIT` `Python` From 770ee18031f907361730a974825016c4f6b4d446 Mon Sep 17 00:00:00 2001 From: Kieran Date: Thu, 15 Sep 2022 21:59:49 +0100 Subject: [PATCH 28/38] Update back to the top links to direct --- README.md | 174 +++++++++++++++++++++++++++--------------------------- 1 file changed, 87 insertions(+), 87 deletions(-) diff --git a/README.md b/README.md index 65968453..68e2fd93 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ See [Contributing](.github/CONTRIBUTING.md). ### Analytics -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [Analytics](https://en.wikipedia.org/wiki/Analytics) is the systematic computational analysis of data or statistics. It is used for the discovery, interpretation, and communication of meaningful patterns in data. @@ -124,7 +124,7 @@ _Related: [Personal Dashboards](#personal-dashboards)_ ### Archiving and Digital Preservation (DP) -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** Digital [archiving](https://en.wikipedia.org/wiki/Archival_science) and [preservation](https://en.wikipedia.org/wiki/Digital_preservation) software. @@ -144,7 +144,7 @@ _Related: [Content Management Systems (CMS)](#content-management-systems-cms)_ ### Automation -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [Automation](https://en.wikipedia.org/wiki/Automation) software designed to reduce human intervention in processes. @@ -198,7 +198,7 @@ _Related: [Internet of Things (IoT)](#internet-of-things-iot)_ ### Backup -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [Backup](https://en.wikipedia.org/wiki/Backup) software. @@ -208,7 +208,7 @@ _Related: [Internet of Things (IoT)](#internet-of-things-iot)_ ### Blogging Platforms -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** A [blog](https://en.wikipedia.org/wiki/Blog) is a discussion or informational website consisting of discrete, diary-style text entries (posts). @@ -233,7 +233,7 @@ _See also: [WeblogMatrix](https://www.weblogmatrix.org/)_ ### Booking and Scheduling -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** Event scheduling, reservation, and appointment management software. @@ -246,7 +246,7 @@ _Related: [Polls and Events](#polls-and-events)_ ### Bookmarks and Link Sharing -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** Software which allows users to add, annotate, edit, and share [bookmarks](https://en.wikipedia.org/wiki/Bookmark_(digital)) of web documents. @@ -274,7 +274,7 @@ Software which allows users to add, annotate, edit, and share [bookmarks](https: ### Calendar & Contacts - CalDAV or CardDAV Servers -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [CalDAV](https://en.wikipedia.org/wiki/CalDAV) and [CardDAV](https://en.wikipedia.org/wiki/CardDAV) protocol servers [Electronic calendar](https://en.wikipedia.org/wiki/Calendaring_software) and [address book](https://en.wikipedia.org/wiki/Address_book) and [contact management](https://en.wikipedia.org/wiki/Contact_manager). @@ -296,7 +296,7 @@ _See also: [Comparison of CalDAV and CardDAV implementations - Wikipedia](https: ### Calendar & Contacts - CalDAV or CardDAV Web-based Clients -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [CalDAV](https://en.wikipedia.org/wiki/CalDAV) and [CardDAV](https://en.wikipedia.org/wiki/CardDAV) protocol web clients/interfaces. @@ -308,7 +308,7 @@ _See also: [Comparison of CalDAV and CardDAV implementations - Wikipedia](https: ### Communication - Custom Communication Systems -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [Communication software](https://en.wikipedia.org/wiki/Communication_software) used to provide remote access to systems and exchange files and messages in text, audio and/or video formats between different computers or users, using their own custom procols. @@ -365,7 +365,7 @@ _See also: [Comparison of CalDAV and CardDAV implementations - Wikipedia](https: ### Communication - Email - Complete Solutions -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** Simple deployment of [E-mail](https://en.wikipedia.org/wiki/Email) servers, e.g. for inexperienced or impatient admins. @@ -391,7 +391,7 @@ Simple deployment of [E-mail](https://en.wikipedia.org/wiki/Email) servers, e.g. ### Communication - Email - Mail Delivery Agents -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [Mail Delivery Agents](https://en.wikipedia.org/wiki/Message_delivery_agent) (MDAs) - [IMAP](https://en.wikipedia.org/wiki/Internet_Message_Access_Protocol)/[POP3](https://en.wikipedia.org/wiki/Post_Office_Protocol) server software. @@ -403,7 +403,7 @@ Simple deployment of [E-mail](https://en.wikipedia.org/wiki/Email) servers, e.g. ### Communication - Email - Mail Transfer Agents -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [Mail Transfer Agents](https://en.wikipedia.org/wiki/Message_transfer_agent) (MTAs) - [SMTP](https://en.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol) servers. @@ -424,7 +424,7 @@ Simple deployment of [E-mail](https://en.wikipedia.org/wiki/Email) servers, e.g. ### Communication - Email - Mailing Lists and Newsletters -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [Mailing list](https://en.wikipedia.org/wiki/Mailing_list) servers and mass mailing software - one message to many recipients. @@ -445,7 +445,7 @@ Simple deployment of [E-mail](https://en.wikipedia.org/wiki/Email) servers, e.g. ### Communication - Email - Webmail Clients -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [Webmail](https://en.wikipedia.org/wiki/Webmail) clients. @@ -461,7 +461,7 @@ Simple deployment of [E-mail](https://en.wikipedia.org/wiki/Email) servers, e.g. ### Communication - IRC -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [IRC](https://en.wikipedia.org/wiki/Internet_Relay_Chat) communication software. @@ -483,7 +483,7 @@ Simple deployment of [E-mail](https://en.wikipedia.org/wiki/Email) servers, e.g. ### Communication - SIP -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [SIP](https://en.wikipedia.org/wiki/Session_Initiation_Protocol)/[IPBX](https://en.wikipedia.org/wiki/IP_PBX) telephony software. @@ -506,7 +506,7 @@ Simple deployment of [E-mail](https://en.wikipedia.org/wiki/Email) servers, e.g. ### Communication - Social Networks and Forums -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [Social Networking](https://en.wikipedia.org/wiki/Social_networking_service) and [Forum](https://en.wikipedia.org/wiki/Internet_forum) software. @@ -571,7 +571,7 @@ Simple deployment of [E-mail](https://en.wikipedia.org/wiki/Email) servers, e.g. ### Communication - Video Conferencing -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [Video/Web Conferencing](https://en.wikipedia.org/wiki/Web_conferencing) tools and software. @@ -588,7 +588,7 @@ _Related: [Conference Management](#conference-management)_ ### Communication - XMPP - Servers -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [Extensible Messaging and Presence Protocol](https://en.wikipedia.org/wiki/XMPP) servers. @@ -604,7 +604,7 @@ _Related: [Conference Management](#conference-management)_ ### Communication - XMPP - Web Clients -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [Extensible Messaging and Presence Protocol](https://en.wikipedia.org/wiki/XMPP) Web clients/interfaces. @@ -616,7 +616,7 @@ _Related: [Conference Management](#conference-management)_ ### Community-Supported Agriculture (CSA) -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** Management and administration tools for community supported agriculture and food cooperatives. @@ -635,7 +635,7 @@ _Related: [E-commerce](#e-commerce)_ ### Conference Management -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** Software for submission of [abstracts](https://en.wikipedia.org/wiki/Abstract_management) and preparation/management of academic conferences. @@ -649,7 +649,7 @@ Software for submission of [abstracts](https://en.wikipedia.org/wiki/Abstract_ma ### Content Management Systems (CMS) -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [Content Management Systems](https://en.wikipedia.org/wiki/Content_management_system) offer a practical way to setup a website with many features, using third party plugins, themes and functionality that are easy to add and customize. @@ -705,7 +705,7 @@ _Related: [Blogging Platforms](#blogging-platforms), [Static Site Generators](#s ### DNS -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [DNS](https://en.wikipedia.org/wiki/Domain_Name_System) servers and management tools. @@ -721,7 +721,7 @@ _See also: [awesome-sysadmin/DNS](https://github.com/awesome-foss/awesome-sysadm ### Document Management -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** A [document management system](https://en.wikipedia.org/wiki/Document_management_system) (DMS) is a system used to receive, track, manage and store documents and reduce paper. @@ -738,7 +738,7 @@ A [document management system](https://en.wikipedia.org/wiki/Document_management ### Document Management - E-books -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [Ebook](https://en.wikipedia.org/wiki/Ebook) library management software. @@ -756,7 +756,7 @@ A [document management system](https://en.wikipedia.org/wiki/Document_management ### Document Management - Institutional Repository and Digital Library Software -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [Institutional repository](https://en.wikipedia.org/wiki/Institutional_repository) and [digital library](https://en.wikipedia.org/wiki/Digital_library) management software. @@ -770,7 +770,7 @@ A [document management system](https://en.wikipedia.org/wiki/Document_management ### Document Management - Integrated Library Systems (ILS) -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** An [integrated library system](https://en.wikipedia.org/wiki/Integrated_library_system) is an enterprise resource planning system for a library, used to track items owned, orders made, bills paid, and patrons who have borrowed. @@ -783,7 +783,7 @@ _Related: [Content Management Systems (CMS)](#content-management-systems-cms), [ ### E-commerce -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [E-commerce](https://en.wikipedia.org/wiki/E-commerce) software. @@ -816,7 +816,7 @@ _Related: [Community-Supported Agriculture (CSA)](#community-supported-agricultu ### Federated Identity & Authentication -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [Federated identity](https://en.wikipedia.org/wiki/Federated_identity) and [authentication](https://en.wikipedia.org/wiki/Electronic_authentication) software. @@ -826,7 +826,7 @@ _Related: [Community-Supported Agriculture (CSA)](#community-supported-agricultu ### Feed Readers -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** A [news aggregator](https://en.wikipedia.org/wiki/News_aggregator), also termed a feed aggregator, feed reader, news reader, [RSS](https://en.wikipedia.org/wiki/RSS) reader, is an application that aggregates web content such as newspapers/blogs/vlogs/podcasts in one location for easy viewing. @@ -862,7 +862,7 @@ A [news aggregator](https://en.wikipedia.org/wiki/News_aggregator), also termed ### File Transfer & Synchronization -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [File transfer](https://en.wikipedia.org/wiki/File_transfer), [sharing](https://en.wikipedia.org/wiki/File_sharing) and [synchronization software](https://en.wikipedia.org/wiki/File_synchronization) software. @@ -886,7 +886,7 @@ _Related: [Groupware](#groupware)_ ### File Transfer - Distributed Filesystems -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** Network distributed filesystems. @@ -896,7 +896,7 @@ Network distributed filesystems. ### File Transfer - Object Storage & File Servers -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [Object storage](https://en.wikipedia.org/wiki/Object_storage) is a computer data storage that manages data as objects, as opposed to other storage architectures like file systems which manages data as a file hierarchy, and block storage which manages data as blocks within sectors and tracks. @@ -909,7 +909,7 @@ Network distributed filesystems. ### File Transfer - Peer-to-peer Filesharing -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [Peer-to-peer file sharing](https://en.wikipedia.org/wiki/Peer-to-peer_file_sharing) is the distribution and [sharing](https://en.wikipedia.org/wiki/File_sharing) of digital media using [peer-to-peer](https://en.wikipedia.org/wiki/Peer-to-peer) (P2P) networking technology. @@ -926,7 +926,7 @@ Network distributed filesystems. ### File Transfer - Single-click & Drag-n-drop Upload -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** Simplified file servers for sharing of one-time/short-lived/temporary files, providing single-click or [drag-and-drop](https://en.wikipedia.org/wiki/Drag_and_drop) updload functionality. @@ -963,7 +963,7 @@ Simplified file servers for sharing of one-time/short-lived/temporary files, pro ### File Transfer - Web-based File Managers -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** Web-based [file managers](https://en.wikipedia.org/wiki/File_manager). @@ -987,7 +987,7 @@ _Related: [Groupware](#groupware)_ ### Games -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** Multiplayer game servers and [browser games](https://en.wikipedia.org/wiki/Browser_game). @@ -1015,7 +1015,7 @@ Multiplayer game servers and [browser games](https://en.wikipedia.org/wiki/Brows ### Games - Administrative Utilities & Control Panels -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** Utilities for managing game servers. @@ -1028,7 +1028,7 @@ Utilities for managing game servers. ### Genealogy -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [Genealogy software](https://en.wikipedia.org/wiki/Genealogy_software) used to record, organize, and publish genealogical data. @@ -1039,7 +1039,7 @@ Utilities for managing game servers. ### Groupware -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** Collaborative software or [groupware](https://en.wikipedia.org/wiki/Collaborative_software) is designed to help people working on a common task to attain their goals. Groupware often regroups multiple services such as file sharing, calendar/events management, address books... in a single, integrated application. @@ -1063,7 +1063,7 @@ Collaborative software or [groupware](https://en.wikipedia.org/wiki/Collaborativ ### Human Resources Management (HRM) -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** A [human resources management system](https://en.wikipedia.org/wiki/Human_resource_management_system) combines a number of systems and processes to ensure the easy management of [human resources](https://en.wikipedia.org/wiki/Human_resources), business processes and data. @@ -1075,7 +1075,7 @@ A [human resources management system](https://en.wikipedia.org/wiki/Human_resour ### Internet of Things (IoT) -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [Internet of Things](https://en.wikipedia.org/wiki/Internet_of_things) describes physical objects with sensors, processing ability, software, and other technologies that connect and exchange data with other devicesover the Internet. @@ -1096,7 +1096,7 @@ A [human resources management system](https://en.wikipedia.org/wiki/Human_resour ### Knowledge Management Tools -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [Knowledge management](https://en.wikipedia.org/wiki/Knowledge_management) is the collection of methods relating to creating, sharing, using and managing the knowledge and information. @@ -1109,7 +1109,7 @@ _Related: [Note-taking & Editors](#note-taking--editors), [Wikis](#wikis)_ ### Learning and Courses -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** Tools and software to help with education and learning. @@ -1131,7 +1131,7 @@ Tools and software to help with education and learning. ### Maps and Global Positioning System (GPS) -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [Maps](https://en.wikipedia.org/wiki/Map), [cartography](https://en.wikipedia.org/wiki/Cartography), [GIS](https://en.wikipedia.org/wiki/Geographic_information_system) and [GPS](https://en.wikipedia.org/wiki/Global_Positioning_System) software. @@ -1157,7 +1157,7 @@ _See also: [awesome-openstreetmap](https://github.com/osmlab/awesome-openstreetm ### Media Streaming -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [Streaming media](https://en.wikipedia.org/wiki/Streaming_media) is multimedia that is delivered and consumed in a continuous manner from a source, with little or no intermediate storage in network elements. @@ -1169,7 +1169,7 @@ _See also: [List of streaming media systems - Wikipedia](https://en.wikipedia.or ### Media Streaming - Audio Streaming -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [Audio](https://en.wikipedia.org/wiki/Audio) streaming tools and software. @@ -1208,7 +1208,7 @@ _See also: [List of streaming media systems - Wikipedia](https://en.wikipedia.or ### Media Streaming - Multimedia Streaming -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [Multimedia](https://en.wikipedia.org/wiki/Multimedia) streaming tools and software. @@ -1232,7 +1232,7 @@ _See also: [List of streaming media systems - Wikipedia](https://en.wikipedia.or ### Media Streaming - Video Streaming -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [Video](https://en.wikipedia.org/wiki/Video) streaming tools and software. @@ -1262,7 +1262,7 @@ _See also: [List of streaming media systems - Wikipedia](https://en.wikipedia.or ### Miscellaneous -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** Software that does not fit in another section. @@ -1328,7 +1328,7 @@ Software that does not fit in another section. ### Money, Budgeting & Management -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [Money management](https://en.wikipedia.org/wiki/Money_management) and budgeting sofware and tools. @@ -1368,7 +1368,7 @@ _See also: [awesome-sysadmin/IT Asset Management](https://github.com/awesome-fos ### Monitoring -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** Software for [monitoring](https://en.wikipedia.org/wiki/Monitoring#Computing) systems, networks, applications and websites. @@ -1378,7 +1378,7 @@ Software for [monitoring](https://en.wikipedia.org/wiki/Monitoring#Computing) sy ### Note-taking & Editors -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [Note taking](https://en.wikipedia.org/wiki/Note-taking) editors. @@ -1415,7 +1415,7 @@ _Related: [Wikis](#wikis)_ ### Office Suites -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** An [office suite](https://en.wikipedia.org/wiki/List_of_office_suites) is a collection of productivity software usually containing at least a word processor, spreadsheet and a presentation program. @@ -1433,7 +1433,7 @@ An [office suite](https://en.wikipedia.org/wiki/List_of_office_suites) is a coll ### Password Managers -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** A [password manager](https://en.wikipedia.org/wiki/Password_manager) allows users to store, generate, and manage their passwords for local applications and online services. @@ -1454,7 +1454,7 @@ A [password manager](https://en.wikipedia.org/wiki/Password_manager) allows user ### Pastebins -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** A [pastebin](https://en.wikipedia.org/wiki/Pastebin) is a type of online content-hosting service used for sharing and storing code and text. @@ -1501,7 +1501,7 @@ A [pastebin](https://en.wikipedia.org/wiki/Pastebin) is a type of online content ### Personal Dashboards -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** Dashboards for accessing information and applications. @@ -1531,7 +1531,7 @@ _Related: [Monitoring](#monitoring), [Bookmarks and Link Sharing](#bookmarks-and ### Photo and Video Galleries -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** A [gallery](https://en.wikipedia.org/wiki/Gallery_Software) is software that helps the user publish or share photos, pictures, videos or other digital media. @@ -1566,7 +1566,7 @@ A [gallery](https://en.wikipedia.org/wiki/Gallery_Software) is software that hel ### Polls and Events -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** Software for organising [polls](https://en.wikipedia.org/wiki/Opinion_poll) and [events](https://en.wikipedia.org/wiki/Event). @@ -1592,7 +1592,7 @@ _Related: [Booking and Scheduling](#booking-and-scheduling)_ ### Proxy -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** A [proxy](https://en.wikipedia.org/wiki/Proxy_server) is a server application that acts as an intermediary between a client requesting a resource and the server providing that resource. @@ -1618,7 +1618,7 @@ A [proxy](https://en.wikipedia.org/wiki/Proxy_server) is a server application th ### Recipe Management -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** Software and tools for managing [recipes](https://en.wikipedia.org/wiki/Recipe). @@ -1631,7 +1631,7 @@ Software and tools for managing [recipes](https://en.wikipedia.org/wiki/Recipe). ### Remote Access -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [Remote desktop](https://en.wikipedia.org/wiki/Remote_desktop_software) and [SSH](https://en.wikipedia.org/wiki/Secure_Shell) software for remote management of computer systems. @@ -1644,7 +1644,7 @@ Software and tools for managing [recipes](https://en.wikipedia.org/wiki/Recipe). ### Resource Planning -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** Software and tools to help with [resource and supply planning](https://en.wikipedia.org/wiki/Resource_planning). @@ -1655,7 +1655,7 @@ Software and tools to help with [resource and supply planning](https://en.wikipe ### Resource Planning - Enterprise Resource Planning -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** Software and tools to help with [enterprise resource and supply planning](https://en.wikipedia.org/wiki/Enterprise_resource_planning). @@ -1669,7 +1669,7 @@ Software and tools to help with [enterprise resource and supply planning](https: ### Search Engines -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** A [search engine](https://en.wikipedia.org/wiki/Search_engine_(computing)) is an [information retrieval system](https://en.wikipedia.org/wiki/Information_retrieval) designed to help find information stored on a computer system. This includes [Web search engines](https://en.wikipedia.org/wiki/Web_search_engine). @@ -1690,7 +1690,7 @@ A [search engine](https://en.wikipedia.org/wiki/Search_engine_(computing)) is an ### Self-hosting Solutions -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** Software for easy installation, management and configuration of self-hosted services and applications. @@ -1718,7 +1718,7 @@ Software for easy installation, management and configuration of self-hosted serv ### Software Development -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [Software development](https://en.wikipedia.org/wiki/Software_development) is the process of conceiving, specifying, designing, programming, documenting, testing, and bug fixing involved in creating and maintaining applications, frameworks, or other software components. @@ -1726,7 +1726,7 @@ Software for easy installation, management and configuration of self-hosted serv ### Software Development - API Management -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [API management](https://en.wikipedia.org/wiki/API_management) is the process of creating and publishing [application programming interfaces (APIs)](https://en.wikipedia.org/wiki/API), enforcing their usage policies, controlling access, nurturing the subscriber community, collecting and analyzing usage statistics, and reporting on performance. @@ -1745,7 +1745,7 @@ Software for easy installation, management and configuration of self-hosted serv ### Software Development - Continuous Integration & Deployment -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [Continuous integration](https://en.wikipedia.org/wiki/Continuous_integration) and [Continuous deployment](https://en.wikipedia.org/wiki/Continuous_deployment) software and tools. @@ -1755,7 +1755,7 @@ Software for easy installation, management and configuration of self-hosted serv ### Software Development - FaaS & Serverless -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [Serverless computing - Wikipedia](https://en.wikipedia.org/wiki/Serverless_computing). @@ -1769,7 +1769,7 @@ Software for easy installation, management and configuration of self-hosted serv ### Software Development - IDE & Tools -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** An [integrated development environment (IDE)](https://en.wikipedia.org/wiki/Integrated_development_environment) is a software application that provides comprehensive facilities to computer programmers for software development. @@ -1796,7 +1796,7 @@ An [integrated development environment (IDE)](https://en.wikipedia.org/wiki/Inte ### Software Development - Localization -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [Localization](https://en.wikipedia.org/wiki/Internationalization_and_localization) is the proccess of adapting code and software to other languages. @@ -1810,7 +1810,7 @@ An [integrated development environment (IDE)](https://en.wikipedia.org/wiki/Inte ### Software Development - Project Management -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** Tools and software for [software project management](https://en.wikipedia.org/wiki/Software_project_management). @@ -1856,7 +1856,7 @@ _See also: [awesome-sysadmin/Code Review](https://github.com/awesome-foss/awesom ### Software Development - Testing -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** Tools and software for [software testing](https://en.wikipedia.org/wiki/Software_testing). @@ -1869,7 +1869,7 @@ Tools and software for [software testing](https://en.wikipedia.org/wiki/Software ### Static Site Generators -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [Static site generators](https://en.wikipedia.org/wiki/Web_template_system#Static_site_generators) generate full static HTML websites based on raw data, plain text files and a set of templates. @@ -1878,7 +1878,7 @@ Tools and software for [software testing](https://en.wikipedia.org/wiki/Software ### Status / Uptime pages -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [Uptime](https://en.wikipedia.org/wiki/Uptime) is a measure of system reliability, expressed as the percentage of time a machine, typically a computer, has been working and available. @@ -1893,7 +1893,7 @@ _Related: [Monitoring](#monitoring)_ ### Task Management & To-do Lists -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [Task management](https://en.wikipedia.org/wiki/Task_management#Task_management_software) software. @@ -1921,7 +1921,7 @@ _Related: [Software Development - Project Management](#software-development---pr ### Ticketing -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [Helpdesk](https://en.wikipedia.org/wiki/Help_desk_software), [bug](https://en.wikipedia.org/wiki/Bug_tracking_system) and [issue](https://en.wikipedia.org/wiki/Issue_tracking_system) tracking software to help the tracking of user requests, bugs and missing features. @@ -1949,7 +1949,7 @@ _Related: [Task Management & To-do Lists](#task-management--to-do-lists), [Softw ### Time Tracking -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [Time-tracking software](https://en.wikipedia.org/wiki/Time-tracking_software) is a category of computer software that allows its employees to record time spent on tasks or projects. @@ -1960,7 +1960,7 @@ _Related: [Task Management & To-do Lists](#task-management--to-do-lists), [Softw ### URL Shorteners -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** [URL shortening](https://en.wikipedia.org/wiki/URL_shortening) is the action of shortening a [URL](https://en.wikipedia.org/wiki/Uniform_Resource_Locator) to make it substantially shorter and still direct to the required page. @@ -1983,7 +1983,7 @@ Before hosting one, please see [shortcomings](https://en.wikipedia.org/wiki/URL_ ### VPN -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** A [virtual private network (VPN)](https://en.wikipedia.org/wiki/Virtual_private_network) extends a private network across a public network and enables users to send and receive data across shared or public networks as if their computing devices were directly connected to the private network. @@ -1993,7 +1993,7 @@ A [virtual private network (VPN)](https://en.wikipedia.org/wiki/Virtual_private_ ### Web Servers -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** A [web server](https://en.wikipedia.org/wiki/Web_server) is a piece of software and underlying hardware that accepts requests via [HTTP](https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol) (the network protocol created to distribute web content) or its secure variant [HTTPS](https://en.wikipedia.org/wiki/HTTPSs). @@ -2003,7 +2003,7 @@ A [web server](https://en.wikipedia.org/wiki/Web_server) is a piece of software ### Wikis -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** A [wiki](https://en.wikipedia.org/wiki/Wiki) is a publication collaboratively edited and managed by its own audience directly using a web browser. @@ -2043,7 +2043,7 @@ _See also: [Wikimatrix](https://www.wikimatrix.org/), [Wiki Engines - WikiIndex] ## List of Licenses -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** - `0BSD` - [BSD Zero-Clause Licence](https://opensource.org/licenses/0BSD) - `AAL` - [Attribution Assurance License](https://opensource.org/licenses/AAL) @@ -2108,7 +2108,7 @@ _See also: [Wikimatrix](https://www.wikimatrix.org/), [Wiki Engines - WikiIndex] ## External Links -**[`^ back to top ^`](#)** +**[`^ back to top ^`](#table-of-contents)** - [Awesome Big Data](https://github.com/0xnr/awesome-bigdata) - Curated list of awesome big data frameworks, resources and other awesomeness. - [Awesome Public Datasets](https://github.com/awesomedata/awesome-public-datasets) - List of high quality, topic-centric public data sources. From a697b0145e892a6527ee9217dd19e6c6a6b33e8f Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 16 Sep 2022 23:50:18 +0200 Subject: [PATCH 29/38] fix medusajs entry syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e28c54c..42000bdc 100644 --- a/README.md +++ b/README.md @@ -792,7 +792,7 @@ _Related: [Community-Supported Agriculture (CSA)](#community-supported-agricultu - [CoreShop](https://www.coreshop.org) - CoreShop is a e-commerce plugin for Pimcore. ([Source Code](https://github.com/coreshop/CoreShop)) `GPL-3.0` `PHP` - [Drupal Commerce](https://drupalcommerce.org) - Drupal Commerce is a popular e-commerce module for Drupal CMS, with support for dozens of payment, shipping, and shopping related modules. ([Source Code](https://github.com/drupalcommerce/commerce)) `GPL-2.0` `PHP` - [Magento](https://magento.com/) - Leading provider of open omnichannel innovation. ([Demo](https://magento.com/schedule-a-demo), [Source Code](https://github.com/magento/magento2)) `OSL-3.0` `PHP` -- [MedusaJs](https://medusajs.com/) - Medusa is an open-source headless commerce engine that enables developers to create amazing digital commerce experiences ([Demo](https://demo.medusajs.com/a/orders?offset=0&limit=15), [Source Code](https://github.com/medusajs/medusa), `MIT` `Nodejs` +- [MedusaJs](https://medusajs.com/) - Medusa is an open-source headless commerce engine that enables developers to create amazing digital commerce experiences ([Demo](https://demo.medusajs.com/a/orders?offset=0&limit=15), [Source Code](https://github.com/medusajs/medusa)) `MIT` `Nodejs` - [Microweber](https://microweber.com/) - Drag and Drop CMS and online shop. ([Demo](https://demo.microweber.org/), [Source Code](https://github.com/microweber/microweber)) `Apache-2.0` `PHP` - [Open Source POS](https://www.opensourcepos.org/) - Open Source Point of Sale is a web based point of sale system. ([Source Code](https://github.com/opensourcepos/opensourcepos)) `MIT` `PHP` - [OpenCart](https://www.opencart.com) - Free open source shopping cart solution. ([Source Code](https://github.com/opencart/opencart)) `GPL-3.0` `PHP` From c1f0eab009a111ec6bdf74618131b4a04cb179ce Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 16 Sep 2022 23:51:21 +0200 Subject: [PATCH 30/38] fix medusajs entry syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42000bdc..7c233f09 100644 --- a/README.md +++ b/README.md @@ -792,7 +792,7 @@ _Related: [Community-Supported Agriculture (CSA)](#community-supported-agricultu - [CoreShop](https://www.coreshop.org) - CoreShop is a e-commerce plugin for Pimcore. ([Source Code](https://github.com/coreshop/CoreShop)) `GPL-3.0` `PHP` - [Drupal Commerce](https://drupalcommerce.org) - Drupal Commerce is a popular e-commerce module for Drupal CMS, with support for dozens of payment, shipping, and shopping related modules. ([Source Code](https://github.com/drupalcommerce/commerce)) `GPL-2.0` `PHP` - [Magento](https://magento.com/) - Leading provider of open omnichannel innovation. ([Demo](https://magento.com/schedule-a-demo), [Source Code](https://github.com/magento/magento2)) `OSL-3.0` `PHP` -- [MedusaJs](https://medusajs.com/) - Medusa is an open-source headless commerce engine that enables developers to create amazing digital commerce experiences ([Demo](https://demo.medusajs.com/a/orders?offset=0&limit=15), [Source Code](https://github.com/medusajs/medusa)) `MIT` `Nodejs` +- [MedusaJs](https://medusajs.com/) - Medusa is an open-source headless commerce engine that enables developers to create amazing digital commerce experiences. ([Demo](https://demo.medusajs.com/a/orders?offset=0&limit=15), [Source Code](https://github.com/medusajs/medusa)) `MIT` `Nodejs` - [Microweber](https://microweber.com/) - Drag and Drop CMS and online shop. ([Demo](https://demo.microweber.org/), [Source Code](https://github.com/microweber/microweber)) `Apache-2.0` `PHP` - [Open Source POS](https://www.opensourcepos.org/) - Open Source Point of Sale is a web based point of sale system. ([Source Code](https://github.com/opensourcepos/opensourcepos)) `MIT` `PHP` - [OpenCart](https://www.opencart.com) - Free open source shopping cart solution. ([Source Code](https://github.com/opencart/opencart)) `GPL-3.0` `PHP` From f1a918287bfa3c926568274803558710f93c3d72 Mon Sep 17 00:00:00 2001 From: Kieran Date: Sat, 17 Sep 2022 09:01:43 +0100 Subject: [PATCH 31/38] Changed #table-of-contents to #awesome-selfhosted --- README.md | 174 +++++++++++++++++++++++++++--------------------------- 1 file changed, 87 insertions(+), 87 deletions(-) diff --git a/README.md b/README.md index 686359b6..03e27da2 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ See [Contributing](.github/CONTRIBUTING.md). ### Analytics -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [Analytics](https://en.wikipedia.org/wiki/Analytics) is the systematic computational analysis of data or statistics. It is used for the discovery, interpretation, and communication of meaningful patterns in data. @@ -125,7 +125,7 @@ _Related: [Personal Dashboards](#personal-dashboards)_ ### Archiving and Digital Preservation (DP) -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** Digital [archiving](https://en.wikipedia.org/wiki/Archival_science) and [preservation](https://en.wikipedia.org/wiki/Digital_preservation) software. @@ -145,7 +145,7 @@ _Related: [Content Management Systems (CMS)](#content-management-systems-cms)_ ### Automation -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [Automation](https://en.wikipedia.org/wiki/Automation) software designed to reduce human intervention in processes. @@ -199,7 +199,7 @@ _Related: [Internet of Things (IoT)](#internet-of-things-iot)_ ### Backup -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [Backup](https://en.wikipedia.org/wiki/Backup) software. @@ -209,7 +209,7 @@ _Related: [Internet of Things (IoT)](#internet-of-things-iot)_ ### Blogging Platforms -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** A [blog](https://en.wikipedia.org/wiki/Blog) is a discussion or informational website consisting of discrete, diary-style text entries (posts). @@ -234,7 +234,7 @@ _See also: [WeblogMatrix](https://www.weblogmatrix.org/)_ ### Booking and Scheduling -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** Event scheduling, reservation, and appointment management software. @@ -247,7 +247,7 @@ _Related: [Polls and Events](#polls-and-events)_ ### Bookmarks and Link Sharing -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** Software which allows users to add, annotate, edit, and share [bookmarks](https://en.wikipedia.org/wiki/Bookmark_(digital)) of web documents. @@ -269,7 +269,7 @@ Software which allows users to add, annotate, edit, and share [bookmarks](https: ### Calendar & Contacts - CalDAV or CardDAV Servers -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [CalDAV](https://en.wikipedia.org/wiki/CalDAV) and [CardDAV](https://en.wikipedia.org/wiki/CardDAV) protocol servers [Electronic calendar](https://en.wikipedia.org/wiki/Calendaring_software) and [address book](https://en.wikipedia.org/wiki/Address_book) and [contact management](https://en.wikipedia.org/wiki/Contact_manager). @@ -291,7 +291,7 @@ _See also: [Comparison of CalDAV and CardDAV implementations - Wikipedia](https: ### Calendar & Contacts - CalDAV or CardDAV Web-based Clients -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [CalDAV](https://en.wikipedia.org/wiki/CalDAV) and [CardDAV](https://en.wikipedia.org/wiki/CardDAV) protocol web clients/interfaces. @@ -303,7 +303,7 @@ _See also: [Comparison of CalDAV and CardDAV implementations - Wikipedia](https: ### Communication - Custom Communication Systems -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [Communication software](https://en.wikipedia.org/wiki/Communication_software) used to provide remote access to systems and exchange files and messages in text, audio and/or video formats between different computers or users, using their own custom procols. @@ -360,7 +360,7 @@ _See also: [Comparison of CalDAV and CardDAV implementations - Wikipedia](https: ### Communication - Email - Complete Solutions -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** Simple deployment of [E-mail](https://en.wikipedia.org/wiki/Email) servers, e.g. for inexperienced or impatient admins. @@ -386,7 +386,7 @@ Simple deployment of [E-mail](https://en.wikipedia.org/wiki/Email) servers, e.g. ### Communication - Email - Mail Delivery Agents -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [Mail Delivery Agents](https://en.wikipedia.org/wiki/Message_delivery_agent) (MDAs) - [IMAP](https://en.wikipedia.org/wiki/Internet_Message_Access_Protocol)/[POP3](https://en.wikipedia.org/wiki/Post_Office_Protocol) server software. @@ -398,7 +398,7 @@ Simple deployment of [E-mail](https://en.wikipedia.org/wiki/Email) servers, e.g. ### Communication - Email - Mail Transfer Agents -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [Mail Transfer Agents](https://en.wikipedia.org/wiki/Message_transfer_agent) (MTAs) - [SMTP](https://en.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol) servers. @@ -419,7 +419,7 @@ Simple deployment of [E-mail](https://en.wikipedia.org/wiki/Email) servers, e.g. ### Communication - Email - Mailing Lists and Newsletters -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [Mailing list](https://en.wikipedia.org/wiki/Mailing_list) servers and mass mailing software - one message to many recipients. @@ -440,7 +440,7 @@ Simple deployment of [E-mail](https://en.wikipedia.org/wiki/Email) servers, e.g. ### Communication - Email - Webmail Clients -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [Webmail](https://en.wikipedia.org/wiki/Webmail) clients. @@ -456,7 +456,7 @@ Simple deployment of [E-mail](https://en.wikipedia.org/wiki/Email) servers, e.g. ### Communication - IRC -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [IRC](https://en.wikipedia.org/wiki/Internet_Relay_Chat) communication software. @@ -478,7 +478,7 @@ Simple deployment of [E-mail](https://en.wikipedia.org/wiki/Email) servers, e.g. ### Communication - SIP -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [SIP](https://en.wikipedia.org/wiki/Session_Initiation_Protocol)/[IPBX](https://en.wikipedia.org/wiki/IP_PBX) telephony software. @@ -501,7 +501,7 @@ Simple deployment of [E-mail](https://en.wikipedia.org/wiki/Email) servers, e.g. ### Communication - Social Networks and Forums -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [Social Networking](https://en.wikipedia.org/wiki/Social_networking_service) and [Forum](https://en.wikipedia.org/wiki/Internet_forum) software. @@ -566,7 +566,7 @@ Simple deployment of [E-mail](https://en.wikipedia.org/wiki/Email) servers, e.g. ### Communication - Video Conferencing -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [Video/Web Conferencing](https://en.wikipedia.org/wiki/Web_conferencing) tools and software. @@ -585,7 +585,7 @@ _Related: [Conference Management](#conference-management)_ ### Communication - XMPP - Servers -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [Extensible Messaging and Presence Protocol](https://en.wikipedia.org/wiki/XMPP) servers. @@ -601,7 +601,7 @@ _Related: [Conference Management](#conference-management)_ ### Communication - XMPP - Web Clients -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [Extensible Messaging and Presence Protocol](https://en.wikipedia.org/wiki/XMPP) Web clients/interfaces. @@ -613,7 +613,7 @@ _Related: [Conference Management](#conference-management)_ ### Community-Supported Agriculture (CSA) -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** Management and administration tools for community supported agriculture and food cooperatives. @@ -632,7 +632,7 @@ _Related: [E-commerce](#e-commerce)_ ### Conference Management -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** Software for submission of [abstracts](https://en.wikipedia.org/wiki/Abstract_management) and preparation/management of academic conferences. @@ -646,7 +646,7 @@ Software for submission of [abstracts](https://en.wikipedia.org/wiki/Abstract_ma ### Content Management Systems (CMS) -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [Content Management Systems](https://en.wikipedia.org/wiki/Content_management_system) offer a practical way to setup a website with many features, using third party plugins, themes and functionality that are easy to add and customize. @@ -702,7 +702,7 @@ _Related: [Blogging Platforms](#blogging-platforms), [Static Site Generators](#s ### DNS -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [DNS](https://en.wikipedia.org/wiki/Domain_Name_System) servers and management tools. @@ -718,7 +718,7 @@ _See also: [awesome-sysadmin/DNS](https://github.com/awesome-foss/awesome-sysadm ### Document Management -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** A [document management system](https://en.wikipedia.org/wiki/Document_management_system) (DMS) is a system used to receive, track, manage and store documents and reduce paper. @@ -735,7 +735,7 @@ A [document management system](https://en.wikipedia.org/wiki/Document_management ### Document Management - E-books -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [Ebook](https://en.wikipedia.org/wiki/Ebook) library management software. @@ -753,7 +753,7 @@ A [document management system](https://en.wikipedia.org/wiki/Document_management ### Document Management - Institutional Repository and Digital Library Software -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [Institutional repository](https://en.wikipedia.org/wiki/Institutional_repository) and [digital library](https://en.wikipedia.org/wiki/Digital_library) management software. @@ -767,7 +767,7 @@ A [document management system](https://en.wikipedia.org/wiki/Document_management ### Document Management - Integrated Library Systems (ILS) -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** An [integrated library system](https://en.wikipedia.org/wiki/Integrated_library_system) is an enterprise resource planning system for a library, used to track items owned, orders made, bills paid, and patrons who have borrowed. @@ -780,7 +780,7 @@ _Related: [Content Management Systems (CMS)](#content-management-systems-cms), [ ### E-commerce -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [E-commerce](https://en.wikipedia.org/wiki/E-commerce) software. @@ -814,7 +814,7 @@ _Related: [Community-Supported Agriculture (CSA)](#community-supported-agricultu ### Federated Identity & Authentication -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [Federated identity](https://en.wikipedia.org/wiki/Federated_identity) and [authentication](https://en.wikipedia.org/wiki/Electronic_authentication) software. @@ -824,7 +824,7 @@ _Related: [Community-Supported Agriculture (CSA)](#community-supported-agricultu ### Feed Readers -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** A [news aggregator](https://en.wikipedia.org/wiki/News_aggregator), also termed a feed aggregator, feed reader, news reader, [RSS](https://en.wikipedia.org/wiki/RSS) reader, is an application that aggregates web content such as newspapers/blogs/vlogs/podcasts in one location for easy viewing. @@ -860,7 +860,7 @@ A [news aggregator](https://en.wikipedia.org/wiki/News_aggregator), also termed ### File Transfer & Synchronization -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [File transfer](https://en.wikipedia.org/wiki/File_transfer), [sharing](https://en.wikipedia.org/wiki/File_sharing) and [synchronization software](https://en.wikipedia.org/wiki/File_synchronization) software. @@ -884,7 +884,7 @@ _Related: [Groupware](#groupware)_ ### File Transfer - Distributed Filesystems -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** Network distributed filesystems. @@ -894,7 +894,7 @@ Network distributed filesystems. ### File Transfer - Object Storage & File Servers -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [Object storage](https://en.wikipedia.org/wiki/Object_storage) is a computer data storage that manages data as objects, as opposed to other storage architectures like file systems which manages data as a file hierarchy, and block storage which manages data as blocks within sectors and tracks. @@ -907,7 +907,7 @@ Network distributed filesystems. ### File Transfer - Peer-to-peer Filesharing -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [Peer-to-peer file sharing](https://en.wikipedia.org/wiki/Peer-to-peer_file_sharing) is the distribution and [sharing](https://en.wikipedia.org/wiki/File_sharing) of digital media using [peer-to-peer](https://en.wikipedia.org/wiki/Peer-to-peer) (P2P) networking technology. @@ -924,7 +924,7 @@ Network distributed filesystems. ### File Transfer - Single-click & Drag-n-drop Upload -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** Simplified file servers for sharing of one-time/short-lived/temporary files, providing single-click or [drag-and-drop](https://en.wikipedia.org/wiki/Drag_and_drop) updload functionality. @@ -960,7 +960,7 @@ Simplified file servers for sharing of one-time/short-lived/temporary files, pro ### File Transfer - Web-based File Managers -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** Web-based [file managers](https://en.wikipedia.org/wiki/File_manager). @@ -984,7 +984,7 @@ _Related: [Groupware](#groupware)_ ### Games -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** Multiplayer game servers and [browser games](https://en.wikipedia.org/wiki/Browser_game). @@ -1012,7 +1012,7 @@ Multiplayer game servers and [browser games](https://en.wikipedia.org/wiki/Brows ### Games - Administrative Utilities & Control Panels -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** Utilities for managing game servers. @@ -1025,7 +1025,7 @@ Utilities for managing game servers. ### Genealogy -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [Genealogy software](https://en.wikipedia.org/wiki/Genealogy_software) used to record, organize, and publish genealogical data. @@ -1036,7 +1036,7 @@ Utilities for managing game servers. ### Groupware -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** Collaborative software or [groupware](https://en.wikipedia.org/wiki/Collaborative_software) is designed to help people working on a common task to attain their goals. Groupware often regroups multiple services such as file sharing, calendar/events management, address books... in a single, integrated application. @@ -1060,7 +1060,7 @@ Collaborative software or [groupware](https://en.wikipedia.org/wiki/Collaborativ ### Human Resources Management (HRM) -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** A [human resources management system](https://en.wikipedia.org/wiki/Human_resource_management_system) combines a number of systems and processes to ensure the easy management of [human resources](https://en.wikipedia.org/wiki/Human_resources), business processes and data. @@ -1072,7 +1072,7 @@ A [human resources management system](https://en.wikipedia.org/wiki/Human_resour ### Internet of Things (IoT) -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [Internet of Things](https://en.wikipedia.org/wiki/Internet_of_things) describes physical objects with sensors, processing ability, software, and other technologies that connect and exchange data with other devicesover the Internet. @@ -1094,7 +1094,7 @@ A [human resources management system](https://en.wikipedia.org/wiki/Human_resour ### Knowledge Management Tools -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [Knowledge management](https://en.wikipedia.org/wiki/Knowledge_management) is the collection of methods relating to creating, sharing, using and managing the knowledge and information. @@ -1107,7 +1107,7 @@ _Related: [Note-taking & Editors](#note-taking--editors), [Wikis](#wikis)_ ### Learning and Courses -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** Tools and software to help with education and learning. @@ -1129,7 +1129,7 @@ Tools and software to help with education and learning. ### Maps and Global Positioning System (GPS) -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [Maps](https://en.wikipedia.org/wiki/Map), [cartography](https://en.wikipedia.org/wiki/Cartography), [GIS](https://en.wikipedia.org/wiki/Geographic_information_system) and [GPS](https://en.wikipedia.org/wiki/Global_Positioning_System) software. @@ -1155,7 +1155,7 @@ _See also: [awesome-openstreetmap](https://github.com/osmlab/awesome-openstreetm ### Media Streaming -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [Streaming media](https://en.wikipedia.org/wiki/Streaming_media) is multimedia that is delivered and consumed in a continuous manner from a source, with little or no intermediate storage in network elements. @@ -1167,7 +1167,7 @@ _See also: [List of streaming media systems - Wikipedia](https://en.wikipedia.or ### Media Streaming - Audio Streaming -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [Audio](https://en.wikipedia.org/wiki/Audio) streaming tools and software. @@ -1206,7 +1206,7 @@ _See also: [List of streaming media systems - Wikipedia](https://en.wikipedia.or ### Media Streaming - Multimedia Streaming -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [Multimedia](https://en.wikipedia.org/wiki/Multimedia) streaming tools and software. @@ -1230,7 +1230,7 @@ _See also: [List of streaming media systems - Wikipedia](https://en.wikipedia.or ### Media Streaming - Video Streaming -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [Video](https://en.wikipedia.org/wiki/Video) streaming tools and software. @@ -1260,7 +1260,7 @@ _See also: [List of streaming media systems - Wikipedia](https://en.wikipedia.or ### Miscellaneous -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** Software that does not fit in another section. @@ -1326,7 +1326,7 @@ Software that does not fit in another section. ### Money, Budgeting & Management -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [Money management](https://en.wikipedia.org/wiki/Money_management) and budgeting sofware and tools. @@ -1366,7 +1366,7 @@ _See also: [awesome-sysadmin/IT Asset Management](https://github.com/awesome-fos ### Monitoring -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** Software for [monitoring](https://en.wikipedia.org/wiki/Monitoring#Computing) systems, networks, applications and websites. @@ -1376,7 +1376,7 @@ Software for [monitoring](https://en.wikipedia.org/wiki/Monitoring#Computing) sy ### Note-taking & Editors -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [Note taking](https://en.wikipedia.org/wiki/Note-taking) editors. @@ -1413,7 +1413,7 @@ _Related: [Wikis](#wikis)_ ### Office Suites -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** An [office suite](https://en.wikipedia.org/wiki/List_of_office_suites) is a collection of productivity software usually containing at least a word processor, spreadsheet and a presentation program. @@ -1431,7 +1431,7 @@ An [office suite](https://en.wikipedia.org/wiki/List_of_office_suites) is a coll ### Password Managers -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** A [password manager](https://en.wikipedia.org/wiki/Password_manager) allows users to store, generate, and manage their passwords for local applications and online services. @@ -1452,7 +1452,7 @@ A [password manager](https://en.wikipedia.org/wiki/Password_manager) allows user ### Pastebins -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** A [pastebin](https://en.wikipedia.org/wiki/Pastebin) is a type of online content-hosting service used for sharing and storing code and text. @@ -1500,7 +1500,7 @@ A [pastebin](https://en.wikipedia.org/wiki/Pastebin) is a type of online content ### Personal Dashboards -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** Dashboards for accessing information and applications. @@ -1530,7 +1530,7 @@ _Related: [Monitoring](#monitoring), [Bookmarks and Link Sharing](#bookmarks-and ### Photo and Video Galleries -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** A [gallery](https://en.wikipedia.org/wiki/Gallery_Software) is software that helps the user publish or share photos, pictures, videos or other digital media. @@ -1564,7 +1564,7 @@ A [gallery](https://en.wikipedia.org/wiki/Gallery_Software) is software that hel ### Polls and Events -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** Software for organising [polls](https://en.wikipedia.org/wiki/Opinion_poll) and [events](https://en.wikipedia.org/wiki/Event). @@ -1590,7 +1590,7 @@ _Related: [Booking and Scheduling](#booking-and-scheduling)_ ### Proxy -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** A [proxy](https://en.wikipedia.org/wiki/Proxy_server) is a server application that acts as an intermediary between a client requesting a resource and the server providing that resource. @@ -1616,7 +1616,7 @@ A [proxy](https://en.wikipedia.org/wiki/Proxy_server) is a server application th ### Recipe Management -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** Software and tools for managing [recipes](https://en.wikipedia.org/wiki/Recipe). @@ -1631,7 +1631,7 @@ Software and tools for managing [recipes](https://en.wikipedia.org/wiki/Recipe). ### Remote Access -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [Remote desktop](https://en.wikipedia.org/wiki/Remote_desktop_software) and [SSH](https://en.wikipedia.org/wiki/Secure_Shell) software for remote management of computer systems. @@ -1644,7 +1644,7 @@ Software and tools for managing [recipes](https://en.wikipedia.org/wiki/Recipe). ### Resource Planning -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** Software and tools to help with [resource and supply planning](https://en.wikipedia.org/wiki/Resource_planning). @@ -1655,7 +1655,7 @@ Software and tools to help with [resource and supply planning](https://en.wikipe ### Resource Planning - Enterprise Resource Planning -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** Software and tools to help with [enterprise resource and supply planning](https://en.wikipedia.org/wiki/Enterprise_resource_planning). @@ -1669,7 +1669,7 @@ Software and tools to help with [enterprise resource and supply planning](https: ### Search Engines -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** A [search engine](https://en.wikipedia.org/wiki/Search_engine_(computing)) is an [information retrieval system](https://en.wikipedia.org/wiki/Information_retrieval) designed to help find information stored on a computer system. This includes [Web search engines](https://en.wikipedia.org/wiki/Web_search_engine). @@ -1690,7 +1690,7 @@ A [search engine](https://en.wikipedia.org/wiki/Search_engine_(computing)) is an ### Self-hosting Solutions -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** Software for easy installation, management and configuration of self-hosted services and applications. @@ -1721,7 +1721,7 @@ Software for easy installation, management and configuration of self-hosted serv ### Software Development -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [Software development](https://en.wikipedia.org/wiki/Software_development) is the process of conceiving, specifying, designing, programming, documenting, testing, and bug fixing involved in creating and maintaining applications, frameworks, or other software components. @@ -1729,7 +1729,7 @@ Software for easy installation, management and configuration of self-hosted serv ### Software Development - API Management -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [API management](https://en.wikipedia.org/wiki/API_management) is the process of creating and publishing [application programming interfaces (APIs)](https://en.wikipedia.org/wiki/API), enforcing their usage policies, controlling access, nurturing the subscriber community, collecting and analyzing usage statistics, and reporting on performance. @@ -1748,7 +1748,7 @@ Software for easy installation, management and configuration of self-hosted serv ### Software Development - Continuous Integration & Deployment -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [Continuous integration](https://en.wikipedia.org/wiki/Continuous_integration) and [Continuous deployment](https://en.wikipedia.org/wiki/Continuous_deployment) software and tools. @@ -1758,7 +1758,7 @@ Software for easy installation, management and configuration of self-hosted serv ### Software Development - FaaS & Serverless -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [Serverless computing - Wikipedia](https://en.wikipedia.org/wiki/Serverless_computing). @@ -1773,7 +1773,7 @@ Software for easy installation, management and configuration of self-hosted serv ### Software Development - IDE & Tools -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** An [integrated development environment (IDE)](https://en.wikipedia.org/wiki/Integrated_development_environment) is a software application that provides comprehensive facilities to computer programmers for software development. @@ -1797,7 +1797,7 @@ An [integrated development environment (IDE)](https://en.wikipedia.org/wiki/Inte ### Software Development - Localization -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [Localization](https://en.wikipedia.org/wiki/Internationalization_and_localization) is the proccess of adapting code and software to other languages. @@ -1822,7 +1822,7 @@ A [low-code](https://en.wikipedia.org/wiki/Low-code_development_platform) develo ### Software Development - Project Management -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** Tools and software for [software project management](https://en.wikipedia.org/wiki/Software_project_management). @@ -1868,7 +1868,7 @@ _See also: [awesome-sysadmin/Code Review](https://github.com/awesome-foss/awesom ### Software Development - Testing -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** Tools and software for [software testing](https://en.wikipedia.org/wiki/Software_testing). @@ -1880,7 +1880,7 @@ Tools and software for [software testing](https://en.wikipedia.org/wiki/Software ### Static Site Generators -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [Static site generators](https://en.wikipedia.org/wiki/Web_template_system#Static_site_generators) generate full static HTML websites based on raw data, plain text files and a set of templates. @@ -1889,7 +1889,7 @@ Tools and software for [software testing](https://en.wikipedia.org/wiki/Software ### Status / Uptime pages -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [Uptime](https://en.wikipedia.org/wiki/Uptime) is a measure of system reliability, expressed as the percentage of time a machine, typically a computer, has been working and available. @@ -1904,7 +1904,7 @@ _Related: [Monitoring](#monitoring)_ ### Task Management & To-do Lists -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [Task management](https://en.wikipedia.org/wiki/Task_management#Task_management_software) software. @@ -1933,7 +1933,7 @@ _Related: [Software Development - Project Management](#software-development---pr ### Ticketing -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [Helpdesk](https://en.wikipedia.org/wiki/Help_desk_software), [bug](https://en.wikipedia.org/wiki/Bug_tracking_system) and [issue](https://en.wikipedia.org/wiki/Issue_tracking_system) tracking software to help the tracking of user requests, bugs and missing features. @@ -1961,7 +1961,7 @@ _Related: [Task Management & To-do Lists](#task-management--to-do-lists), [Softw ### Time Tracking -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [Time-tracking software](https://en.wikipedia.org/wiki/Time-tracking_software) is a category of computer software that allows its employees to record time spent on tasks or projects. @@ -1972,7 +1972,7 @@ _Related: [Task Management & To-do Lists](#task-management--to-do-lists), [Softw ### URL Shorteners -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** [URL shortening](https://en.wikipedia.org/wiki/URL_shortening) is the action of shortening a [URL](https://en.wikipedia.org/wiki/Uniform_Resource_Locator) to make it substantially shorter and still direct to the required page. @@ -1996,7 +1996,7 @@ Before hosting one, please see [shortcomings](https://en.wikipedia.org/wiki/URL_ ### VPN -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** A [virtual private network (VPN)](https://en.wikipedia.org/wiki/Virtual_private_network) extends a private network across a public network and enables users to send and receive data across shared or public networks as if their computing devices were directly connected to the private network. @@ -2006,7 +2006,7 @@ A [virtual private network (VPN)](https://en.wikipedia.org/wiki/Virtual_private_ ### Web Servers -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** A [web server](https://en.wikipedia.org/wiki/Web_server) is a piece of software and underlying hardware that accepts requests via [HTTP](https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol) (the network protocol created to distribute web content) or its secure variant [HTTPS](https://en.wikipedia.org/wiki/HTTPS). @@ -2016,7 +2016,7 @@ A [web server](https://en.wikipedia.org/wiki/Web_server) is a piece of software ### Wikis -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** A [wiki](https://en.wikipedia.org/wiki/Wiki) is a publication collaboratively edited and managed by its own audience directly using a web browser. @@ -2056,7 +2056,7 @@ _See also: [Wikimatrix](https://www.wikimatrix.org/), [Wiki Engines - WikiIndex] ## List of Licenses -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** - `0BSD` - [BSD Zero-Clause Licence](https://opensource.org/licenses/0BSD) - `AAL` - [Attribution Assurance License](https://opensource.org/licenses/AAL) @@ -2121,7 +2121,7 @@ _See also: [Wikimatrix](https://www.wikimatrix.org/), [Wiki Engines - WikiIndex] ## External Links -**[`^ back to top ^`](#table-of-contents)** +**[`^ back to top ^`](#awesome-selfhosted)** - [Awesome Big Data](https://github.com/0xnr/awesome-bigdata) - Curated list of awesome big data frameworks, resources and other awesomeness. - [Awesome Public Datasets](https://github.com/awesomedata/awesome-public-datasets) - List of high quality, topic-centric public data sources. From 9ce873658542c9a2d1555cab6898cd6560b13657 Mon Sep 17 00:00:00 2001 From: Kieran Date: Sat, 17 Sep 2022 17:31:29 +0100 Subject: [PATCH 32/38] Fix vivum typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03e27da2..2c18d952 100644 --- a/README.md +++ b/README.md @@ -1714,7 +1714,7 @@ Software for easy installation, management and configuration of self-hosted serv - [Tipi](https://github.com/meienberger/runtipi) - Homeserver manager. One command setup, one click installs for your favorites self-hosted apps. ([Demo](https://demo.runtipi.com)) `GPL-3.0` `Shell` - [UBOS](https://ubos.net/) - Linux distro that runs on indie boxes (personal servers and IoT devices). Single-command installation and management of apps - Jenkins, Mediawiki, Owncloud, WordPress, etc., and other features. `GPL-3.0` `Perl/Other` - [WikiSuite](https://wikisuite.org) - The most comprehensive and integrated Free / Libre / Open Source enterprise software suite. ([Source Code](https://wikisuite.org/Source-Code)) `GPL-3.0/LGPL-2.1/Apache-2.0/MPL-2.0/MPL-1.1/MIT/AGPL-3.0` `ClearOS` -- [VivumLab](vivumlab.com) - An open-source data-center, owned by you, the user. VivumLab deploys web services to a server. ([Source Code](https://github.com/VivumLab/VivumLab)) `MIT` `Docker/Shell` +- [VivumLab](https://vivumlab.com) - An open-source data-center, owned by you, the user. VivumLab deploys web services to a server. ([Source Code](https://github.com/VivumLab/VivumLab)) `MIT` `Docker/Shell` - [xsrv](https://xsrv.readthedocs.io/) - Install and manage self-hosted services/applications, on your own server(s). ([Source Code](https://github.com/nodiscc/xsrv)) `GPL-3.0` `Shell/Ansible` - [YunoHost](https://yunohost.org/) - Server operating system aiming to make self-hosting accessible to everyone. ([Demo](https://yunohost.org/#/try), [Source Code](https://github.com/YunoHost)) `AGPL-3.0` `Python/Other` From 1acd48b0d52bf7c615e3fffde1a29b7b13b81ba1 Mon Sep 17 00:00:00 2001 From: Kieran <32241933+KieranRobson@users.noreply.github.com> Date: Mon, 19 Sep 2022 17:09:15 +0100 Subject: [PATCH 33/38] Add Christmas Community to Polls and Events (#3271) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 409b1d7c..ac4b4010 100644 --- a/README.md +++ b/README.md @@ -1572,6 +1572,7 @@ _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/)) `GPL-3.0` `Python` - [Calagator](https://calagator.org/) - Event aggregator. ([Source Code](https://github.com/calagator/calagator)) `MIT` `Ruby` +- [Christmas Community](https://github.com/Wingysam/Christmas-Community) - Create a simple place for your entire family to use to find gifts that people want, and to avoid double-gifting. `AGPL-3.0` `Docker/Nodejs` - [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` - [Croodle](https://github.com/jelhan/croodle) - Croodle is an end-to-end encrypted web application to schedule a date or to do a poll on any topic. `MIT` `Javascript` - [dudle](http://primelife.ercim.eu/results/opensource/63-dudle) - Online scheduling application. ([Demo](https://dudle.inf.tu-dresden.de/), [Source Code](https://github.com/kellerben/dudle)) `AGPL-3.0` `Ruby` From ddf1b1679dd821679a1a67d32dbd4fdd612b3af2 Mon Sep 17 00:00:00 2001 From: Kieran <32241933+KieranRobson@users.noreply.github.com> Date: Mon, 19 Sep 2022 17:09:31 +0100 Subject: [PATCH 34/38] Added Flexisip to SIP (#3241) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ac4b4010..37b33ccf 100644 --- a/README.md +++ b/README.md @@ -485,6 +485,7 @@ Simple deployment of [E-mail](https://en.wikipedia.org/wiki/Email) servers, e.g. - [Asterisk](https://www.asterisk.org/) - Easy to use but advanced IP PBX system, VoIP gateway and conference server. `GPL-2.0` `C` - [ASTPP](https://www.astppbilling.org/) - VoIP Billing Solution for Freeswitch. It supports prepaid and postpaid billing with call rating and credit control. It also provides many other features. ([Source Code](https://github.com/iNextrix/ASTPP)) `AGPL-3.0` `PHP` - [Eqivo](https://eqivo.org/) - Eqivo implements an API layer on top of FreeSWITCH facilitating integration between web applications and voice/video-enabled endpoints such as traditional phone lines (PSTN), VoIP phones, webRTC clients etc. ([Source Code](https://github.com/rtckit/eqivo)) `MIT` `PHP` +- [Flexisip](http://flexisip.org/) - A complete, modular and scalable SIP server, includes a push gateway, to deliver SIP incoming calls or text messages on mobile device platforms where push notifications are required to receive information when the app is not active in the foreground. ([Source Code](https://github.com/BelledonneCommunications/flexisip)) `AGPL-3.0` `C/Docker` - [Freepbx](https://www.freepbx.org) - Web-based open source GUI that controls and manages Asterisk. ([Source Code](https://git.freepbx.org/projects/FREEPBX)) `GPL-2.0` `PHP` - [FreeSWITCH](https://freeswitch.org/) - Scalable open source cross-platform telephony platform. ([Source Code](https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse)) `MPL-2.0` `C` - [FusionPBX](https://www.fusionpbx.com/) - Open source project that provides a customizable and flexible web interface to the very powerful and highly scalable multi-platform voice switch called FreeSWITCH. ([Source Code](https://github.com/fusionpbx/fusionpbx)) `MPL-1.1` `PHP` From c8ae874b09313bc2fda06a7d2963b8e267c48eb4 Mon Sep 17 00:00:00 2001 From: Kieran <32241933+KieranRobson@users.noreply.github.com> Date: Mon, 19 Sep 2022 17:09:51 +0100 Subject: [PATCH 35/38] Add Picaport to nonfree photos and videos (#3272) --- non-free.md | 1 + 1 file changed, 1 insertion(+) diff --git a/non-free.md b/non-free.md index 3bd1aa70..fd9370bb 100644 --- a/non-free.md +++ b/non-free.md @@ -86,6 +86,7 @@ - [ArtVenue](https://codecanyon.net/item/artvenue-image-sharing-community-script/5771542) - Start your own photography community website, platform based on the Laravel PHP Framework. ([Demo](https://preview.codecanyon.net/item/artvenue-image-sharing-community-script/full_screen_preview/5771542)) `⊘ Proprietary` `PHP` - [Chevereto](https://chevereto.com/) - Powerful and fast image hosting script that allows you to create your very own full featured image hosting website in just minutes. ([Demo](https://demo.chevereto.com/)) `⊘ Proprietary` `PHP` - [Lomorage](https://lomorage.com/) - Google photo alternative via simple self-hosting software. Supported clients: iOS, Android, Web, MAC/Windows. Backend can run on Raspberry pi, Armbian, MAC/Windows/Linux. ([Source Code](https://github.com/lomorage/homepage)) `⊘ Proprietary` `Go` +- [Picaport](https://www.picapport.de/en/index.php) - A photo server with web gallery for your intranet, web space or home network that allows you to organize photos, videos, PDF's, and many other mediatypes in a central location. ([Demo](https://en.onlinedemo.picapport.de/)) `CC-BY-NC-4.0` `Java/Docker` - [PhotoStructure](https://photostructure.com/) - All your family's photos and videos automatically organized into a fun and beautiful website. Runs via Docker, NodeJS, or native desktop installers. `⊘ Proprietary` `Nodejs` - [Reservo](https://reservo.co) - Scalable image hosting script with support for CDNs, paid account upgrades, advertising spots and drag & drop upload. ([Demo](https://demo.reservo.co/)) `⊘ Proprietary` `PHP` - [Single File PHP Gallery](http://sye.dk/sfpg/) - Web gallery in one single PHP file. `⊘ Proprietary` `PHP` From f34175c548535f0d7ac0b9e9802ed2fcd16d84f0 Mon Sep 17 00:00:00 2001 From: thekingofcity <3353040+thekingofcity@users.noreply.github.com> Date: Tue, 20 Sep 2022 00:11:34 +0800 Subject: [PATCH 36/38] Add Wiznote to non-free Knowledge Management Tools (#2789) Co-authored-by: Kieran <32241933+KieranRobson@users.noreply.github.com> --- non-free.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/non-free.md b/non-free.md index fd9370bb..d58c7766 100644 --- a/non-free.md +++ b/non-free.md @@ -17,6 +17,9 @@ - [PrivMX WebMail](https://privmx.com) - Alternative private mail system - web-based, end-to-end encrypted by design, self-hosted, decentralized, uses independent PKI. Easy to install and administrate, freeware, open-source. `⊘ Proprietary` `PHP` - [WorkAdventure](https://workadventu.re) - Virtual office / virtual conference application presented as a 16-bit RPG video game. ([Demo](https://play.staging.workadventu.re/@/tcm/workadventure/wa-village), [Source Code](https://github.com/thecodingmachine/workadventure/)) `AGPL-3.0/Commons-Clause` `Docker` +## Knowledge Management Tools + +- [Wiznote](https://www.wiz.cn/docker) - Manage your knowledge in documents with folders, markdown, full text search and webpage collection support. ([Demo](https://www.wiz.cn/), [Clients](https://www.wiz.cn/download.html)) `⊘ Proprietary` `Docker` ### Content Management Systems (CMS) From 447915dba9048cb8d598390c902d6f45340ca2be Mon Sep 17 00:00:00 2001 From: Kieran <32241933+KieranRobson@users.noreply.github.com> Date: Mon, 19 Sep 2022 17:16:34 +0100 Subject: [PATCH 37/38] Add meshcentral (#3239) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 37b33ccf..a709b0af 100644 --- a/README.md +++ b/README.md @@ -1708,6 +1708,7 @@ Software for easy installation, management and configuration of self-hosted serv - [HomelabOS](https://homelabos.com) - Your very own offline-first privacy-centric open-source data-center. Deploy over 100 services with a few commands. ([Source Code](https://gitlab.com/NickBusey/HomelabOS)) `MIT` `Docker` - [LibreServer](https://libreserver.org/) - Home server configuration based on Debian. ([Source Code](https://github.com/bashrc2/libreserver)) `AGPL-3.0` `Shell` - [Mars Server](https://github.com/borjapazr/mars-server) - Managed home server with Docker, Docker Compose, Make and Bash. `MIT` `Docker` +- [MeshCentral](https://meshcentral.com/) - A full computer management website. With MeshCentral, you can run your own web server to remotely manage and control computers on a local network or anywhere on the internet. ([Source Code](https://github.com/Ylianst/MeshCentral)) `Apache-2.0` `Nodejs` - [NextCloudPi](https://github.com/nextcloud/nextcloudpi) - Nextcloud preinstalled and preconfigured, with a text and web management interface and all the tools needed to self host private data. With installation images for Raspberry Pi, Odroid, Rock64, Docker, and a curl installer for Armbian/Debian. `GPL-2.0-or-later` `Bash/PHP` - [OpenMediaVault](https://www.openmediavault.org/) - OpenMediaVault is the next generation network attached storage (NAS) solution based on Debian Linux. It contains services like SSH, (S)FTP, SMB/CIFS, DAAP media server, RSync, BitTorrent client and many more. ([Source Code](https://github.com/openmediavault/openmediavault)) `GPL-3.0` `PHP` - [Sandstorm](https://sandstorm.io/) - Personal server for running self-hosted apps easily and securely. ([Demo](https://demo.sandstorm.io/), [Source Code](https://github.com/sandstorm-io/sandstorm)) `Apache-2.0` `C++/Other` From dcb09bcd8d5108f15d1cafdf51e7e8dee93407d9 Mon Sep 17 00:00:00 2001 From: Ellen Poe Date: Mon, 19 Sep 2022 09:22:51 -0700 Subject: [PATCH 38/38] Add the Headway project to Maps/GPS (#3035) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a709b0af..f50ed563 100644 --- a/README.md +++ b/README.md @@ -1141,6 +1141,7 @@ _See also: [awesome-openstreetmap](https://github.com/osmlab/awesome-openstreetm - [GraphHopper](https://graphhopper.com/) - Fast routing library and server using OpenStreetMap. ([Source Code](https://github.com/graphhopper/graphhopper)) `Apache-2.0` `Java` - [H3 Viewer](https://github.com/clupasq/h3-viewer) - View/search Uber H3 (Hexagonal Hierarchical Spatial Index) cells on a map. ([Demo](https://wolf-h3-viewer.glitch.me/)) `Apache-2.0` `HTML5` - [Hauk](https://github.com/bilde2910/Hauk) - Easy to setup location sharing platform that lets you temporarily share your location with anyone in real-time. ([Demo](https://github.com/bilde2910/Hauk#demo-server)) `Apache-2.0` `PHP` +- [Headway](https://github.com/headwaymaps/headway) - Self-hostable web maps stack, powered by OpenStreetMap. Easy to set up for cities and small regions and supports full-planet maps. ([Demo](https://maps.earth/)) `Apache-2.0` `Docker` - [MapBBCodeShare](https://github.com/MapBBCode/share.mapbbcode.org) - Tool for sharing custom OSM maps. Support for annotated markers, polygons, lines, multi-format import/export, multiple layers, shortlinks. ([Demo](http://share.mapbbcode.org/)) `WTFPL` `PHP` - [Nominatim](https://nominatim.org/) - Server application for reverse geocoding (address -> coordinates) on OpenStreetMap data. ([Source Code](https://github.com/osm-search/Nominatim)) `GPL-2.0` `C` - [Open Source Routing Machine (OSRM)](http://project-osrm.org/) - High performance routing engine designed to run on OpenStreetMap data and offering an HTTP API, C++ library interface, and Nodejs wrapper. ([Demo](https://map.project-osrm.org/), [Source Code](https://github.com/Project-OSRM/osrm-backend)) `BSD-2-Clause` `C++`