Merge pull request #217 from awesome-selfhosted/platforms-description

Add descriptions for all platforms
This commit is contained in:
nodiscc 2023-09-24 22:56:37 +00:00 committed by GitHub
commit 3d2e6bf702
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
39 changed files with 40 additions and 45 deletions

View file

@ -1,2 +1,2 @@
name: Ansible
description: ""
description: "[Ansible](https://en.wikipedia.org/wiki/Ansible_(software)) is a configuration management, provisioning and deployment automation tool."

View file

@ -1,2 +1,2 @@
name: C++
description: ""
description: "[C++](https://en.wikipedia.org/wiki/C%2B%2B) is a high-level, general-purpose programming language. First released in 1985 as an extension of the C programming language, it has since expanded significantly."

View file

@ -1,2 +1,2 @@
name: C
description: ""
description: "[C](https://en.wikipedia.org/wiki/C_(programming_language)) is a general-purpose computer programming language."

View file

@ -1,2 +1,2 @@
name: Dart
description: ""
description: "[Dart](https://en.wikipedia.org/wiki/Dart_(programming_language)) is an object-oriented, class-based, garbage-collected language with C-style syntax. It can compile to machine code, JavaScript, or WebAssembly."

View file

@ -1,2 +1,2 @@
name: Deno
description: ""
description: "[Deno](https://en.wikipedia.org/wiki/Deno_(software)) is a runtime for JavaScript, TypeScript, and WebAssembly that is based on the V8 JavaScript engine and the Rust programming language."

View file

@ -1,2 +1,2 @@
name: Elixir
description: ""
description: "[Elixir](https://en.wikipedia.org/wiki/Elixir_(programming_language)) is a functional, concurrent, high-level general-purpose programming language that runs on the BEAM virtual machine, which is also used to implement the Erlang programming language."

View file

@ -1,2 +1,2 @@
name: Haxe
description: ""
description: "[Haxe](https://en.wikipedia.org/wiki/Haxe) is a high-level cross-platform programming language and compiler that can produce applications and source code for many different computing platforms from one code-base."

View file

@ -1,2 +1,2 @@
name: HTML
description: ""
description: "The HyperText Markup Language or [HTML](https://en.wikipedia.org/wiki/HTML) is the standard markup language for documents designed to be displayed in a web browser. It defines the meaning and structure of web content. It is often assisted by technologies such as Cascading Style Sheets (CSS) and scripting languages such as JavaScript."

View file

@ -1,2 +1,2 @@
name: Java
description: ""
description: "[Java](https://en.wikipedia.org/wiki/Java_(programming_language)) is a general-purpose, high-level, class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible. Compiled Java code can run on all platforms that support Java without the need to recompile.""

View file

@ -1,2 +1,2 @@
name: K8S
description: ""
description: "[Kubernetes](https://en.wikipedia.org/wiki/Kubernetes) (commonly abbreviated K8s) is a container orchestration system for automating software deployment, scaling, and management."

View file

@ -1,2 +1,2 @@
name: Lua
description: ""
description: "Lua is a lightweight, high-level, multi-paradigm programming language."

View file

@ -1,2 +1,2 @@
name: Mono
description: ""
description: "[Mono](https://en.wikipedia.org/wiki/Mono_(software)) is a .NET Framework-compatible software framework."

View file

@ -1,2 +1,2 @@
name: Nix
description: ""
description: "[Nix](https://en.wikipedia.org/wiki/Nix_(package_manager)) is a cross-platform package manager that uses a deployment model where software is installed into unique directories generated through cryptographic hashes. It is also the name of the tool's programming language."

View file

@ -1,2 +1,2 @@
name: Nodejs
description: ""
description: "[Node.js](https://en.wikipedia.org/wiki/Node.js) is a back-end JavaScript runtime environment which executes JavaScript code outside a web browser."

View file

@ -1,2 +1,2 @@
name: Objective-C
description: ""
description: "[Objective-C](https://en.wikipedia.org/wiki/Objective-C) is a high-level general-purpose, object-oriented programming language that adds Smalltalk-style messaging to the C programming language."

View file

@ -1,2 +1,2 @@
name: OCaml
description: ""
description: "[OCaml](https://en.wikipedia.org/wiki/OCaml) is a general-purpose, high-level multi-paradigm programming language."

View file

@ -1,2 +1,2 @@
name: Perl
description: ""
description: "[Perl](https://en.wikipedia.org/wiki/Perl) is a high-level, general-purpose, interpreted, dynamic programming language."

View file

@ -1,2 +1,2 @@
name: PHP
description: ""
description: "[PHP](https://en.wikipedia.org/wiki/PHP) is a general-purpose scripting language geared towards web development."

View file

@ -1,2 +1,2 @@
name: pgSQL
description: ""
name: PLpgSQL
description: "[PL/pgSQL](https://en.wikipedia.org/wiki/PL/pgSQL) (Procedural Language/PostgreSQL) is a procedural programming language supported by the PostgreSQL ORDBMS."

View file

