To prevent automated spam submissions leave this field empty.

GitLab

Self Hosted Git Management & DevOps Toolchain

GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security. GitLab provides Git based version control, packaged with a complete DevOps toolchain. Somewhat like GitHub, but much, much more.

Appliance category: 

NGINX PHP FastCGI Server Configuration

with Adminer

NGINX is a web server, load balancer and reverse proxy with a strong focus on performance, high concurency (over 10,000 simultaneous connections), and low memory usage. It powers many of the world's largest websites. NGINX can deploy dynamic HTTP content such as PHP scripts using the FastCGI interface.

Node.js

Asynchronous Javascript Framework

Node.js is a cross-platform Javascript runtime environment built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, especially for server-side and networking applications. npm, Nodes package ecosystem is the largest ecosystem of open source libraries in the world.

Etherpad

Real-time document collaboration

Etherpad is a real-time collaborative editor, sort of like a web-based multiplayer Notepad that allows groups of users to simultaneously edit a text document, with the ability to display each author's text in their own color. There is also a chat box in the sidebar to allow meta communication.

Appliance category: 

CouchDB

JSON based Web database

CouchDB is a database that completely embraces the web. Store your data with JSON documents. Access your documents with your web browser, via HTTP. Query, combine, and transform your documents with JavaScript. CouchDB works well with modern web and mobile apps. You can even serve web apps directly out of CouchDB.

ASP .NET Core on Nginx

Open source dotNET MVC framework from Microsoft

.NET Core is the successor to the .NET Framework, it's free and open source provided by Microsoft. ASP.NET Core is the .NET Core version of ASP.NET: a web application framework for developing dynamic web pages with C#.

Gitea

Git with a cup of tea!

Gitea is a painless self-hosted Git service. It is somewhat similar to GitHub, Bitbucket and Gitlab. As well as support for Git revision control, it also provides issue tracking and development wiki pages. Gitea is a fork of Gogs, a lightweight code hosting solution written in Go and published under the MIT license.