From bf88afade784b95bc82ae068b56f91ee567f132e Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Tue, 18 Jul 2023 22:38:26 +0200 Subject: [PATCH 1/4] Add Sendy to (non-free) Communication - Email - Mailing Lists and Newsletters (#3929) Co-authored-by: nodiscc --- non-free.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/non-free.md b/non-free.md index 5b436372..84788f4f 100644 --- a/non-free.md +++ b/non-free.md @@ -9,6 +9,7 @@ - [Software](#software) - [Automation](#automation) - [Communication - Custom Communication Systems](#communication---custom-communication-systems) + - [Communication - Email - Mailing Lists and Newsletters](#communication---email---mailing-lists-and-newsletters) - [Communication - SIP](#communication---sip) - [Content Management Systems (CMS)](#content-management-systems-cms) - [Document Management - E-books](#document-management---e-books) @@ -54,6 +55,13 @@ - [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` +### Communication - Email - Mailing Lists and Newsletters + +**[`^ back to top ^`](##awesome-selfhosted---non-free-software)** + +- [Sendy](https://sendy.co) - Self-hosted email newsletter application that lets you send bulk emails via Amazon Simple Email Service (SES) or other SMTP services. `⊘ Proprietary` `PHP` + + ### Communication - SIP **[`^ back to top ^`](##awesome-selfhosted---non-free-software)** From bf299624dd1d747d9e8fbd20d9c6030ceb0c8b63 Mon Sep 17 00:00:00 2001 From: kokomo123 <70863536+kokomo123@users.noreply.github.com> Date: Tue, 18 Jul 2023 16:39:08 -0400 Subject: [PATCH 2/4] Add CraftyControl to Games - Admin/Control Panels (#3987) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4a9dfe01..4e0d101f 100644 --- a/README.md +++ b/README.md @@ -1048,6 +1048,7 @@ Multiplayer game servers and [browser games](https://en.wikipedia.org/wiki/Brows 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++` +- [Crafty Controller](https://craftycontrol.com/) - Crafty Controller is a free and open-source Minecraft launcher and manager that allows users to start and administer Minecraft servers from a user-friendly interface. ([Source Code](https://gitlab.com/crafty-controller/crafty-4)) `GPL-3.0` `Docker/Python` - [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)) `GPL-3.0` `Nodejs` - [Lancache](https://lancache.net) `⚠` - LAN Party game caching made easy. ([Source Code](https://github.com/lancachenet/monolithic)) `MIT` `Docker/Shell` From 63e03b46f11907ea1ebc001ea3901ab3ac9cea9d Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Sat, 22 Jul 2023 11:49:19 -0400 Subject: [PATCH 3/4] Fix Nominatim description (#4042) Description had reversed geocoding and reverse geocoding --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e0d101f..05a81aa8 100644 --- a/README.md +++ b/README.md @@ -1193,7 +1193,7 @@ _See also: [awesome-openstreetmap](https://github.com/osmlab/awesome-openstreetm - [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` - [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` +- [Nominatim](https://nominatim.org/) - Server application for geocoding (address -> coordinates) and reverse geocoding (coordinates -> address) 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++` - [OpenGTS](http://www.opengts.org/) - Entry-level fleet tracking system. Supports variety of tracking devices and protocols. Comes with rich web-interface and reporting features. ([Demo](http://track.opengts.org/track/Track), [Source Code](https://sourceforge.net/projects/opengts/files/server-base/)) `Apache-2.0` `Java` - [OpenStreetMap](https://www.openstreetmap.org/) - Collaborative project to create a free editable map of the world. ([Source Code](https://github.com/openstreetmap/openstreetmap-website), [Clients](https://wiki.openstreetmap.org/wiki/Software)) `GPL-2.0` `Ruby` From 69dce7ead8ae95d6a50a4998f679df9c08914b1e Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sat, 22 Jul 2023 17:17:58 +0000 Subject: [PATCH 4/4] Update CI/daily dead links/unmaintained projects checks badge (#4044) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05a81aa8..8ecd7dd4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Awesome-Selfhosted -[![Awesome](_static/awesome.png)](https://github.com/sindresorhus/awesome) [![](https://github.com/awesome-selfhosted/awesome-selfhosted-data/actions/workflows/ci.yml/badge.svg)](https://github.com/awesome-selfhosted/awesome-selfhosted/issues/3558) +[![Awesome](_static/awesome.png)](https://github.com/sindresorhus/awesome) [![](https://github.com/awesome-selfhosted/awesome-selfhosted-data/actions/workflows/daily-checks.yml/badge.svg)](https://github.com/awesome-selfhosted/awesome-selfhosted/issues/3558) Self-hosting is the practice of hosting and managing applications on your own server(s) instead of consuming from [SaaSS](https://www.gnu.org/philosophy/who-does-that-server-really-serve.html) providers.