@ -1,2 +1,2 @@
name: Python
description: ""
description: "[Python](https://en.wikipedia.org/wiki/Python_(programming_language)) is a high-level, general-purpose programming language, supporting multiple programming paradigms, including structured (particularly procedural), object-oriented and functional programming. Its design philosophy emphasizes code readability."

View file

@ -1,2 +0,0 @@
name: React
description: ""

View file

@ -1,2 +1,2 @@
name: Ruby
description: ""
description: "[Ruby](https://en.wikipedia.org/wiki/Ruby_(programming_language)) is an interpreted, high-level, general-purpose programming language which supports multiple programming paradigms. It was designed with an emphasis on programming productivity and simplicity."

View file

@ -1,2 +1,2 @@
name: Rust
description: ""
description: "[Rust](https://en.wikipedia.org/wiki/Rust_(programming_language)) is a multi-paradigm, general-purpose programming language that emphasizes performance, type safety, memory safety, and concurrency."

View file

@ -1,2 +1,2 @@
name: Scala
description: ""
description: "[Scala](https://en.wikipedia.org/wiki/Scala_(programming_language)) is a strong statically typed high-level general-purpose programming language that supports both object-oriented programming and functional programming."

View file

@ -1,2 +1,2 @@
name: Shell
description: ""
description: "A [Unix shell](https://en.wikipedia.org/wiki/Unix_shell) is a command-line interpreter that provides a command-line user interface for Unix-like operating systems. The shell is both an interactive command language and a scripting language, and is used by the operating system to control the execution of the system using shell scripts."

View file

@ -1,2 +0,0 @@
name: Typescript
description: ""

View file

@ -1,2 +1,2 @@
name: Unknown
description: ""
description: "Unknown programming language, closed-source software."

View file

@ -4,7 +4,7 @@ description: No-code business automation tool like Zapier or Tray. For example,
licenses:
- MIT
platforms:
- Typescript
- Docker
tags:
- Automation
source_code_url: https://github.com/activepieces/activepieces

View file

@ -1,11 +1,11 @@
name: FreedomBox
website_url: https://freedomboxfoundation.org/
website_url: https://freedombox.org/
description: Community project to develop, design and promote personal servers running free software for private, personal, communications.
licenses:
- AGPL-3.0
platforms:
- Python
- Other
- deb
tags:
- Self-hosting Solutions
source_code_url: https://salsa.debian.org/freedombox-team/freedombox

View file

@ -1,6 +1,6 @@
name: GeneWeb
website_url: https://geneweb.tuxfamily.org/wiki/GeneWeb
description: GeneWeb is an open source genealogy software written in OCaml. It comes with a Web interface and can be used off-line or as a Web service.
description: Genealogy software. It comes with a Web interface and can be used off-line or as a Web service.
licenses:
- GPL-2.0
platforms:

View file

@ -5,7 +5,7 @@ licenses:
- MIT
platforms:
- Ruby
- React
- Nodejs
tags:
- Money, Budgeting & Management
source_code_url: https://github.com/inoda/ontrack

View file

@ -5,7 +5,7 @@ licenses:
- AGPL-3.0
platforms:
- Python
- Other
- Docker
tags:
- Document Management - Integrated Library Systems (ILS)
source_code_url: https://github.com/rero/rero-ils

View file

@ -5,7 +5,7 @@ licenses:
- Apache-2.0
platforms:
- C++
- Other
- Shell
tags:
- Self-hosting Solutions
source_code_url: https://github.com/sandstorm-io/sandstorm

View file

@ -4,8 +4,7 @@ description: ShellHub is a modern SSH server for remotely accessing linux device
licenses:
- Apache-2.0
platforms:
- Go
- Other
- Docker
tags:
- Remote Access
source_code_url: https://github.com/shellhub-io/shellhub

View file

@ -4,7 +4,8 @@ description: Alternative open-source dashboard for the Cypress browser automatio
licenses:
- MIT
platforms:
- Typescript
- Docker
- K8S
tags:
- Software Development - Testing
source_code_url: https://github.com/sorry-cypress/sorry-cypress

View file

@ -4,8 +4,8 @@ description: Your own online file storage, social network or email server.
licenses:
- GPL-3.0
platforms:
- Python
- Other
- Go
- Shell
tags:
- Self-hosting Solutions
source_code_url: https://github.com/syncloud/platform

View file

@ -5,7 +5,6 @@ licenses:
- GPL-3.0
platforms:
- Perl
- Other
tags:
- Self-hosting Solutions
source_code_url: https://ubos.net/

View file

@ -4,7 +4,7 @@ description: Linux-based operating system designed to run on home media server s
licenses:
- ⊘ Proprietary
platforms:
- Other
- Unknown
tags:
- Self-hosting Solutions
source_code_url: https://www.unraid.net

View file

@ -5,7 +5,7 @@ licenses:
- AGPL-3.0
platforms:
- Python
- Other
- Shell
tags:
- Self-hosting Solutions
source_code_url: https://github.com/YunoHost