Advanced Search
Search Results
15 total results found
README
What is Cloud 4.0 Cloud 4.0 aims to centralize and integrate many of the applications found in the docker-compose stack. This will allow for users to have a unified experience across many different services and improve synergy amongst a variety of different t...
Base Microservice Specifications
This document will describe basic functions all Microservices will have. The service's endpoints and controller files will be generated using OpenAPI's generator. As such, all microservices will follow OpenAPI's specification for code generation and documentat...
Terms of Service
Terms of Service Our Terms of Service were last updated on 2/12/2022. Please read these terms and conditions carefully before using Our Service. Interpretation and Definitions Interpretation The words of which the initial letter is capitalized have meanin...
Security Goals
Overview The purpose of this document is to outline security goals for the entire system Goals There are multiple goals that need to be met to provide users with the most secure platform as possible. We will be defending against many common attacks such as:...
Infrastructure
Overview This page will outline the specifications for the infrastructure. It is very important that a strong infrastructure is used to facilitate better scalability, better developer experience and a better user experience. Most infrastructure will remain in...
DevOps Topics
Overview The purpose of this document is to specify different devops topics from building, testing and deploying to developing in a container with docker. Visual Studio Code VS Code will be used for all major development. For the most up to date IDE, it is ...
Development Notes & Links
Overview This page contains a list of links and information pertaining to the development of microservices. Links System Design Primer - Github How to design large scale systems. Includes information on databases, caching and other topics involving creati...
Cloud Configurations Repository Wiki
How to Contribute Anyone is welcome to contribute to this project. Be sure to follow the guidelines below and get started! Folder Structure The following diagram displays how a developer should set up their API folder structure: APIs/ ├─ API_NAME/ │ ├─ ...
Logging and Tracing
Purpose The purpose of this document is to describe how microservices should log. As a note, this excludes infrastructure containers since they all have their own log formats. The goal of having a standard logging format for containers is to allow for easier ...
Virtual Machine Infrastructure
Overall Goal The overall goal of this project is to be able to maintain virtual machines easier and provide a secure and stable environment for docker-compose stacks and other binaries to run. One requirement is virtual machines should be generated on demand ...
New Page
The Vision
What is it? The vision of Cloud 4.0 is to provide a secure, fault tolerance and an overall easy to manage system to provide computing needs and hosting services. One main goal is to provide extensibility and flexibility as the needs for computing will change ...
Overview
Purpose The purpose of this document is to provide a overview of all of the machines in use as well as backup machines. Each machine will be given its own section Machines Gateway Dell Poweredge R720 RAM: CPU: Motherboard: PSU: HDD GPU Other ...
Docker Virtual Machines
About A docker virtual machine is a virtual host where the sole purpose is to bring up a docker-compose stack. The docker-compose stack could be an application or a bundle of different applications.
Active Out of Band Patches
05-08-2026 Dirty Frag CMD: sh -c "printf 'install esp4 /bin/false\ninstall esp6 /bin/false\ninstall rxrpc /bin/false\n' > /etc/modprobe.d/dirtyfrag.conf; rmmod esp4 esp6 rxrpc 2>/dev/null; echo 3 > /proc/sys/vm/drop_caches; true" Modified files: + /etc/modpro...