mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted-data.git
synced 2026-03-11 08:55:24 +00:00
Merge pull request #221 from awesome-selfhosted/platforms-descriptions
add descriptions for all platforms, misc. fixes and adjustments to platforms
This commit is contained in:
commit
36f924f78c
19 changed files with 19 additions and 21 deletions
|
|
@ -1,2 +1,2 @@
|
|||
name: Assembly
|
||||
description: ""
|
||||
description: "[Assembly](https://en.wikipedia.org/wiki/Assembly_language) language, is any low-level programming language with a very strong correspondence between the instructions in the language and the architecture's machine code instructions."
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
name: Bash
|
||||
description: ""
|
||||
|
|
@ -1,2 +1,2 @@
|
|||
name: C#
|
||||
description: ""
|
||||
description: "[C#](https://en.wikipedia.org/wiki/C_Sharp_(programming_language)) is a general-purpose high-level programming language supporting multiple paradigms."
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
name: ClearOS
|
||||
description: ""
|
||||
|
|
@ -1,2 +1,2 @@
|
|||
name: CommonLisp
|
||||
description: ""
|
||||
description: "Common Lisp (CL) is a dialect of Lisp, a family of programming languages with a long history and a distinctive, fully parenthesized prefix notation."
|
||||
|
|
@ -1,2 +1,2 @@
|
|||
name: Crystal
|
||||
description: ""
|
||||
description: "Crystal is a high-level general-purpose, object-oriented, compiled programming language, with syntax inspired by the Ruby language."
|
||||
|
|
@ -1,2 +1,2 @@
|
|||
name: Django
|
||||
description: ""
|
||||
description: "[Django](https://en.wikipedia.org/wiki/Django_(web_framework)) is a Python-based web framework that follows the model–template–views (MTV) architectural pattern, designed to ease the creation of complex, database-driven websites."
|
||||
|
|
@ -1,2 +1,2 @@
|
|||
name: Docker
|
||||
description: ""
|
||||
description: "[Docker](https://en.wikipedia.org/wiki/Docker_(software)) is a tool that automates the deployment of applications in lightweight containers so that applications can work efficiently in different environments in isolation."
|
||||
|
|
@ -1,2 +1,2 @@
|
|||
name: Erlang
|
||||
description: ""
|
||||
description: "[Erlang](https://en.wikipedia.org/wiki/Erlang_(programming_language)) is a general-purpose, concurrent, functional high-level programming language, and a garbage-collected runtime system."
|
||||
|
|
@ -1,2 +1,2 @@
|
|||
name: Go
|
||||
description: ""
|
||||
description: "[Go](https://en.wikipedia.org/wiki/Go_(programming_language)) is a statically typed, compiled high-level programming language."
|
||||
|
|
@ -1,2 +1,2 @@
|
|||
name: Haskell
|
||||
description: ""
|
||||
description: "[Haskell](https://en.wikipedia.org/wiki/Haskell) is a general-purpose, statically-typed, purely functional programming language. Designed for teaching, research, and industrial applications, Haskell has pioneered a number of programming language features."
|
||||
|
|
@ -6,7 +6,7 @@ licenses:
|
|||
platforms:
|
||||
- C
|
||||
- Docker
|
||||
- Bash
|
||||
- Shell
|
||||
tags:
|
||||
- Groupware
|
||||
source_code_url: https://www.citadel.org/source.html
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ platforms:
|
|||
- C
|
||||
- C++
|
||||
- Docker
|
||||
- Bash
|
||||
- Shell
|
||||
tags:
|
||||
- Internet of Things (IoT)
|
||||
source_code_url: https://github.com/domoticz/domoticz
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ licenses:
|
|||
- GPL-3.0
|
||||
platforms:
|
||||
- PHP
|
||||
- Bash
|
||||
- Shell
|
||||
tags:
|
||||
- Games - Administrative Utilities & Control Panels
|
||||
source_code_url: https://github.com/easy-wi/developer/
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ description: Luke Smith's bash script to completely automate the setup of a Post
|
|||
licenses:
|
||||
- GPL-3.0
|
||||
platforms:
|
||||
- Bash
|
||||
- Shell
|
||||
tags:
|
||||
- Communication - Email - Complete Solutions
|
||||
source_code_url: https://github.com/LukeSmithxyz/emailwiz
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ description: Local ad blocker. Like Pi-hole but local and using your operating s
|
|||
licenses:
|
||||
- Apache-2.0
|
||||
platforms:
|
||||
- Bash
|
||||
- Shell
|
||||
tags:
|
||||
- DNS
|
||||
source_code_url: https://github.com/tanrax/maza-ad-blocking
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ description: Mistborn is your own virtual private cloud platform and WebUI that
|
|||
licenses:
|
||||
- MIT
|
||||
platforms:
|
||||
- Bash
|
||||
- Shell
|
||||
- Docker
|
||||
tags:
|
||||
- Self-hosting Solutions
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ description: Nextcloud preinstalled and preconfigured, with a text and web manag
|
|||
licenses:
|
||||
- GPL-2.0
|
||||
platforms:
|
||||
- Bash
|
||||
- Shell
|
||||
- PHP
|
||||
tags:
|
||||
- Self-hosting Solutions
|
||||
|
|
|
|||
|
|
@ -10,7 +10,9 @@ licenses:
|
|||
- MIT
|
||||
- AGPL-3.0
|
||||
platforms:
|
||||
- ClearOS
|
||||
- Shell
|
||||
- Perl
|
||||
- deb
|
||||
tags:
|
||||
- Self-hosting Solutions
|
||||
source_code_url: https://wikisuite.org/Source-Code
|
||||
|
|
|
|||
Loading…
Reference in a new issue