From 0d3964dd6f5b01dcbf1c30074467d1f85f3a211d Mon Sep 17 00:00:00 2001 From: Matthew Elwell Date: Fri, 16 Jun 2023 17:55:22 +0100 Subject: [PATCH 01/43] Add Flagsmith to miscellaneous section (#3847) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c6467ab2..568c55bb 100644 --- a/README.md +++ b/README.md @@ -1330,6 +1330,7 @@ Software that does not fit in another section. - [DomainMOD](https://domainmod.org) - Application to manage your domains and other internet assets in a central location. DomainMOD includes a Data Warehouse framework that allows you to import your WHM/cPanel web server data so that you can view, export, and report on your data. ([Demo](https://demo.domainmod.org), [Source Code](https://github.com/domainmod/domainmod)) `GPL-3.0` `PHP` - [DOMJudge](https://www.domjudge.org/) - A system for running a programming contest, like the ICPC regional and world championship programming contests. ([Demo](https://www.domjudge.org/demo), [Source Code](https://github.com/DOMjudge/domjudge)) `GPL-2.0/BSD-3-Clause/MIT` `PHP` - [F-Droid](https://f-droid.org) - Server tools for maintaining an F-Droid repository system. ([Source Code](https://gitlab.com/fdroid/fdroidserver)) `AGPL-3.0` `Python/Docker` +- [Flagsmith](www.flagsmith.com) - Flagsmith provides a dashboard, API and SDKs for adding Feature Flags to your applications. Alternative to LaunchDarkly. ([Source Code](https://github.com/flagsmith/flagsmith)) `BSD-3-Clause` `Docker` - [google-webfonts-helper](https://github.com/majodev/google-webfonts-helper) `⚠` - Hassle-Free Way to Self-Host Google Fonts. Get eot, ttf, svg, woff and woff2 files + CSS snippets. ([Demo](https://gwfh.mranftl.com/fonts)) `MIT` `Nodejs` - [Gophish](https://getgophish.com/) - Gophish is a powerful, open-source phishing framework that makes it easy to test your organization's exposure to phishing. ([Source Code](https://github.com/gophish/gophish)) `MIT` `Go/Docker` - [graph-vl](https://github.com/verifid/graph-vl) - Identity document verification using Machine Learning and GraphQL. `MIT` `Python` From a944f54debd160b176153ad179e5e3384da52942 Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Fri, 16 Jun 2023 18:55:34 +0200 Subject: [PATCH 02/43] Add Limbas to Database Management (#3882) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 568c55bb..0ab01d53 100644 --- a/README.md +++ b/README.md @@ -734,6 +734,7 @@ _See also: [dbdb.io - Database of Databases](https://dbdb.io/)_ - [Datasette](https://datasette.io/) - An open source multi-tool for exploring and publishing data, easy import and export and database management. ([Demo](https://global-power-plants.datasettes.com/global-power-plants/global-power-plants), [Source Code](https://github.com/simonw/datasette)) `Apache-2.0` `Python` - [Directus](https://directus.io/) - An Instant App & API for your SQL Database. Directus wraps your new or existing SQL database with a realtime GraphQL+REST API for developers, and an intuitive admin app for non-technical users. ([Source Code](https://github.com/directus/directus)) `GPL-3.0` `Nodejs` - [Evidence](https://evidence.dev) - Evidence is a code-based BI tool. Write reports using SQL and markdown and they render as a website. ([Source Code](https://github.com/evidence-dev/evidence)) `MIT` `Nodejs` +- [Limbas](https://www.limbas.com/en/) - Limbas is a database framework for creating database-driven business applications. As a graphical database frontend, it enables the efficient processing of data stocks and the flexible development of comfortable database applications. ([Source Code](https://github.com/limbas/limbas)) `GPL-2.0` `PHP` - [Mathesar](https://mathesar.org/) - An intuitive UI for managing data collaboratively, for users of all technical skill levels. Built on Postgres – connect an existing DB or set up a new one. ([Demo](https://demo.mathesar.org/), [Source Code](https://github.com/centerofci/mathesar)) `GPL-3.0` `Docker` - [MindsDB](https://github.com/mindsdb/mindsdb) - MindsDB is an open source self hosted AI layer for existing databases that allows you to effortlessly develop, train and deploy state-of-the-art machine learning models using standard queries. `GPL-3.0` `Python` - [NocoDB](https://www.nocodb.com/) - No-code platform that turns any database into a smart spreadsheet. It can be considered as an Airtable or Smartsheet alternative. ([Source Code](https://github.com/nocodb/nocodb)) `GPL-3.0` `Nodejs` From 20f49e01baf7372124b28dedc3169b4c136d39d8 Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Fri, 16 Jun 2023 18:55:44 +0200 Subject: [PATCH 03/43] Add SyncMarks Bookmarks and Link Sharing (#3885) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0ab01d53..8d063369 100644 --- a/README.md +++ b/README.md @@ -288,6 +288,7 @@ Software which allows users to add, annotate, edit, and share [bookmarks](https: - [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` - [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` +- [SyncMarks](https://codeberg.org/Offerel/SyncMarks-Webapp) - Sync and manage your browser bookmarks from Edge, Firefox and Chromium. ([Clients](https://codeberg.org/Offerel/SyncMarks-Extension)) `AGPL-3.0` `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 6d6c9884fa505cc74246e61e6fea270891ae88c9 Mon Sep 17 00:00:00 2001 From: kokomo123 <70863536+kokomo123@users.noreply.github.com> Date: Fri, 16 Jun 2023 10:55:59 -0600 Subject: [PATCH 04/43] Add YoutubeDLServer to Automation (#3886) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8d063369..39e6e199 100644 --- a/README.md +++ b/README.md @@ -216,6 +216,7 @@ _Related: [Internet of Things (IoT)](#internet-of-things-iot)_ - [WebUI-aria2](https://github.com/ziahamza/webui-aria2) - Interface to interact with the aria2 downloader. Very simple to use, just download and open index.html in any web browser. ([Demo](https://ziahamza.github.io/webui-aria2/)) `MIT` `HTML5` - [ydl_api_ng](https://github.com/Totonyus/ydl_api_ng) - Simple youtube-dl REST API to launch downloads on a distant server. `GPL-3.0` `Python` - [YoutubeDL-Material](https://github.com/Tzahi12345/YoutubeDL-Material) - Material Design inspired YouTube downloader, based on youtube-dl. Supports playlists, quality select, search, dark mode and much more, all with a clean and modern design. `MIT` `Nodejs` +- [YoutubeDL-Server](https://github.com/nbr23/youtube-dl-server) - Web and REST interface for downloading videos onto a server. `MIT` `Python/Docker` - [µTask](https://github.com/ovh/utask) - Automation engine that models and executes business processes declared in yaml. `BSD-3-Clause` `Go` From 9102005bfd9894a38e9bf5990e2b320fbe364fc0 Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Sat, 17 Jun 2023 17:11:31 +0200 Subject: [PATCH 05/43] Add pacebin to Pastebins (#3891) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 39e6e199..5835cda0 100644 --- a/README.md +++ b/README.md @@ -1526,6 +1526,7 @@ A [pastebin](https://en.wikipedia.org/wiki/Pastebin) is a type of online content - [MokinToken](https://github.com/nexus-uw/mokintoken) - Clientside encrypted pastebin using tweetnacl. `Unlicense` `PHP` - [Opengist](https://github.com/thomiceli/opengist) - Self-hosted pastebin powered by Git. ([Demo](https://opengist.thomice.li)) `AGPL-3.0` `Docker/Go/Nodejs` - [paaster](https://paaster.io) - Paaster is a secure by default end-to-end encrypted pastebin built with the objective of simplicity. ([Source Code](https://github.com/WardPearce/paaster)) `GPL-3.0` `Docker` +- [pacebin](https://paste.swurl.xyz/) - A dead-simple, self-hostable, filesystem-backed pastebin, written in C using Mongoose. ([Source Code](https://git.swurl.xyz/swirl/pacebin)) `AGPL-3.0` `C` - [Password Pusher](https://pwpush.com) - A dead-simple application to securely communicate passwords (or text) over the web. Passwords automatically expire after a certain number of views and/or time has passed. ([Source Code](https://github.com/pglombardo/PasswordPusher)) `GPL-3.0` `Docker` - [Paste](https://phpaste.sourceforge.io/) - Paste is forked from the original source pastebin.com used before it was bought. ([Source Code](https://github.com/jordansamuel/PASTE)) `GPL-3.0` `PHP` - [Pastefy](https://pastefy.app/) - Beautiful, simple and easy to deploy Pastebin with optional Client-Encryption, Multitab-Pastes, an API, a highlighted Editor and more. ([Source Code](https://github.com/interaapps/pastefy), [Clients](https://github.com/topics/pastefy-addon)) `MIT` `Java` From c72d23cd35a26cd2fb6d4d38c06a956645f60f8f Mon Sep 17 00:00:00 2001 From: kokomo123 <70863536+kokomo123@users.noreply.github.com> Date: Sat, 17 Jun 2023 09:11:41 -0600 Subject: [PATCH 06/43] Add Romm to Games (#3887) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5835cda0..52ad71a2 100644 --- a/README.md +++ b/README.md @@ -1036,6 +1036,7 @@ Multiplayer game servers and [browser games](https://en.wikipedia.org/wiki/Brows - [QuakeJS](https://github.com/begleysm/quakejs) - QuakeJS is a port of ioquake3 to Javascript that can be played in a browser. `MIT` `Nodejs` - [Quizmaster](https://github.com/nymanjens/quizmaster) - A web-app for conducting a quiz, including a page for players to enter their answers. `Apache-2.0` `Scala` - [Red Eclipse 2](https://redeclipse.net) - A FOSS Arena First-Person Shooter Similar to Unreal Tournament. ([Source Code](https://github.com/redeclipse/base)) `Zlib/MIT/CC-BY-SA-4.0` `C/C++` +- [Romm](https://github.com/zurdi15/romm) `⚠` - RomM (Rom Manager) is a web based retro roms manager integrated with IGDB. `GPL-3.0` `Docker` - [Teeworlds](https://www.teeworlds.com) - Open source 2D retro multiplayer shooter. ([Source Code](https://github.com/teeworlds/teeworlds)) `Zlib` `C++` - [The Battle for Wesnoth](https://github.com/wesnoth/wesnoth) - The Battle for Wesnoth is an Open Source, turn-based tactical strategy game with a high fantasy theme, featuring both singleplayer and online/hotseat multiplayer combat. `GPL-2.0` `C++` - [Veloren](https://veloren.net/) - Multiplayer RPG. Open-source game inspired by Cube World, Legend of Zelda, Dwarf Fortress and Minecraft. ([Source Code](https://github.com/veloren/veloren)) `GPL-3.0` `Rust` From 9a0f2c442a676ae58ecd79fcde74955be4d796fc Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Mon, 19 Jun 2023 13:25:47 +0200 Subject: [PATCH 07/43] Remove Tasks from Task Management & To-do Lists (#3905) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 52ad71a2..bdf32f83 100644 --- a/README.md +++ b/README.md @@ -1985,7 +1985,6 @@ _Related: [Software Development - Project Management](#software-development---pr - [Planka](https://planka.app/) - Open source Trello alternative. ([Demo](https://plankanban.github.io/planka/#/), [Source Code](https://github.com/plankanban/planka)) `AGPL-3.0` `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` -- [Tasks](https://github.com/m1guelpf/tasks) - Simple tasks and notes manager written in PHP, jQuery and Bootstrap using a custom flat file database. `MPL-2.0` `PHP` - [Tasks.md](https://github.com/BaldissaraMatheus/Tasks.md) - A self-hosted, file based task management board that supports Markdown syntax. `MIT` `Docker` - [Taskwarrior](https://taskwarrior.org/) - Taskwarrior is Free and Open Source Software that manages your TODO list from your command line. It is flexible, fast, efficient, and unobtrusive. It does its job then gets out of your way. ([Source Code](https://taskwarrior.org/download/#git)) `MIT` `C++` - [todo](https://git.mills.io/prologic/todo) - Simple todo list manager. ([Demo](https://todo.mills.io)) `MIT` `Go` From 741efa2e5e346b4104794d3b8bb58f332c6399f1 Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Mon, 19 Jun 2023 13:25:55 +0200 Subject: [PATCH 08/43] Remove BicBucStriim from Document Management - E-books (#3908) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index bdf32f83..9f84bcd1 100644 --- a/README.md +++ b/README.md @@ -783,7 +783,6 @@ A [document management system](https://en.wikipedia.org/wiki/Document_management [Ebook](https://en.wikipedia.org/wiki/Ebook) library management software. -- [BicBucStriim](https://projekte.textmulch.de/bicbucstriim/) - Provides web-based access to your Calibre Library's e-book collection. ([Source Code](https://github.com/rvolz/BicBucStriim)) `MIT` `PHP` - [Calibre Web](https://github.com/janeczku/calibre-web) - Web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. `GPL-3.0` `Python` - [Calibre](https://calibre-ebook.com/) - E-book library manager that can view, convert, and catalog e-books in most of the major e-book formats and provides a built-in Web server for remote clients. ([Demo](https://calibre-ebook.com/demo), [Source Code](https://launchpad.net/calibre)) `GPL-3.0` `Python` - [Kavita](https://www.kavitareader.com/) - Cross-platform e-book/manga/comic/pdf server and web reader with user management, ratings and reviews, and metatdata support. ([Demo](https://wiki.kavitareader.com/en/kavita-demo), [Source Code](https://github.com/Kareadita/Kavita)) `GPL-3.0` `.NET Core/Docker` From 87e0cbce5fb1c16090013ea8448cdfee37cba6fb Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Mon, 19 Jun 2023 13:26:20 +0200 Subject: [PATCH 09/43] Remove Bonobo-Git-Server from Software Development - Project Management (#3909) - ref: #3558 - WARNING:awesome_lint.py: Bonobo Git Server: last updated -831 days, 23:22:41.654520 ago, older than 365 days --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 9f84bcd1..5779aa20 100644 --- a/README.md +++ b/README.md @@ -1888,7 +1888,6 @@ Tools and software for [software project management](https://en.wikipedia.org/wi _Related: [Ticketing](#ticketing), [Task Management & To-do Lists](#task-management--to-do-lists)_ -- [Bonobo Git Server](https://bonobogitserver.com/) - Set up your own self hosted git server on IIS for Windows. Manage users and have full control over your repositories with a nice user friendly graphical interface. ([Source Code](https://github.com/jakubgarfield/Bonobo-Git-Server)) `MIT` `C#` - [Cgit](https://git.zx2c4.com/cgit/about/) - A fast lightweight web interface for git repositories. ([Source Code](https://git.zx2c4.com/cgit/tree/)) `GPL-2.0` `C` - [Fossil](https://www.fossil-scm.org/index.html/doc/trunk/www/index.wiki) - Distributed version control system featuring wiki and bug tracker. `BSD-2-Clause-FreeBSD` `C` - [Gerrit](https://www.gerritcodereview.com/) - A code review and project management tool for Git based projects. ([Source Code](https://github.com/GerritCodeReview/gerrit)) `Apache-2.0` `Java/Docker` From 48ffb823cc515ebafc955e0170ccdaebef849fc3 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 19 Jun 2023 11:26:35 +0000 Subject: [PATCH 10/43] Remove Marauder (the project has been archived) (#3912) - https://github.com/Makeshift/Marauder/commit/35821926e50f256d1407e2bee2c1dad7bccd331f - This repository has been archived by the owner on Jun 18, 2023. It is now read-only. - `ERROR:awesome_lint.py: Marauder: the project is archived` --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 5779aa20..3e61a818 100644 --- a/README.md +++ b/README.md @@ -1758,7 +1758,6 @@ Software for easy installation, management and configuration of self-hosted serv - [FreedomBox](https://freedomboxfoundation.org/) - Community project to develop, design and promote personal servers running free software for private, personal, communications. ([Source Code](https://salsa.debian.org/freedombox-team/freedombox)) `AGPL-3.0` `Python/Other` - [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` -- [Marauder](https://github.com/Makeshift/Marauder) `⚠` - Marauder is a fully dockerized cloud media server solution utilising Google Drive as an unlimited disk backend, assisting with the setup of tools like Sonarr, Radarr, Sabnzbd, Transmission and services enhancing their function. `MIT` `Docker` - [Mars Server](https://github.com/borjapazr/mars-server) - Managed home server with Docker, Docker Compose, Make and Bash. `MIT` `Docker` - [Mistborn](https://gitlab.com/cyber5k/mistborn) - Mistborn is your own virtual private cloud platform and WebUI that manages self hosted services. `MIT` `Bash/Docker` - [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` `Bash/PHP` From fdc3169bcbadf75c477b8bf92ba6fe0e92ca2c96 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 19 Jun 2023 11:26:46 +0000 Subject: [PATCH 11/43] Remove Vocascan (unmaintained since June 2022, website down/self-signed cert) (#3896) - ref. https://github.com/awesome-selfhosted/awesome-selfhosted/issues/3558 - WARNING:awesome_lint.py: Vocascan: last updated -366 days, 23:22:41.637302 ago, older than 365 days - https://vocascan.com/ : HTTPSConnectionPool(host='vocascan.com', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:997)'))) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 3e61a818..8aca0505 100644 --- a/README.md +++ b/README.md @@ -1176,7 +1176,6 @@ Tools and software to help with education and learning. - [OpenOLAT](https://www.openolat.com/?lang=en) - OpenOLAT is a web-based learning management system for teaching, education, assessment and communication. ([Demo](https://learn.olat.com), [Source Code](https://github.com/OpenOLAT/OpenOLAT)) `Apache-2.0` `Java` - [RELATE](https://documen.tician.de/relate/) - RELATE is a web-based courseware package, includes features such as: flexible rules, statistics, multi-course support, class calendar. ([Source Code](https://github.com/inducer/relate)) `MIT` `Python` - [RosarioSIS](https://www.rosariosis.org/) - RosarioSIS, free Student Information System for school management. ([Demo](https://www.rosariosis.org/demo/), [Source Code](https://gitlab.com/francoisjacquet/rosariosis/)) `GPL-2.0` `PHP` -- [Vocascan](https://vocascan.com/) - A highly configurable vocabulary trainer. ([Source Code](https://github.com/vocascan/vocascan-server), [Clients](https://github.com/vocascan/vocascan-desktop)) `Apache-2.0` `Nodejs` ### Maps and Global Positioning System (GPS) From 6bd962ca804055c90c3ec5ddfa03b031c9dce405 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Mon, 19 Jun 2023 19:28:06 +0800 Subject: [PATCH 12/43] Add Tailchat to Communication - Custom Communication Systems (#3878) Co-authored-by: Rabenherz112 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8aca0505..0cacc3d2 100644 --- a/README.md +++ b/README.md @@ -373,6 +373,7 @@ _See also: [Comparison of CalDAV and CardDAV implementations - Wikipedia](https: - [StoneAge Messenger](https://cweb.gitlab.io/StoneAge.html) - A self-hosted Android messenger, S3-compatible storage is the only backend needed. ([Source Code](https://gitlab.com/cweb-repos/cweb-conversations), [Clients](https://f-droid.org/en/packages/com.cweb.messenger/)) `GPL-3.0` `Java` - [Synapse](https://matrix.org/docs/projects/server/synapse) - Server for [Matrix](https://matrix.org/), an open standard for decentralized persistent communication. ([Source Code](https://github.com/matrix-org/synapse)) `Apache-2.0` `Python` - [Syndie](https://syndie.de) - Syndie is a libre system for operating distributed forums. `CC0-1.0` `Java` +- [Tailchat](https://tailchat.msgbyte.com/) - Next generation noIM application in your own workspace, not only another Slack/Discord/rocket.chat. ([Demo](https://nightly.paw.msgbyte.com/), [Source Code](https://github.com/msgbyte/tailchat)) `Apache-2.0` `Docker` - [TextBelt](https://github.com/typpo/textbelt) `⚠` - Outgoing SMS API that uses carrier-specific gateways to deliver your text messages for free, and without ads. `MIT` `Javascript` - [Tiledesk](https://tiledesk.com) - All-in-one customer engagement platform from lead-gen to post-sales, from WhatsApp to your website. With omni-channel live agents and AI-powered chatbots. Self hosted alternative to Intercom, Zendesk, Tawk.to and Tidio. ([Source Code](https://github.com/Tiledesk/tiledesk)) `MIT` `Docker/K8S` - [Tinode](https://github.com/tinode) - Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command line; chatbots. ([Demo](https://sandbox.tinode.co/), [Source Code](https://github.com/tinode/chat), [Clients](https://github.com/tinode/webapp)) `GPL-3.0` `Go` From 71a1901d1f5939b26d5c5c41d6a1c4c4dc2c6d54 Mon Sep 17 00:00:00 2001 From: Brian Mayer Date: Mon, 19 Jun 2023 08:28:24 -0300 Subject: [PATCH 13/43] Add dovel.email to Communication - Email - Complete Solutions (#3856) Co-authored-by: nodiscc --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0cacc3d2..de5a965d 100644 --- a/README.md +++ b/README.md @@ -393,6 +393,7 @@ Simple deployment of [E-mail](https://en.wikipedia.org/wiki/Email) servers, e.g. - [AnonAddy](https://anonaddy.com) - Open source email forwarding service for creating aliases. ([Source Code](https://github.com/anonaddy/anonaddy)) `MIT` `PHP` - [DebOps](https://docs.debops.org/) - Your Debian-based data center in a box. A set of general-purpose Ansible roles that can be used to manage Debian or Ubuntu hosts. ([Source Code](https://github.com/debops/debops)) `GPL-3.0` `YAML/Ansible/Python` - [docker-mailserver](https://docker-mailserver.github.io/docker-mailserver/edge/) - Production-ready fullstack but simple mail server (SMTP, IMAP, LDAP, Antispam, Antivirus, etc.) running inside a container. Only configuration files, no SQL database. ([Source Code](https://github.com/docker-mailserver/docker-mailserver)) `MIT` `Docker` +- [Dovel](https://dovel.email) - SMTP server that sends and receives emails according to a simple configuration file, with an optional web interface that you can use to browse your emails. ([Source Code](https://blmayer.dev/x/dovel)) `LGPL-3.0` `Go` - [emailwiz](https://github.com/LukeSmithxyz/emailwiz) - Luke Smith's bash script to completely automate the setup of a Postfix/Dovecot/SpamAssassin/OpenDKIM server on debian. `GPL-3.0` `Bash` - [Excision Mail](https://github.com/Excision-Mail/Excision-Mail) - Fullstack, security focused mailserver based on OpenSMTPD for OpenBSD using ansible. `ISC` `Shell/Ansible` - [homebox](https://github.com/progmaticltd/homebox) - Suite of Ansible scripts to deploy a fully functional mail server on Debian. Unobtrusive and automatic as much as possible, focusing on stability and security. `GPL-3.0` `Shell` From 2082e6ea93afb410cca0e4c562252da219884252 Mon Sep 17 00:00:00 2001 From: Intri_IN <122780225+intri-in@users.noreply.github.com> Date: Mon, 19 Jun 2023 16:58:44 +0530 Subject: [PATCH 14/43] =?UTF-8?q?Added=20Manage=20My=20Damn=20Life=20to=20?= =?UTF-8?q?section=20Calendar=20&=20Contacts=20-=20CalDAV=20or=20=E2=80=A6?= =?UTF-8?q?=20(#3822)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Rabenherz112 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index de5a965d..a57caf39 100644 --- a/README.md +++ b/README.md @@ -323,6 +323,7 @@ _See also: [Comparison of CalDAV and CardDAV implementations - Wikipedia](https: - [AgenDAV](https://agendav.github.io/agendav/) - Multilanguage CalDAV web client with a rich AJAX interface and shared calendars support. ([Source Code](https://github.com/agendav/agendav)) `GPL-3.0` `PHP` - [Bloben](https://bloben.com) - CalDAV web client. ([Demo](https://demo.bloben.com/api/app/v1/auth/login-demo?username=demo&password=Bg8v16a4q7gvC&redirect=https://demo.bloben.com/calendar?demo=true), [Source Code](https://github.com/nibdo/bloben-app)) `AGPL-3.0` `Docker` - [EteSync Web](https://www.etesync.com/faq/#web-client) - EteSync's official Web-based client (i.e., their Web app). ([Demo](https://client.etesync.com/), [Source Code](https://github.com/etesync/etesync-web)) `AGPL-3.0` `Javascript` +- [Manage My Damn Life](https://intri.in/manage-my-damn-life/) - Manage my Damn Life (MMDL) is a self-hosted front end for managing your CalDAV tasks and calendars. ([Source Code](https://github.com/intri-in/manage-my-damn-life-nextjs)) `GPL-3.0` `Nodejs/Docker` ### Communication - Custom Communication Systems From 8af6b1411c2ceda50b62cfd80ea79dd18da898a8 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 19 Jun 2023 11:35:40 +0000 Subject: [PATCH 15/43] fix jellyseer entry syntax Descriptions must end with `.` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a57caf39..7d072a35 100644 --- a/README.md +++ b/README.md @@ -1340,7 +1340,7 @@ Software that does not fit in another section. - [Gophish](https://getgophish.com/) - Gophish is a powerful, open-source phishing framework that makes it easy to test your organization's exposure to phishing. ([Source Code](https://github.com/gophish/gophish)) `MIT` `Go/Docker` - [graph-vl](https://github.com/verifid/graph-vl) - Identity document verification using Machine Learning and GraphQL. `MIT` `Python` - [IconCaptcha](https://www.fabianwennink.nl/projects/IconCaptcha/) - IconCaptcha is a self-hosted, fast, simple and user-friendly captcha for PHP. ([Source Code](https://github.com/fabianwennink/IconCaptcha-Plugin-jQuery-PHP)) `MIT` `PHP` -- [Jellyseerr](https://github.com/Fallenbagel/jellyseerr) - A free and open source software application for managing requests for your media library. It is a a fork of Overseerr built to bring support for Jellyfin & Emby media servers! `MIT` `Docker` +- [Jellyseerr](https://github.com/Fallenbagel/jellyseerr) - A free and open source software application for managing requests for your media library. It is a a fork of Overseerr built to bring support for Jellyfin & Emby media servers. `MIT` `Docker` - [Journal](https://github.com/inoda/journal) - Simple journaling with encrypted entries and sharing capabilities. `MIT` `Ruby` - [King Phisher](https://github.com/rsmusllp/king-phisher) - King Phisher is a tool for testing and promoting user awareness by simulating real world phishing attacks. `BSD-3-Clause` `Python` - [Koillection](https://koillection.github.io/) - Koillection is a service allowing users to manage any kind of collections. ([Source Code](https://github.com/koillection/koillection)) `MIT` `PHP` From 521e3fa48ecd0bdcae87b0abbafb28d35ce1ec1b Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 19 Jun 2023 11:46:22 +0000 Subject: [PATCH 16/43] fix cosmos entry syntax --- non-free.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/non-free.md b/non-free.md index 6c0316c6..c0ea9c08 100644 --- a/non-free.md +++ b/non-free.md @@ -123,7 +123,7 @@ ### Proxy -- [Cosmos](https://cosmos-cloud.io/) - Cosmos is a self-hosted platform for running server applications securely and with built-in privacy features. It acts as a secure gateway to your application, as well as a server manager. ([Source Code](https://github.com/azukaar/cosmos-Server)) `⊘ Proprietary` `Docker/Go` +- [Cosmos](https://cosmos-cloud.io/) - Cosmos is a self-hosted platform for running server applications securely and with built-in privacy features. It acts as a secure gateway to your application, as well as a server manager. ([Source Code](https://github.com/azukaar/cosmos-Server)) `⊘ Proprietary` `Docker/Go` ### Self-hosting Solutions From 7abb3883234786a68aef689fa365c6f4bc8c97b5 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 19 Jun 2023 13:48:03 +0200 Subject: [PATCH 17/43] update authors list (make contrib) --- AUTHORS.md | 46 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 39 insertions(+), 7 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 9e711c14..6030224c 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -1,6 +1,6 @@ |Commits | Author | | :---: | --- | -|2058|nodiscc | +|2082|nodiscc | |445|n8225 | |319|Kickball | |269|Kieran | @@ -11,8 +11,9 @@ |49|Koichi MATSUMOTO | |38|Kovah | |37|worldworm <13227454+worldworm@users.noreply.github.com>| -|32|kokomo123 <70863536+kokomo123@users.noreply.github.com>| +|35|kokomo123 <70863536+kokomo123@users.noreply.github.com>| |31|DJCrashdummy | +|26|Rabenherz112 | |23|cave beat | |17|Thomas Dalichow | |14|Miguel Piedrafita | @@ -171,6 +172,7 @@ |3|Gauthier | |3|George C. Privon | |3|GilbN <24592972+GilbN@users.noreply.github.com>| +|3|Guilherme Oenning | |3|Görkem Çetin | |3|Harvey Kandola | |3|Hemanth Soni | @@ -200,6 +202,7 @@ |3|Miroslav Šedivý | |3|Mitchell Urgero | |3|Morris Jobke | +|3|MrNaif2018 <39452697+MrNaif2018@users.noreply.github.com>| |3|Nathan Henniges | |3|Nick Fox | |3|No GUI | @@ -207,12 +210,14 @@ |3|Ovidiu Dan | |3|Owen Young <62473795+theowenyoung@users.noreply.github.com>| |3|Pavan Yara | +|3|Pierre Balzack <96387156+balzack@users.noreply.github.com>| |3|Pierre Blanes | |3|Pierre Buyle | |3|Pierre Tinard | |3|Pietro Marangon | |3|Prashant Singh | |3|PrplHaz4 | +|3|Rabenherz112 | |3|Rodolfo Berrios <20590102+rodber@users.noreply.github.com>| |3|Roland Whitehead <4478022+qururoland@users.noreply.github.com>| |3|Sandro Jäckel | @@ -349,6 +354,7 @@ |2|Jérémie Astori | |2|Keith Thibodeaux | |2|Kevin Vandenborne | +|2|Kieran Gleeson | |2|Klaus-Uwe Mitterer | |2|Konstantinos Sideris | |2|Kukielka | @@ -378,12 +384,12 @@ |2|Matt Hazinski | |2|Matthias Vogelgesang | |2|Matthieu Aubry | +|2|Max Hollmann | |2|Maxim Kuleshov | |2|Melvin Loos | |2|Michael Tunnell | |2|Mikael Peigney | |2|Miroslav Pejic | -|2|MrNaif2018 <39452697+MrNaif2018@users.noreply.github.com>| |2|Murali Govardhana | |2|Nehal Hasnayeen | |2|Nico Domino | @@ -400,7 +406,6 @@ |2|Peter Ivanov | |2|Phil | |2|Phonic Mouse | -|2|Pierre Balzack <96387156+balzack@users.noreply.github.com>| |2|Pierre Ozoux | |2|Poorchop | |2|Prabhanjan | @@ -463,6 +468,7 @@ |2|ahaenggli | |2|aldevar | |2|charsi | +|2|confused_techie | |2|cornerot | |2|cron410 | |2|dicedtomato <35403473+dicedtomatoreal@users.noreply.github.com>| @@ -515,8 +521,11 @@ |1|Aaron <44198148+whalehub@users.noreply.github.com>| |1|Aaron Leopold <36278431+aaronleopold@users.noreply.github.com>| |1|Aaron Parecki | +|1|Adam <56907039+adamjsturge@users.noreply.github.com>| |1|Adam C <39806482+adam-redcort@users.noreply.github.com>| +|1|Adam Dullage | |1|Adam Johnson | +|1|Adam Monsen | |1|Adamansky Anton | |1|Aditya Nagla | |1|Adrian Kumpf | @@ -608,6 +617,8 @@ |1|Brett | |1|Brian | |1|Brian Cassidy | +|1|Brian D | +|1|Brian Mayer | |1|Bruno Bernardino | |1|Bryton Lacquement | |1|Bubka <858858+Bubka@users.noreply.github.com>| @@ -667,6 +678,7 @@ |1|Denis | |1|Denis | |1|Dennis Ciba | +|1|Der Chien | |1|Diego Molina | |1|Dimitri Steinel | |1|Dipta Pandit | @@ -703,6 +715,7 @@ |1|Eran Chetz | |1|Eren Hatırnaz | |1|Eric Eskildsen | +|1|Eric Kotato | |1|Eric Moon | |1|Eric Nemchik | |1|Eric Park | @@ -730,6 +743,7 @@ |1|Francesco Vollero | |1|François Jacquet | |1|Frederic Werner <20406381+wernerfred@users.noreply.github.com>| +|1|Frederik Reiter | |1|FreeScout <40499291+freescout-helpdesk@users.noreply.github.com>| |1|G | |1|Gabriel Herbert <91060542+r3-gabriel@users.noreply.github.com>| @@ -742,11 +756,11 @@ |1|Gio | |1|Giorgos Logiotatidis | |1|Girish Ramakrishnan | +|1|Gokhan Sari | |1|Gopalji Gaur | |1|Greg Chetcuti | |1|Groupboard | |1|Gugi264 <10576255+Gugi264@users.noreply.github.com>| -|1|Guilherme Oenning | |1|Guillaume Schurck | |1|Gunwant Jain | |1|Guðmundur Björn Birkisson | @@ -757,10 +771,12 @@ |1|Heiko | |1|Hendrik Niefeld | |1|Henrique Holanda | +|1|Herklos | |1|Herman Zvonimir Došilović | |1|Hexalyse <4415295+Hexalyse@users.noreply.github.com>| |1|Hooopo | |1|Hosam Hasan Ramadan | +|1|Hossain Alhaidari | |1|Hossein Naghdbishi <42994241+niyumard@users.noreply.github.com>| |1|Hunter Wittenborn | |1|IAlwaysBeCoding | @@ -769,10 +785,12 @@ |1|Igor Petrov | |1|Imron RA <42175898+imronra@users.noreply.github.com>| |1|InfoLibre | +|1|Intri_IN <122780225+intri-in@users.noreply.github.com>| |1|Isaac | |1|Izac Lorimer | |1|JVT038 <47184046+JVT038@users.noreply.github.com>| |1|Jack | +|1|Jack Bailey <81699395+JackBailey@users.noreply.github.com>| |1|Jackson Delahunt | |1|Jakob Gillich | |1|Jakub Kuczys | @@ -808,6 +826,7 @@ |1|John Andrews | |1|John Flanagan | |1|John P. Rouillard | +|1|John Wesley | |1|Jon | |1|Jon Rosner | |1|Jon Schoning | @@ -820,6 +839,7 @@ |1|Jordan <15741144+jrdnlc@users.noreply.github.com>| |1|Jordan Doyle | |1|Jordan Doyle | +|1|Jordan Roher | |1|Jordan Wages | |1|Joschua Becker | |1|Josh Harmon | @@ -849,7 +869,6 @@ |1|Kevin Lin | |1|Keyhaku | |1|Kieran | -|1|Kieran Gleeson | |1|Kim Jahn | |1|Konstantin Sorokin | |1|Kriti Godey | @@ -867,6 +886,7 @@ |1|Liran Tal | |1|Logan Marchione | |1|Lorenz Hübschle-Schneider | +|1|Lorenzo Andreasi <03lollo@gmail.com>| |1|Louis Grenard | |1|Lukas Masuch | |1|Lukas Schulte Pelkum | @@ -890,6 +910,7 @@ |1|Mark Ide | |1|Mark Railton | |1|Markus Dieckmann | +|1|Marshall Ku | |1|Martijn de Boer | |1|Martin Allien <1965795+AllienWorks@users.noreply.github.com>| |1|Martin Kucej | @@ -899,7 +920,9 @@ |1|Marvin | |1|Marvin Gülker | |1|MatFluor | +|1|Matheus Baldissara | |1|Mathieu Lala | +|1|Mathilde <41020854+mthld@users.noreply.github.com>| |1|MatrixEternal <35934418+MatrixEternal@users.noreply.github.com>| |1|Matt Burchett | |1|Matt Lee | @@ -909,18 +932,20 @@ |1|Matteo Piccina | |1|Matthew Dews | |1|Matthew East | +|1|Matthew Elwell | |1|Matthew McEachen | |1|Matthew Wild | |1|Matthias De Bie | +|1|Mattia Di Eleuterio | |1|Matus Faro | |1|Mauro D | |1|Mauro D | |1|Max <2843450+b-m-f@users.noreply.github.com>| -|1|Max Hollmann | |1|Maxim Gurevich | |1|Maxime Bouroumeau-Fuseau | |1|Mayank Chhabra | |1|Mellow Fish Ltd | +|1|Mia Winter <44292375+miawinter98@users.noreply.github.com>| |1|Michael Barrow | |1|Michael Bromley | |1|Michael Burns | @@ -1004,11 +1029,13 @@ |1|Philipp | |1|Philipp C. Heckel | |1|Philipp Kutyla | +|1|Philipp Reinking | |1|Phill | |1|Phonic Mouse | |1|Pierre <21216829+pedrom34@users.noreply.github.com>| |1|Pierre Dubouilh | |1|Pierre Kil | +|1|Pierre du Plessis | |1|Pietro Pe46dro Marangon | |1|Pouria Ezzati | |1|Prabhat Sharma | @@ -1042,6 +1069,7 @@ |1|Rouven Hi! <3582050+RouHim@users.noreply.github.com>| |1|Ruqi | |1|RussellAult | +|1|Ruwan Pradeep Geeganage | |1|Ryan Halliday | |1|Ryan Noelk | |1|Ryan Stubbs | @@ -1107,6 +1135,7 @@ |1|Thomas | |1|Thomas Ferney | |1|Thomas Hansen | +|1|Thomas Miceli <27960254+thomiceli@users.noreply.github.com>| |1|Thomas Rohlik | |1|Thomas Taylor | |1|Thorsten Rinne | @@ -1134,6 +1163,7 @@ |1|TwiN | |1|Uli | |1|Ulices | +|1|Ulices | |1|Vadim Markovtsev | |1|Valentin Zwerschke | |1|Varun Patil | @@ -1255,6 +1285,8 @@ |1|memorex258 | |1|mertinop | |1|mightypanders | +|1|moonrailgun | +|1|moyer34 <16784492+moyer34@users.noreply.github.com>| |1|mp3three <35661840+mp3three@users.noreply.github.com>| |1|mrkpl125 <33229813+mrkpl125@users.noreply.github.com>| |1|mundurragacl | From cbb9bb3871697c62a975de564d70e7663598ba72 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 19 Jun 2023 22:59:53 +0000 Subject: [PATCH 18/43] mark Automation and Continuous Intergation sections as related (#3903) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d072a35..a640463d 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ _Related: [Content Management Systems (CMS)](#content-management-systems-cms)_ [Automation](https://en.wikipedia.org/wiki/Automation) software designed to reduce human intervention in processes. -_Related: [Internet of Things (IoT)](#internet-of-things-iot)_ +_Related: [Internet of Things (IoT)](#internet-of-things-iot), [Software Development - Continuous Integration & Deployment](#software-development---continuous-integration--deployment)_ - [Accelerated Text](https://github.com/accelerated-text/accelerated-text) - Automatically generate multiple natural language descriptions of your data varying in wording and structure. ([Source Code](https://github.com/accelerated-text/accelerated-text)) `Apache-2.0` `Java` - [Actionsflow](https://actionsflow.github.io/docs/) `⚠` - The free Zapier/IFTTT alternative for developers to automate your workflows based on Github actions. ([Source Code](https://github.com/actionsflow/actionsflow)) `MIT` `Docker/Nodejs` @@ -1807,6 +1807,8 @@ Software for easy installation, management and configuration of self-hosted serv [Continuous integration](https://en.wikipedia.org/wiki/Continuous_integration) and [Continuous deployment](https://en.wikipedia.org/wiki/Continuous_deployment) software and tools. +_Related: [Automation](#automation)_ + **Please visit [awesome-sysadmin/Continuous Integration & Continuous Deployment](https://github.com/awesome-foss/awesome-sysadmin#continuous-integration--continuous-deployment)** From a993ac9d528f74fc803e3c81b342c78722d86fe6 Mon Sep 17 00:00:00 2001 From: Ahmed Bouhuolia Date: Tue, 20 Jun 2023 01:00:18 +0200 Subject: [PATCH 19/43] Add Bigcapital self-hosted software (#3857) Co-authored-by: nodiscc Co-authored-by: Rabenherz112 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a640463d..f429355c 100644 --- a/README.md +++ b/README.md @@ -1394,6 +1394,7 @@ _Related: [Inventory Management](#inventory-management), [Resource Planning - En - [Akaunting](https://akaunting.com/) - Akaunting is a free, online and open source accounting software designed for small businesses and freelancers. ([Source Code](https://github.com/akaunting/akaunting)) `GPL-3.0` `PHP` - [Bitcart](https://bitcart.ai) - A self-hosted cryptocurrencies payment processor and development platform. ([Demo](https://admin.bitcart.ai), [Source Code](https://github.com/bitcart)) `MIT` `Docker/Python/Nodejs` - [BTCPay Server](https://btcpayserver.org/) - A self-hosted Bitcoin and other cryptocurrencies payment processor. ([Demo](https://mainnet.demo.btcpayserver.org/), [Source Code](https://github.com/btcpayserver/)) `MIT` `C#` +- [Bigcapital](https://bigcapital.ly) - A self-hosted financial accounting and inventory management software for small to medium businesses. ([Source Code](https://github.com/bigcapitalhq/bigcapital)) `AGPL-3.0` `Docker` - [Budget Zen](https://budgetzen.net) - End-to-end encrypted and simple expense manager. ([Demo](https://app.budgetzen.net), [Source Code](https://github.com/BrunoBernardino/budgetzen-web)) `AGPL-3.0` `Deno` - [budgetzero](https://github.com/budgetzero/budgetzero) - Free, self-hosted, open-source, envelope-budgeting web and desktop app. ([Demo](https://app.budgetzero.io/budget)) `AGPL-3.0` `Nodejs` - [Crater](https://github.com/crater-invoice/crater) - Free & Open Source Invoice App for Freelancers & Small Businesses. ([Demo](https://demo.craterapp.com/)) `AAL` `PHP` From f085d775dd9ac525006ddf690b4999327851c0a9 Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Tue, 20 Jun 2023 13:34:31 +0200 Subject: [PATCH 20/43] Add Apache Airflow to Automation (#3901) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f429355c..5781b493 100644 --- a/README.md +++ b/README.md @@ -180,6 +180,7 @@ _Related: [Internet of Things (IoT)](#internet-of-things-iot), [Software Develop - [Activepieces](https://www.activepieces.com) - No-code business automation tool like Zapier or Tray. For example, you can send a Slack notification for each new Trello card. ([Source Code](https://www.github.com/activepieces/activepieces)) `MIT` `Typescript` - [ActiveWorkflow](https://github.com/automaticmode/active_workflow) - An intelligent process and workflow automation platform based on software agents. `MIT` `Ruby` - [AmIUnique](https://amiunique.org/) - Learn how identifiable you are on the Internet (browser fingerprinting tool). ([Source Code](https://github.com/DIVERSIFY-project/amiunique)) `MIT` `Java` +- [Apache Airflow](https://airflow.apache.org/) - Airflow is a platform to programmatically author, schedule, and monitor workflows. ([Source Code](https://github.com/apache/airflow/)) `Apache-2.0` `Python/Docker` - [Automatisch](https://automatisch.io) - Business automation tool that lets you connect different services like Twitter, Slack, and more to automate your business processes (Open source Zapier alternative). ([Source Code](https://github.com/automatisch/automatisch)) `AGPL-3.0` `Docker` - [betanin](https://github.com/sentriz/betanin) - Music organization man-in-the-middle of your torrent client and music player. Based on beets.io, similar to Sonarr and Radarr. `GPL-3.0` `Python` - [ChiefOnboarding](https://chiefonboarding.com) - Employee onboarding platform that allows you to provision user accounts and create sequences with todo items, resources, text/email/Slack messages, and more! Available as a web portal and Slack bot. ([Source Code](https://github.com/chiefonboarding/ChiefOnboarding)) `AGPL-3.0` `Python` From 9e60c89f5f12e35cad423e4123c1fe52d434a857 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Tue, 20 Jun 2023 11:40:27 +0000 Subject: [PATCH 21/43] fix flagsmith homepage URL - ref. https://github.com/awesome-selfhosted/awesome-selfhosted-data/actions/runs/5316582511/jobs/9626250182 - requests.exceptions.MissingSchema: Invalid URL 'www.flagsmith.com': No scheme supplied. Perhaps you meant https://www.flagsmith.com? --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5781b493..1107e870 100644 --- a/README.md +++ b/README.md @@ -1336,7 +1336,7 @@ Software that does not fit in another section. - [DomainMOD](https://domainmod.org) - Application to manage your domains and other internet assets in a central location. DomainMOD includes a Data Warehouse framework that allows you to import your WHM/cPanel web server data so that you can view, export, and report on your data. ([Demo](https://demo.domainmod.org), [Source Code](https://github.com/domainmod/domainmod)) `GPL-3.0` `PHP` - [DOMJudge](https://www.domjudge.org/) - A system for running a programming contest, like the ICPC regional and world championship programming contests. ([Demo](https://www.domjudge.org/demo), [Source Code](https://github.com/DOMjudge/domjudge)) `GPL-2.0/BSD-3-Clause/MIT` `PHP` - [F-Droid](https://f-droid.org) - Server tools for maintaining an F-Droid repository system. ([Source Code](https://gitlab.com/fdroid/fdroidserver)) `AGPL-3.0` `Python/Docker` -- [Flagsmith](www.flagsmith.com) - Flagsmith provides a dashboard, API and SDKs for adding Feature Flags to your applications. Alternative to LaunchDarkly. ([Source Code](https://github.com/flagsmith/flagsmith)) `BSD-3-Clause` `Docker` +- [Flagsmith](https://flagsmith.com) - Flagsmith provides a dashboard, API and SDKs for adding Feature Flags to your applications. Alternative to LaunchDarkly. ([Source Code](https://github.com/flagsmith/flagsmith)) `BSD-3-Clause` `Docker` - [google-webfonts-helper](https://github.com/majodev/google-webfonts-helper) `⚠` - Hassle-Free Way to Self-Host Google Fonts. Get eot, ttf, svg, woff and woff2 files + CSS snippets. ([Demo](https://gwfh.mranftl.com/fonts)) `MIT` `Nodejs` - [Gophish](https://getgophish.com/) - Gophish is a powerful, open-source phishing framework that makes it easy to test your organization's exposure to phishing. ([Source Code](https://github.com/gophish/gophish)) `MIT` `Go/Docker` - [graph-vl](https://github.com/verifid/graph-vl) - Identity document verification using Machine Learning and GraphQL. `MIT` `Python` From 60eb23dc2b36d7201af3fe973af59e9de14c3eef Mon Sep 17 00:00:00 2001 From: nodiscc Date: Tue, 20 Jun 2023 11:56:50 +0000 Subject: [PATCH 22/43] Remove Mealie demo link (too many redirects) (#3915) - ref. https://github.com/awesome-selfhosted/awesome-selfhosted-data/actions/runs/5322090764/jobs/9638046419 - requests.exceptions.TooManyRedirects: Exceeded 30 redirects. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1107e870..e3b9a4dc 100644 --- a/README.md +++ b/README.md @@ -1675,7 +1675,7 @@ 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. `MPL-2.0` `PHP` - [KitchenOwl](https://tombursch.github.io/kitchenowl/) - A cross-platform shopping list, recipe storage, expense tracker, and meal planner following the material design language. ([Source Code](https://github.com/TomBursch/kitchenowl)) `AGPL-3.0` `Docker` -- [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://demo.mealie.io/login), [Source Code](https://github.com/hay-kot/mealie)) `MIT` `Python` +- [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. ([Source Code](https://github.com/hay-kot/mealie)) `MIT` `Python` - [Recepturer](https://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` From bd6807a49586a6484a4e9090e73ad9ebbc43df2f Mon Sep 17 00:00:00 2001 From: Chris Fu Date: Mon, 26 Jun 2023 08:17:25 -0400 Subject: [PATCH 23/43] Add Mere Medical to Miscellaneous section (#3731) Co-authored-by: Rabenherz112 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e3b9a4dc..4456b89d 100644 --- a/README.md +++ b/README.md @@ -1348,6 +1348,7 @@ Software that does not fit in another section. - [Lama-Cleaner](https://github.com/Sanster/lama-cleaner) `⚠` - A free and open-source inpainting tool powered by SOTA AI model. `Apache-2.0` `Python/Docker` - [Libre Translate](https://libretranslate.com/) - Free and Open Source Machine Translation API, entirely self-hosted. ([Source Code](https://github.com/LibreTranslate/LibreTranslate)) `AGPL-3.0` `Docker/Python` - [MailyGo](https://codeberg.org/jlelse/MailyGo) - MailyGo is a small tool written in Go that allows to send HTML forms, for example from static websites without a dynamic backend, via email. `MIT` `Go` +- [Mere Medical](https://meremedical.co/) `⚠` - With Mere Medical, you can finally manage all of your medical records from Epic MyChart, Cerner, and OnPatient patient portals in one place. Privacy-focused, self-hosted, and offline-first. ([Demo](https://demo.meremedical.co), [Source Code](https://github.com/cfu288/mere-medical)) `GPL-3.0` `Docker/Nodejs` - [Monica](https://monicahq.com/) - Personal relationship manager, and a new kind of CRM to organize interactions with your friends and family. ([Source Code](https://github.com/monicahq/monica)) `AGPL-3.0` `PHP` - [mosparo](https://mosparo.io/) - The modern spam protection tool. It replaces other captcha methods with a simple and easy to use spam protection solution. ([Source Code](https://github.com/mosparo/mosparo)) `MIT` `PHP` - [Musical Artifacts](https://musical-artifacts.com/) - Helping to catalog, preserve and free the artifacts you need to produce music. ([Source Code](https://github.com/lfzawacki/musical-artifacts)) `MIT` `Ruby` From 2644f28e6580bf27e6d31ec30afe8af7f153eb97 Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Mon, 26 Jun 2023 14:18:02 +0200 Subject: [PATCH 24/43] Remove ethercalc (unmaintained since 2020) (#3919) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 4456b89d..ddc8e259 100644 --- a/README.md +++ b/README.md @@ -1478,7 +1478,6 @@ An [office suite](https://en.wikipedia.org/wiki/List_of_office_suites) is a coll - [Collabora Online Development Edition](https://www.collaboraoffice.com/code) - Collabora Online Development Edition (CODE) is a powerful LibreOffice-based online office that supports all major document, spreadsheet and presentation file formats, which you can integrate in your own infrastructure. ([Source Code](https://cgit.freedesktop.org/libreoffice/online/)) `MPL-2.0` `C++` - [CryptPad](https://cryptpad.org) - CryptPad is a collaboration suite that is end-to-end-encrypted and open-source. It is built to enable collaboration, synchronizing changes to documents in real time. ([Source Code](https://github.com/cryptpad/cryptpad)) `AGPL-3.0` `Nodejs` -- [EtherCalc](https://ethercalc.net/) - Web spreadsheet. ([Source Code](https://github.com/audreyt/ethercalc)) `CPAL-1.0/Artistic-2.0` `Nodejs` - [Etherpad](https://etherpad.org/) - Etherpad is a highly customizable Open Source online editor providing collaborative editing in really real-time. ([Demo](https://demo.sandstorm.io/appdemo/h37dm17aa89yrd8zuqpdn36p6zntumtv08fjpu8a8zrte7q1cn60), [Source Code](https://github.com/ether/etherpad-lite)) `Apache-2.0` `Nodejs` - [Grist](https://getgrist.com/) - Grist is a next-generation spreadsheet with relational structure, formula-based access control, and a portable, self-contained format. Alternative to Airtable. ([Demo](https://docs.getgrist.com), [Source Code](https://github.com/gristlabs/grist-core)) `Apache-2.0` `Nodejs/Python` - [Infinoted](https://github.com/gobby/gobby/wiki/Dedicated%20Server) - Server for [Gobby](https://github.com/gobby/gobby/wiki), a multi-platform collaborative text editor. ([Source Code](https://github.com/gobby/gobby)) `MIT` `C++` From a11060ad9979d2352d3250b86a6163795194b6f4 Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Mon, 26 Jun 2023 14:18:23 +0200 Subject: [PATCH 25/43] Fix Website URLs of matrix-org/dentrite/synapse (#3917) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ddc8e259..f9955ada 100644 --- a/README.md +++ b/README.md @@ -341,7 +341,7 @@ _See also: [Comparison of CalDAV and CardDAV implementations - Wikipedia](https: - [Conduit](https://conduit.rs/) - A simple, fast, and reliable chat server powered by Matrix. ([Source Code](https://gitlab.com/famedly/conduit)) `Apache-2.0` `Rust` - [Darkwire.io](https://github.com/darkwire/darkwire.io) - End-to-end encrypted instant web chat. `MIT` `Nodejs` - [Databag](https://github.com/balzack/databag) - Federated, end-to-end encrypted messaging service for the web, iOS, and Android, supporting text, photos, video, and WebRTC video and audio calls. ([Demo](https://databag.coredb.org/#/create)) `Apache-2.0` `Docker` -- [Dendrite](https://matrix.org/docs/projects/server/dendrite) - Second-generation Matrix homeserver written in Go. It intends to provide an efficient, reliable and scalable alternative to Synapse. ([Source Code](https://github.com/matrix-org/dendrite)) `Apache-2.0` `Go` +- [Dendrite](https://matrix-org.github.io/dendrite/) - Second-generation Matrix homeserver written in Go. It intends to provide an efficient, reliable and scalable alternative to Synapse. ([Source Code](https://github.com/matrix-org/dendrite)) `Apache-2.0` `Go` - [Element](https://element.io) - Fully-featured Matrix client for Web, iOS & Android. ([Source Code](https://github.com/vector-im/element-web)) `Apache-2.0` `Nodejs` - [Enigma Reloaded](https://github.com/enigma-reloaded/enigma-reloaded) - DIY Message and file encryption for any platform. `GPL-3.0` `Javascript` - [Freenet](https://freenetproject.org/index.html) - Anonymously share files, browse and publish _freesites_ (web sites accessible only through Freenet) and chat on forums. ([Source Code](https://github.com/freenet/fred)) `GPL-2.0` `Java` @@ -373,7 +373,7 @@ _See also: [Comparison of CalDAV and CardDAV implementations - Wikipedia](https: - [Soketi](https://soketi.app/) - Soketi is a free, open-source Pusher drop-in alternative. ([Source Code](https://github.com/soketi/soketi)) `MIT` `Nodejs` - [Spectrum 2](https://spectrum.im/) - Spectrum 2 is an open source instant messaging transport. It allows users to chat together even when they are using different IM networks. ([Source Code](https://github.com/SpectrumIM/spectrum2)) `GPL-3.0` `C++` - [StoneAge Messenger](https://cweb.gitlab.io/StoneAge.html) - A self-hosted Android messenger, S3-compatible storage is the only backend needed. ([Source Code](https://gitlab.com/cweb-repos/cweb-conversations), [Clients](https://f-droid.org/en/packages/com.cweb.messenger/)) `GPL-3.0` `Java` -- [Synapse](https://matrix.org/docs/projects/server/synapse) - Server for [Matrix](https://matrix.org/), an open standard for decentralized persistent communication. ([Source Code](https://github.com/matrix-org/synapse)) `Apache-2.0` `Python` +- [Synapse](https://matrix-org.github.io/synapse/latest/) - Server for [Matrix](https://matrix.org/), an open standard for decentralized persistent communication. ([Source Code](https://github.com/matrix-org/synapse)) `Apache-2.0` `Python` - [Syndie](https://syndie.de) - Syndie is a libre system for operating distributed forums. `CC0-1.0` `Java` - [Tailchat](https://tailchat.msgbyte.com/) - Next generation noIM application in your own workspace, not only another Slack/Discord/rocket.chat. ([Demo](https://nightly.paw.msgbyte.com/), [Source Code](https://github.com/msgbyte/tailchat)) `Apache-2.0` `Docker` - [TextBelt](https://github.com/typpo/textbelt) `⚠` - Outgoing SMS API that uses carrier-specific gateways to deliver your text messages for free, and without ads. `MIT` `Javascript` From aaa00ade421a1351c181f8c7ebdabbcb833f4194 Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Mon, 26 Jun 2023 14:18:32 +0200 Subject: [PATCH 26/43] Fix SourceBans++ URL (#3918) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9955ada..94c03568 100644 --- a/README.md +++ b/README.md @@ -1061,7 +1061,7 @@ Utilities for managing game servers. - [Pterodactyl](https://pterodactyl.io/) - Management panel for game servers, with an intuitive UI for end users. ([Source Code](https://github.com/pterodactyl/panel)) `MIT` `PHP` - [PufferPanel](https://www.pufferpanel.com/) - PufferPanel is an open source game server management panel, designed for both small networks and game server providers. ([Source Code](https://github.com/pufferpanel/pufferpanel)) `Apache-2.0` `Go` - [RconCli](https://github.com/gorcon/rcon-cli) - CLI for executing queries on a remote Valve Source dedicated server using the RCON Protocol. `MIT` `Go` -- [SourceBans++](https://sbpp.dev/) - Admin, ban, and communication management system for games running on the Source engine. ([Source Code](https://github.com/sbpp/sourcebans-pp)) `CC-BY-SA-4.0` `PHP` +- [SourceBans++](https://sbpp.github.io/) - Admin, ban, and communication management system for games running on the Source engine. ([Source Code](https://github.com/sbpp/sourcebans-pp)) `CC-BY-SA-4.0` `PHP` ### Genealogy From 27370be106a3c09f6ae85325e955401b19c2a475 Mon Sep 17 00:00:00 2001 From: kokomo123 <70863536+kokomo123@users.noreply.github.com> Date: Mon, 26 Jun 2023 06:19:50 -0600 Subject: [PATCH 27/43] Add Lodestone to Games - Admin / Control Panels (#3904) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 94c03568..cd0fa0f7 100644 --- a/README.md +++ b/README.md @@ -1057,6 +1057,7 @@ Utilities for managing game servers. - [ARRCON](https://github.com/radj307/ARRCON) - Terminal-based RCON client compatible with any game servers using the Source RCON Protocol. `GPL-3.0` `C++` - [EasyWI](https://easy-wi.com) - Easy-Wi is a Web-interface that allows you to manage server daemons like gameservers. In addition it provides you with a CMS which includes a fully automated game- and voiceserver lending service. ([Source Code](https://github.com/easy-wi/developer/)) `GPL-3.0` `PHP/Bash` - [Lancache](https://lancache.net) `⚠` - LAN Party game caching made easy. ([Source Code](https://github.com/lancachenet/monolithic)) `MIT` `Docker/Shell` +- [Lodestone](https://github.com/Lodestone-Team/lodestone) - A free, open source server hosting tool for Minecraft and other multiplayers. `AGPL-3.0` `Docker/Rust` - [LinuxGSM](https://linuxgsm.com/) - CLI tool for deployment and management of dedicated game servers on Linux: more than 120 games are supported. ([Source Code](https://github.com/GameServerManagers/LinuxGSM)) `MIT` `Shell` - [Pterodactyl](https://pterodactyl.io/) - Management panel for game servers, with an intuitive UI for end users. ([Source Code](https://github.com/pterodactyl/panel)) `MIT` `PHP` - [PufferPanel](https://www.pufferpanel.com/) - PufferPanel is an open source game server management panel, designed for both small networks and game server providers. ([Source Code](https://github.com/pufferpanel/pufferpanel)) `Apache-2.0` `Go` From cdd1ef751b1ceb66b6f67ffe810befd39be3c197 Mon Sep 17 00:00:00 2001 From: Seeroy <37861929+Seeroy@users.noreply.github.com> Date: Mon, 26 Jun 2023 15:36:43 +0300 Subject: [PATCH 28/43] Add Kubek to Games - Administrative Utilities & Control Panels (#3902) Co-authored-by: Rabenherz112 Co-authored-by: nodiscc --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd0fa0f7..d9378541 100644 --- a/README.md +++ b/README.md @@ -1056,6 +1056,7 @@ Utilities for managing game servers. - [ARRCON](https://github.com/radj307/ARRCON) - Terminal-based RCON client compatible with any game servers using the Source RCON Protocol. `GPL-3.0` `C++` - [EasyWI](https://easy-wi.com) - Easy-Wi is a Web-interface that allows you to manage server daemons like gameservers. In addition it provides you with a CMS which includes a fully automated game- and voiceserver lending service. ([Source Code](https://github.com/easy-wi/developer/)) `GPL-3.0` `PHP/Bash` +- [Kubek](https://kubek.seeroycloud.tk) - Web management panel for Minecraft servers. ([Source Code](https://github.com/seeroy/kubek-minecraft-dashboard)) `MIT` `Nodejs` - [Lancache](https://lancache.net) `⚠` - LAN Party game caching made easy. ([Source Code](https://github.com/lancachenet/monolithic)) `MIT` `Docker/Shell` - [Lodestone](https://github.com/Lodestone-Team/lodestone) - A free, open source server hosting tool for Minecraft and other multiplayers. `AGPL-3.0` `Docker/Rust` - [LinuxGSM](https://linuxgsm.com/) - CLI tool for deployment and management of dedicated game servers on Linux: more than 120 games are supported. ([Source Code](https://github.com/GameServerManagers/LinuxGSM)) `MIT` `Shell` From 9b9676d7e991681f33c960b940628e966ab39860 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 26 Jun 2023 12:39:15 +0000 Subject: [PATCH 29/43] external links: add links to more communities/forums (#3914) -ref. https://old.reddit.com/r/selfhosted/comments/14cqjeb/the_subreddit_will_go_on_the_community_must_be/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9378541..6e488fe4 100644 --- a/README.md +++ b/README.md @@ -2189,7 +2189,7 @@ _See also: [Wikimatrix](https://www.wikimatrix.org/), [Wiki Engines - WikiIndex] - Lists of software aimed at privacy and decentralization in some form: [PRISM Break](https://prism-break.org/en/), [privacytools.io](https://www.privacytools.io/), [Alternative Internet](https://redecentralize.github.io/alternative-internet/), [Libre Projects](https://libreprojects.net/) - [Easy Indie App](https://easyindie.app) - Apps that can be self-hosted in a few clicks. - Dynamic Domain Name services: [Afraid.org](https://freedns.afraid.org/domain/registry/), [Pagekite](https://pagekite.net/) -- Communities/forums: [/r/selfhosted](https://www.reddit.com/r/selfhosted/), [IndieWeb](https://indieweb.org/) +- Communities/forums: [/r/selfhosted on reddit](https://old.reddit.com/r/selfhosted/), [r-selfhosted forum](https://forum.r-selfhosted.com/), [/r/selfhosed Matrix Channel](https://matrix.to/#/#selfhosted:selfhosted.chat), [/c/selfhosted on lemmy.ml](https://lemmy.ml/c/selfhost), [/c/selfhosted on lemmy.world](https://lemmy.world/c/selfhosted), [/m/selfhosted on kbin.social](https://kbin.social/m/selfhosted), [Homelab forum](https://homelabforum.com/), [/r/homelab on reddit](https://old.reddit.com/r/homelab/), [IndieWeb](https://indieweb.org/) - Mirrors: [GitHub.com](https://github.com/awesome-selfhosted/awesome-selfhosted), [Gitlab.com](https://gitlab.com/awesome-selfhosted/awesome-selfhosted) - [theme.park](https://theme-park.dev/) - A collection of themes/skins for 50 selfhosted apps! ([Source Code](https://github.com/GilbN/theme.park/)) `MIT` `CSS` - [Track Awesome Selfhosted](https://www.trackawesomelist.com/awesome-selfhosted/awesome-selfhosted/) - Get the latest updates of awesome-selfhosted. From c3518340a059c505b89c81fd8efb5ddf3454316f Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Mon, 26 Jun 2023 20:22:32 +0200 Subject: [PATCH 30/43] Remove VivumLab (Repository deleted, website down) (#3932) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6e488fe4..4498e6a3 100644 --- a/README.md +++ b/README.md @@ -1772,7 +1772,6 @@ Software for easy installation, management and configuration of self-hosted serv - [Syncloud](https://syncloud.org/) - Your own online file storage, social network or email server. ([Source Code](https://github.com/syncloud/platform)) `GPL-3.0` `Python/Other` - [Tipi](https://runtipi.io/) - Homeserver manager. One command setup, one click installs for your favorites self-hosted apps. ([Demo](https://demo.runtipi.io), [Source Code](https://github.com/meienberger/runtipi)) `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` -- [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` - [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` - [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 f191f4dfd438b106720871d56ab5d4bf9675978a Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Mon, 26 Jun 2023 20:22:52 +0200 Subject: [PATCH 31/43] Remove Croodle (unmaintained since 2021) (#3927) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 4498e6a3..7d652e79 100644 --- a/README.md +++ b/README.md @@ -1627,7 +1627,6 @@ _Related: [Booking and Scheduling](#booking-and-scheduling)_ - [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` - [Claper](https://claper.co/) - The ultimate tool to interact with your audience. An open-source alternative to Slido, AhaSlides and Mentimeter. ([Source Code](https://github.com/ClaperCo/Claper)) `GPL-3.0` `Elixir/Docker` - [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` - [docassemble](https://docassemble.org/) - A free, open-source expert system for guided interviews and document assembly, based on Python, YAML, and Markdown. ([Demo](https://demo.docassemble.org/run/legal), [Source Code](https://github.com/jhpyle/docassemble)) `MIT` `Docker` - [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` - [Feedka](https://github.com/drabkirn/feedka) `⚠` - Open-source web application that can serve as a platform to get authentic, kindful, and constructive feedback from your friends, family, and co-workers. `AGPL-3.0` `Ruby` From 071193454c6da6d255b283ead6e8eab6a299bbfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20J=C3=B8rgensen?= <69441266+benmi3@users.noreply.github.com> Date: Wed, 28 Jun 2023 21:32:53 +0900 Subject: [PATCH 32/43] update valoren source code link (#3933) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d652e79..a96698a4 100644 --- a/README.md +++ b/README.md @@ -1042,7 +1042,7 @@ Multiplayer game servers and [browser games](https://en.wikipedia.org/wiki/Brows - [Romm](https://github.com/zurdi15/romm) `⚠` - RomM (Rom Manager) is a web based retro roms manager integrated with IGDB. `GPL-3.0` `Docker` - [Teeworlds](https://www.teeworlds.com) - Open source 2D retro multiplayer shooter. ([Source Code](https://github.com/teeworlds/teeworlds)) `Zlib` `C++` - [The Battle for Wesnoth](https://github.com/wesnoth/wesnoth) - The Battle for Wesnoth is an Open Source, turn-based tactical strategy game with a high fantasy theme, featuring both singleplayer and online/hotseat multiplayer combat. `GPL-2.0` `C++` -- [Veloren](https://veloren.net/) - Multiplayer RPG. Open-source game inspired by Cube World, Legend of Zelda, Dwarf Fortress and Minecraft. ([Source Code](https://github.com/veloren/veloren)) `GPL-3.0` `Rust` +- [Veloren](https://veloren.net/) - Multiplayer RPG. Open-source game inspired by Cube World, Legend of Zelda, Dwarf Fortress and Minecraft. ([Source Code](https://gitlab.com/veloren/veloren)) `GPL-3.0` `Rust` - [Word Mastermind](https://github.com/clupasq/word-mastermind) - Wordle clone. A Mastermind-like game, but instead of colors you need to guess words. ([Demo](https://word-mastermind.glitch.me/)) `MIT` `Nodejs` - [Wordle](https://reactle.vercel.app/) - An Open Source Wordle game. Guess the Wordle in six tries. Each guess must be a valid five-letter word. ([Source Code](https://github.com/cwackerfuss/react-wordle)) `MIT` `Nodejs` - [Zero-K](https://zero-k.info/) - Open Source on Springrts engine. Zero-K is a traditional real time strategy game with a focus on player creativity through terrain manipulation, physics, and a large roster of unique units - all while being balanced to support competitive play. ([Source Code](https://github.com/ZeroK-RTS/Zero-K)) `GPL-2.0` `Lua` From 93c80131d5f2a14d8a2ae2dbd026cdda3d054916 Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Wed, 28 Jun 2023 14:33:44 +0200 Subject: [PATCH 33/43] Change license of Kubek (#3937) - fixes https://github.com/awesome-selfhosted/awesome-selfhosted/issues/3936 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a96698a4..d954596a 100644 --- a/README.md +++ b/README.md @@ -1056,7 +1056,7 @@ Utilities for managing game servers. - [ARRCON](https://github.com/radj307/ARRCON) - Terminal-based RCON client compatible with any game servers using the Source RCON Protocol. `GPL-3.0` `C++` - [EasyWI](https://easy-wi.com) - Easy-Wi is a Web-interface that allows you to manage server daemons like gameservers. In addition it provides you with a CMS which includes a fully automated game- and voiceserver lending service. ([Source Code](https://github.com/easy-wi/developer/)) `GPL-3.0` `PHP/Bash` -- [Kubek](https://kubek.seeroycloud.tk) - Web management panel for Minecraft servers. ([Source Code](https://github.com/seeroy/kubek-minecraft-dashboard)) `MIT` `Nodejs` +- [Kubek](https://kubek.seeroycloud.tk) - Web management panel for Minecraft servers. ([Source Code](https://github.com/seeroy/kubek-minecraft-dashboard)) `GPL-3.0` `Nodejs` - [Lancache](https://lancache.net) `⚠` - LAN Party game caching made easy. ([Source Code](https://github.com/lancachenet/monolithic)) `MIT` `Docker/Shell` - [Lodestone](https://github.com/Lodestone-Team/lodestone) - A free, open source server hosting tool for Minecraft and other multiplayers. `AGPL-3.0` `Docker/Rust` - [LinuxGSM](https://linuxgsm.com/) - CLI tool for deployment and management of dedicated game servers on Linux: more than 120 games are supported. ([Source Code](https://github.com/GameServerManagers/LinuxGSM)) `MIT` `Shell` From 3ce8ced5209e818adbbcb97ba9435d37ce4dbd56 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Wed, 28 Jun 2023 22:41:26 +0000 Subject: [PATCH 34/43] Remove CoreDNS (already listed at awesome-sysadmin) (#3938) - https://github.com/awesome-foss/awesome-sysadmin#dns---servers --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d954596a..080804bf 100644 --- a/README.md +++ b/README.md @@ -755,7 +755,6 @@ _See also: [dbdb.io - Database of Databases](https://dbdb.io/)_ _See also: [awesome-sysadmin/DNS](https://github.com/awesome-foss/awesome-sysadmin#dns)_ - [blocky](https://github.com/0xERR0R/blocky) - Fast and lightweight DNS proxy (like Pi-hole) as ad-blocker for local network with many features. `Apache-2.0` `Go` -- [CoreDNS](https://coredns.io/) - Plugin driven DNS Server with support for proxying to Google's DNS-over-HTTPS. ([Source Code](https://github.com/coredns/coredns)) `Apache-2.0` `Go` - [Maza ad blocking](https://maza-ad-blocking.andros.dev/) - Local ad blocker. Like Pi-hole but local and using your operating system. ([Source Code](https://github.com/tanrax/maza-ad-blocking)) `Apache-2.0` `Bash` - [nsupdate.info](https://www.nsupdate.info/) - Dynamic DNS service. ([Demo](https://www.nsupdate.info/account/register/), [Source Code](https://github.com/nsupdate-info/nsupdate.info)) `BSD-3-Clause` `Python` - [SmartDNS](https://github.com/pymumu/smartdns) - A local DNS server to obtain the fastest website IP for the best Internet experience, supports DoT, DoH. `GPL-3.0` `C` From 207aee05d0c75835ca1315a1d7aba93c2e692f99 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Wed, 28 Jun 2023 22:45:28 +0000 Subject: [PATCH 35/43] DNS: fix links to awesome-sysadmin (#3939) The DNS section was split to Servers/Control Panels & Domain management subsections --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 080804bf..4a2be1a3 100644 --- a/README.md +++ b/README.md @@ -752,7 +752,7 @@ _See also: [dbdb.io - Database of Databases](https://dbdb.io/)_ [DNS](https://en.wikipedia.org/wiki/Domain_Name_System) servers and management tools. -_See also: [awesome-sysadmin/DNS](https://github.com/awesome-foss/awesome-sysadmin#dns)_ +_See also: [awesome-sysadmin/DNS - Servers](https://github.com/awesome-foss/awesome-sysadmin#dns---servers), [awesome-sysadmin/DNS - Control Panels & Domain Management](https://github.com/awesome-foss/awesome-sysadmin#dns---control-panels--domain-management)_ - [blocky](https://github.com/0xERR0R/blocky) - Fast and lightweight DNS proxy (like Pi-hole) as ad-blocker for local network with many features. `Apache-2.0` `Go` - [Maza ad blocking](https://maza-ad-blocking.andros.dev/) - Local ad blocker. Like Pi-hole but local and using your operating system. ([Source Code](https://github.com/tanrax/maza-ad-blocking)) `Apache-2.0` `Bash` From f637a50de03d4986be0d3dc1aece33c2e4f56f67 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Wed, 28 Jun 2023 22:52:50 +0000 Subject: [PATCH 36/43] DNS: move nsupdate.info/SPF toolbox to awesome-sysadmin/DNS - Control Panels & Domain Management (#3940) - ref. https://github.com/awesome-foss/awesome-sysadmin/pull/504 - ref. https://github.com/awesome-foss/awesome-sysadmin/pull/473 - ref. https://github.com/awesome-selfhosted/awesome-selfhosted/pull/3938 --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 4a2be1a3..05c66a04 100644 --- a/README.md +++ b/README.md @@ -756,9 +756,7 @@ _See also: [awesome-sysadmin/DNS - Servers](https://github.com/awesome-foss/awes - [blocky](https://github.com/0xERR0R/blocky) - Fast and lightweight DNS proxy (like Pi-hole) as ad-blocker for local network with many features. `Apache-2.0` `Go` - [Maza ad blocking](https://maza-ad-blocking.andros.dev/) - Local ad blocker. Like Pi-hole but local and using your operating system. ([Source Code](https://github.com/tanrax/maza-ad-blocking)) `Apache-2.0` `Bash` -- [nsupdate.info](https://www.nsupdate.info/) - Dynamic DNS service. ([Demo](https://www.nsupdate.info/account/register/), [Source Code](https://github.com/nsupdate-info/nsupdate.info)) `BSD-3-Clause` `Python` - [SmartDNS](https://github.com/pymumu/smartdns) - A local DNS server to obtain the fastest website IP for the best Internet experience, supports DoT, DoH. `GPL-3.0` `C` -- [SPF Toolbox](https://spftoolbox.com) - Application to look up DNS records such as SPF, MX, Whois, and more. ([Source Code](https://github.com/charlesabarnes/SPFtoolbox)) `MIT` `PHP` - [Technitium DNS Server](https://technitium.com/dns/) - An open source authoritative as well as recursive DNS server that can be used for self hosting a DNS server for privacy & security. ([Source Code](https://github.com/TechnitiumSoftware/DnsServer)) `GPL-3.0` `Docker/C#` From 1b688287448f029ac790cdf1b10c21c55fdcbbe1 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Wed, 28 Jun 2023 22:58:41 +0000 Subject: [PATCH 37/43] DNS: clarify that the section is about DNS-based ad blockers (#3941) - DNS servers or other management tools should be added to https://github.com/awesome-foss/awesome-sysadmin#dns---servers or https://github.com/awesome-foss/awesome-sysadmin#dns---control-panels--domain-management instead --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 05c66a04..94b03826 100644 --- a/README.md +++ b/README.md @@ -750,14 +750,13 @@ _See also: [dbdb.io - Database of Databases](https://dbdb.io/)_ **[`^ back to top ^`](#awesome-selfhosted)** -[DNS](https://en.wikipedia.org/wiki/Domain_Name_System) servers and management tools. +[DNS](https://en.wikipedia.org/wiki/Domain_Name_System) servers and management tools with advertisement blocking funtionality, primarly aimed at home or small networks. _See also: [awesome-sysadmin/DNS - Servers](https://github.com/awesome-foss/awesome-sysadmin#dns---servers), [awesome-sysadmin/DNS - Control Panels & Domain Management](https://github.com/awesome-foss/awesome-sysadmin#dns---control-panels--domain-management)_ - [blocky](https://github.com/0xERR0R/blocky) - Fast and lightweight DNS proxy (like Pi-hole) as ad-blocker for local network with many features. `Apache-2.0` `Go` - [Maza ad blocking](https://maza-ad-blocking.andros.dev/) - Local ad blocker. Like Pi-hole but local and using your operating system. ([Source Code](https://github.com/tanrax/maza-ad-blocking)) `Apache-2.0` `Bash` -- [SmartDNS](https://github.com/pymumu/smartdns) - A local DNS server to obtain the fastest website IP for the best Internet experience, supports DoT, DoH. `GPL-3.0` `C` -- [Technitium DNS Server](https://technitium.com/dns/) - An open source authoritative as well as recursive DNS server that can be used for self hosting a DNS server for privacy & security. ([Source Code](https://github.com/TechnitiumSoftware/DnsServer)) `GPL-3.0` `Docker/C#` +- [Technitium DNS Server](https://technitium.com/dns/) - Authoritative/recursive DNS server with ad blocking functionality. ([Source Code](https://github.com/TechnitiumSoftware/DnsServer)) `GPL-3.0` `Docker/C#` ### Document Management From f229480a625eac4af6b17f1cfb7e7bf121001ff6 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Wed, 28 Jun 2023 23:01:08 +0000 Subject: [PATCH 38/43] DNS: move Pi-Hole from awesome-sysadmin/DNS Control Panels & Domain Managament (#3942) - Since the section is now about DNS-based ad blockers specifically --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 94b03826..3b22cdae 100644 --- a/README.md +++ b/README.md @@ -756,6 +756,7 @@ _See also: [awesome-sysadmin/DNS - Servers](https://github.com/awesome-foss/awes - [blocky](https://github.com/0xERR0R/blocky) - Fast and lightweight DNS proxy (like Pi-hole) as ad-blocker for local network with many features. `Apache-2.0` `Go` - [Maza ad blocking](https://maza-ad-blocking.andros.dev/) - Local ad blocker. Like Pi-hole but local and using your operating system. ([Source Code](https://github.com/tanrax/maza-ad-blocking)) `Apache-2.0` `Bash` +- [Pi-hole](https://pi-hole.net/) - A blackhole for Internet qdvertisements with a GUI for management and monitoring. ([Source Code](https://github.com/pi-hole/pi-hole)) `EUPL-1.2` `Shell/PHP` - [Technitium DNS Server](https://technitium.com/dns/) - Authoritative/recursive DNS server with ad blocking functionality. ([Source Code](https://github.com/TechnitiumSoftware/DnsServer)) `GPL-3.0` `Docker/C#` From 58a273e96f4a723fa67efa0d01bbdd7980ad6375 Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Thu, 29 Jun 2023 14:00:38 +0200 Subject: [PATCH 39/43] Remove ImageStore (unmaintained since 2022) (#3926) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 3b22cdae..4d45a107 100644 --- a/README.md +++ b/README.md @@ -1588,7 +1588,6 @@ A [gallery](https://en.wikipedia.org/wiki/Gallery_Software) is software that hel - [Damselfly](https://damselfly.info) - Fast server-based photo management system for large collections of images. Includes face detection, face & object recognition, powerful search, and EXIF Keyword tagging. Runs on Linux, MacOS and Windows. `GPL-3.0` `C#/.NET` - [Fussel](https://github.com/cbenning/fussel) - Self-hosted, no-backend static photo gallery. Face tag recognition, albums and more. ([Demo](https://benninger.ca/fussel-demo/)) `MIT` `Python/Docker` - [HomeGallery](https://home-gallery.org) - Self-hosted open-source web gallery to browse personal photos and videos featuring tagging, mobile-friendly, and AI powered image discovery. ([Demo](https://demo.home-gallery.org), [Source Code](https://github.com/xemle/home-gallery)) `MIT` `Nodejs` -- [ImageStore](https://github.com/gregordr/ImageStore) - Self-hosted Google Photos alternative, with a very similar UI. ([Demo](https://gregordr.github.io/ImageStore/)) `Apache-2.0` `Nodejs/Docker` - [Immich](https://github.com/alextran1502/immich) - Self-hosted photo and video backup solution directly from your mobile phone. `MIT` `Docker` - [LibrePhotos](https://github.com/LibrePhotos/librephotos) - Self hosted wannabe Google Photos clone, with a slight focus on cool graphs. `MIT` `Python` - [Lychee](https://lycheeorg.github.io/) - Open source grid and album based photo-management-system. ([Source Code](https://github.com/LycheeOrg/Lychee)) `MIT` `PHP` From b1ebef89a83f6b2d3e33f227df1da9148ccffd79 Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Thu, 29 Jun 2023 14:00:49 +0200 Subject: [PATCH 40/43] Remove twister (unmaintained since 2022) (#3922) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 4d45a107..9e762056 100644 --- a/README.md +++ b/README.md @@ -583,7 +583,6 @@ Simple deployment of [E-mail](https://en.wikipedia.org/wiki/Email) servers, e.g. - [Teddit](https://teddit.net) `⚠` - Alternative Reddit front-end focused on privacy. ([Source Code](https://codeberg.org/teddit/teddit)) `AGPL-3.0` `Nodejs` - [Thredded](https://github.com/thredded/thredded) - Forums, feature-rich and simple. `MIT` `Ruby` - [Tokumei](https://tokumei.co/) - Anonymous microblogging platform. ([Source Code](https://gitlab.com/tokumei/tokumei)) `ISC` `rc` -- [twister](http://twister.net.co/) - Fully decentralized P2P microblogging platform leveraging the free software implementations of Bitcoin and BitTorrent protocols. ([Source Code](https://github.com/miguelfreitas/twister-core)) `MIT` `C++` - [Vanilla Forums](https://vanillaforums.org/) - Simple and flexible forum software. ([Source Code](https://github.com/vanilla/vanilla)) `GPL-2.0` `PHP` - [yarn.social](https://yarn.social) - Self-Hosted, Twitter™-like Decentralised micro-logging platform. No ads, no tracking, your content, your data. ([Source Code](https://git.mills.io/yarnsocial/yarn)) `MIT` `Go` - [Zusam](https://github.com/zusam/zusam) - Free and open-source way to self-host private forums for groups of friends or family. ([Demo](https://demo.zusam.org)) `AGPL-3.0` `PHP` From 0d2e9d933b24d36bf47ba9d12c05af922092470f Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Thu, 29 Jun 2023 14:00:58 +0200 Subject: [PATCH 41/43] Remove Photonix (unmaintained since 2022) (#3923) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 9e762056..6441ef44 100644 --- a/README.md +++ b/README.md @@ -1595,7 +1595,6 @@ A [gallery](https://en.wikipedia.org/wiki/Gallery_Software) is software that hel - [Mejiro](https://github.com/dmpop/mejiro) - An easy-to-use PHP web application for instant photo publishing. `GPL-3.0` `PHP` - [Nextcloud Memories](https://memories.gallery/) - Fast, modern and advanced photo management suite. Runs as a Nextcloud app. ([Demo](https://demo.memories.gallery/apps/memories/), [Source Code](https://github.com/pulsejet/memories)) `AGPL-3.0` `PHP` - [Photo Stream](https://github.com/waschinski/photo-stream) - Minimalist self-hosted photo stream. ([Demo](https://floremotion.de/)) `MIT` `Ruby` -- [Photonix](https://photonix.org/) - A new web-based photo management application with object recognition, location awareness, color analysis and other ML algorithms. ([Demo](https://demo.photonix.org/), [Source Code](https://github.com/photonixapp/photonix)) `AGPL-3.0` `Python` - [PhotoPrism](https://photoprism.org) - Personal photo management powered by Go and Google TensorFlow. Browse, organize, and share your personal photo collection, using the latest technologies to automatically tag and find pictures. ([Demo](https://demo.photoprism.app/library/browse), [Source Code](https://github.com/photoprism/photoprism)) `AGPL-3.0` `Go` - [Photoview](https://photoview.github.io/) - A simple and user-friendly Photo Gallery for personal servers. It is made for photographers and aims to provide an easy and fast way to navigate directories, with thousands of high resolution photos. ([Source Code](https://github.com/photoview/photoview)) `GPL-3.0` `Go` - [PiGallery 2](https://bpatrik.github.io/pigallery2/) - A directory-first photo gallery website, with a rich UI, optimised for running on low resource servers. ([Source Code](https://github.com/bpatrik/pigallery2)) `MIT` `Docker/Nodejs` From e9b10bd2a3577d57954ad52879091875b469e5f2 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Thu, 29 Jun 2023 12:01:13 +0000 Subject: [PATCH 42/43] remove 0bin (unmaintained since 2021) (#3570) - ref. https://github.com/awesome-selfhosted/awesome-selfhosted/issues/3558 - `WARNING:awesome_lint.py: 0bin: last updated -676 days, 23:52:18.754033 ago, older than 365 days` --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6441ef44..a81ef1bc 100644 --- a/README.md +++ b/README.md @@ -1510,7 +1510,6 @@ A [password manager](https://en.wikipedia.org/wiki/Password_manager) allows user A [pastebin](https://en.wikipedia.org/wiki/Pastebin) is a type of online content-hosting service used for sharing and storing code and text. -- [0bin](https://github.com/Tygs/0bin) - Client side encrypted pastebin. ([Demo](https://0bin.net/)) `WTFPL` `Python` - [bepasty](https://bepasty-server.readthedocs.io/en/latest/) - A pastebin for all kinds of files. ([Source Code](https://github.com/bepasty/bepasty-server)) `BSD-2-Clause` `Python` - [bin](https://github.com/w4/bin) - A paste bin that's actually minimalist. `WTFPL/0BSD` `Rust` - [dpaste](https://dpaste.org/) - Simple pastebin with multiple text and code option, with short url result easy to remember. ([Source Code](https://github.com/bartTC/dpaste)) `MIT` `Docker` From a5ab91d74e39949783e8d09879750a4d65da4e01 Mon Sep 17 00:00:00 2001 From: Gianni C Date: Thu, 29 Jun 2023 14:02:08 +0200 Subject: [PATCH 43/43] Add Kubero to Software Development section (#3916) Signed-off-by: Gianni Carafa --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a81ef1bc..ab281124 100644 --- a/README.md +++ b/README.md @@ -1818,6 +1818,7 @@ _Related: [Automation](#automation)_ - [Coolify](https://coolify.io/) - An open-source & self-hostable Heroku / Netlify alternative (and even more). ([Demo](https://demo.coolify.io/), [Source Code](https://github.com/coollabsio/coolify)) `Apache-2.0` `Docker` - [Dokku](https://dokku.com/) - An open source PAAS alternative to Heroku. ([Source Code](https://github.com/dokku/dokku)) `MIT` `Docker/Shell/Go` - [fx](https://github.com/metrue/fx) - A tool to help you do Function as a Service with painless on your own servers. `MIT` `Go` +- [Kubero](https://www.kubero.dev/) - A self-hosted Heroku PaaS alternative for Kubernetes that implements GitOps. ([Demo](https://demo.kubero.dev/), [Source Code](https://github.com/kubero-dev/kubero)) `GPL-3.0` `K8S/Nodejs/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`