Added Descriptions

This commit is contained in:
WilliamMiceli
2019-02-09 18:23:04 -05:00
parent 4e76690e14
commit 4a51e6ec47
25 changed files with 60 additions and 21 deletions

View File

@@ -1 +1,3 @@
# Ghost # Ghost
Ghost is a free and open source blogging platform written in JavaScript and distributed under the MIT License, designed to simplify the process of online publishing for individual bloggers as well as online publications.

View File

@@ -1,8 +1,8 @@
name: Ghost name: Ghost
description: | description: |
Status: Functional Ghost is a free and open source blogging platform, designed to simplify the process of online publishing for individual bloggers as well as online publications.
version: latest version: latest
# category: category: blogging
maintainer: WilliamMiceli maintainer: WilliamMiceli
# license: # license:
# projectURL: # projectURL:

View File

@@ -1,5 +1,6 @@
# GitLab (Community Edition) # GitLab (Community Edition)
GitLab is the first single application for the entire DevOps lifecycle. From planning to monitoring GitLab covers every stage and additionally lets you manage and secure across stages. Only GitLab enables Concurrent DevOps, unlocking organizations from the constraints of the toolchain. GitLab provides unmatched visibility, higher levels of efficiency, and comprehensive governance. This makes the software lifecycle 200% faster, radically improving the speed of business.
## Manually Adding More Environment Variables With Omnibus ## Manually Adding More Environment Variables With Omnibus

View File

@@ -1,6 +1,6 @@
name: GitLab (Community Edition) name: GitLab (Community Edition)
description: | description: |
Status: NOT READY GitLab is a web-based Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features, using an open-source license, developed by GitLab Inc.
version: latest version: latest
# category: # category:
maintainer: WilliamMiceli maintainer: WilliamMiceli

View File

@@ -1,4 +1,6 @@
# Gitea # Gitea
Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket, and Gitlab. Gitea is a fork of Gogs. The goal of this project is to provide the easiest, fastest, and most painless way of setting up a self-hosted Git service. With Go, this can be done with an independent binary distribution across all platforms and architectures that Go supports. This support includes Linux, macOS, and Windows, on architectures like amd64, i386, ARM, PowerPC, and others.
## Known Issues ## Known Issues
* SSH capabilities not yet functional * SSH capabilities not yet functional due to Traefik limitation

View File

@@ -1,6 +1,6 @@
name: Gitea name: Gitea
description: | description: |
Status: EXPERIMENTAL Gitea is a community managed fork of Gogs, lightweight code hosting solution.
version: latest version: latest
# category: # category:
maintainer: WilliamMiceli maintainer: WilliamMiceli

View File

@@ -1,5 +1,11 @@
# Guacamole # Guacamole
Apache Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH.
We call it clientless because no plugins or client software are required.
Thanks to HTML5, once Guacamole is installed on a server, all you need to access your desktops is a web browser.
## Initial Setup ## Initial Setup
On the "guacamole" container, run: On the "guacamole" container, run:

View File

@@ -1,6 +1,6 @@
# httpd # httpd
https://docs.docker.com/samples/library/httpd/ The Apache HTTP Server, colloquially called Apache, is free and open-source cross-platform web server software, released under the terms of Apache License 2.0. Apache is developed and maintained by an open community of developers under the auspices of the Apache Software Foundation. The vast majority of Apache HTTP Server instances run on a Linux distribution, but current versions also run on Windows and a wide variety of Unix-like systems.
# ToDo's # ToDo's

View File

@@ -8,9 +8,7 @@
## Description ## Description
Free Open-Source Invoicing An open-source platform to invoice, track payments, expenses, and time billable tasks for clients.
Expenses & time-tracking built with Laravel
## Pre-Deployment ## Pre-Deployment

View File

@@ -1,6 +1,6 @@
name: Invoice Ninja name: Invoice Ninja
description: | description: |
Status: Functional An open-source platform to invoice, track payments, expenses, and time billable tasks for clients.
version: latest version: latest
category: Invoicing category: Invoicing
maintainer: WilliamMiceli maintainer: WilliamMiceli

View File

@@ -1,5 +1,9 @@
# Nextcloud # Nextcloud
Nextcloud offers industry-leading on-premises file sync and online collaboration technology. Our expertise is in combining the convenience and ease of use of consumer-grade solutions like Dropbox and Google Drive with the security, privacy and control business needs.
Our self-hosted solutions ensure you know where data is, who has access, and that even meta-data does not leak.
## Pre-Requisites ## Pre-Requisites
* Traefik deployed * Traefik deployed

View File

@@ -1,6 +1,6 @@
name: Nextcloud name: Nextcloud
description: | description: |
Status: EXPERIMENTAL Nextcloud is a suite of client-server software for creating and using file hosting services.
version: latest version: latest
# category: # category:
maintainer: WilliamMiceli maintainer: WilliamMiceli

View File

@@ -1,4 +1,10 @@
# Nginx # NGINX
NGINX is a web server which can also be used as a reverse proxy, load balancer, mail proxy and HTTP cache.
Nginx can be deployed to serve dynamic HTTP content on the network using FastCGI, SCGI handlers for scripts, WSGI application servers or Phusion Passenger modules, and it can serve as a software load balancer.
Nginx uses an asynchronous event-driven approach, rather than threads, to handle requests. Nginx's modular event-driven architecture can provide more predictable performance under high loads.
### Full Example nginx.conf ### Full Example nginx.conf
https://www.nginx.com/resources/wiki/start/topics/examples/full/ https://www.nginx.com/resources/wiki/start/topics/examples/full/

View File

