Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

25 total results found

Program Documentation

Documentation for various programs. Use this instead of Gitea's wiki function

Personal Documentation

Documentation on processes for myself because I usually forget ;)

Cloud 4.0

This contains documentation for Cloud 4.0, a cloud based on microservice architecture

Cloud 4.0 Documentation and Implementation

Security

Microservice Planning and Specifications

Cloud 4.0

This chapter contains all specification documents for home made microservices

Legal

Cloud 4.0

Legal documents users must agree to before entering the site

README

Cloud 4.0

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...

Security

Cloud 4.0 Documentation and Implementation

This chapter contains all of the security information for the system

Hardware

Cloud 4.0 Documentation and Implementation

This contains all of the hardware that is used in the server

Implementation

Cloud 4.0 Documentation and Implementation

Base Microservice Specifications

Cloud 4.0 Microservice Planning and 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

Cloud 4.0 Legal

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

Cloud 4.0 Microservice Planning and Specifications

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

Cloud 4.0 Microservice Planning and Specifications

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

Cloud 4.0 Microservice Planning and Specifications

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

Cloud 4.0

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

Cloud 4.0 Microservice Planning and Specifications

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/ │ ├─ ...