@@ -1,5 +1,7 @@
# OpenProject # OpenProject
The software enables location independent multi project management, team collaboration and communication. Get your projects done - regardless of your industry or location - with the best project management software OpenProject.
https://github.com/opf/openproject/blob/dev/docs/configuration/configuration.md https://github.com/opf/openproject/blob/dev/docs/configuration/configuration.md
##### Default admin login ##### Default admin login

View File

@@ -1,3 +1,5 @@
# phpMyAdmin # phpMyAdmin
phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web. phpMyAdmin supports a wide range of operations on MySQL and MariaDB. Frequently used operations (managing databases, tables, columns, relations, indexes, users, permissions, etc) can be performed via the user interface, while you still have the ability to directly execute any SQL statement.
https://hub.docker.com/r/phpmyadmin/phpmyadmin/ https://hub.docker.com/r/phpmyadmin/phpmyadmin/

View File

@@ -1,5 +1,7 @@
# Redis # Redis
Redis is an open-source in-memory data structure project implementing a distributed, in-memory key-value database with optional durability. Redis supports different kinds of abstract data structures, such as strings, lists, maps, sets, sorted sets, hyperloglogs, bitmaps, streams and spatial indexes. The project is mainly developed by Salvatore Sanfilippo and is currently sponsored by Redis Labs.
### Will continue this in the future ### Will continue this in the future
https://store.docker.com/_/redis https://store.docker.com/_/redis

View File

@@ -1,3 +1,5 @@
# RocketChat # RocketChat
https://store.docker.com/_/rocketchat Rocket.Chat is free, unlimited and open source. Replace email, HipChat & Slack with the ultimate team chat software solution.
Free audio and video conferencing, guest access, screen sharing, file sharing, LiveChat, LDAP Group Sync, two-factor authentication (2FA), E2E encryption, SSO, and dozens of OAuth providers.

View File

@@ -1,6 +1,6 @@
name: RocketChat name: RocketChat
description: | description: |
Status: NOT READY Rocket.Chat is free, unlimited and open source. Replace email, HipChat & Slack with the ultimate team chat software solution.
version: latest version: latest
category: Communication category: Communication
maintainer: WilliamMiceli maintainer: WilliamMiceli

View File

@@ -1,5 +1,8 @@
# Snipe-IT # Snipe-IT
Snipe-IT was made for IT asset management, to enable IT departments to track who has which laptop, when it was purchased, which software licenses and accessories are available, and so on.
Snipe-IT is open source software. Transparency, security and oversight is at the heart of everything we do. No vendor lock-in again, ever.
### Generate Your App Key Using: ### Generate Your App Key Using:
`php artisan key:generate` `php artisan key:generate`
@@ -9,4 +12,3 @@ https://snipe-it.readme.io/docs/generate-your-app-key
### After upgrading to a later version, use: ### After upgrading to a later version, use:
`php artisan migrate` `php artisan migrate`
Also use if upon starting for the first time, and you get an error, as this may fix it

View File

@@ -1,5 +1,7 @@
# Traefik # Traefik
Traefik is a modern HTTP reverse proxy and load balancer that makes deploying microservices easy. Traefik integrates with your existing infrastructure components (Docker, Swarm mode, Kubernetes, Marathon, Consul, Etcd, Rancher, Amazon ECS, ...) and configures itself automatically and dynamically. Pointing Traefik at your orchestrator should be the only configuration step you need.
## About ## About
## Pre-Depoloyment ## Pre-Depoloyment

View File

@@ -1,8 +1,8 @@
name: Traefik name: Traefik
description: | description: |
Status: Functional Traefik is a modern HTTP reverse proxy and load balancer that makes deploying microservices easy.
version: latest version: latest
category: Networking category: Networking
maintainer: WilliamMiceli maintainer: WilliamMiceli
# license: # license:
# projectURL: https://github.com/rawmind0/alpine-traefik # projectURL:

View File

@@ -1,5 +1,7 @@
# WordPress # WordPress
WordPress (WordPress.org) is a free and open-source content management system (CMS) based on PHP & MySQL. Features include a plugin architecture and a template system. It is most associated with blogging but supports other types of web content including more traditional mailing lists and forums, media galleries, and online stores.
## ToDo's ## ToDo's
* Add better trusted proxies configuration * Add better trusted proxies configuration

View File

@@ -1,6 +1,6 @@
name: WordPress name: WordPress
description: | description: |
Status: EXPERIMENTAL WordPress is open source software you can use to create a beautiful website, blog, or app.
version: latest version: latest
# category: # category:
maintainer: WilliamMiceli maintainer: WilliamMiceli

View File

@@ -1,5 +1,11 @@
# XWiki # XWiki
XWiki is a free wiki software platform written in Java with a design emphasis on extensibility. XWiki is an enterprise wiki. It includes WYSIWYG editing, OpenDocument based document import/export, semantic annotations and tagging, and advanced permissions management.
As an application wiki, XWiki allows for the storing of structured data and the execution of server side script within the wiki interface. Scripting languages including Velocity, Apache Groovy, Python, Ruby and PHP can be written directly into wiki pages using wiki macros. User created data structures can be defined in wiki documents and instances of those structures can be attached to wiki documents, stored in a database, and queried using either Hibernate query language or XWiki's own query language.
XWiki.org's extension wiki is home to XWiki extensions ranging from code snippets which can be pasted into wiki pages to loadable core modules. Many of XWiki Enterprise's features are provided by extensions which are bundled with it.
## Will continue this later ## Will continue this later
<https://store.docker.com/_/xwiki> <https://store.docker.com/_/xwiki>

View File

@@ -1,6 +1,6 @@
name: XWiki name: XWiki
description: | description: |
Status: EXPERIMENTAL XWiki is a free wiki software platform written in Java with a design emphasis on extensibility.
version: latest version: latest
category: Wiki category: Wiki
maintainer: WilliamMiceli maintainer: WilliamMiceli