Skip to content
@nullinside-development-group

nullinside development group

nullinside-development-group

This organization is primarily responsible for the code required to run https://nullinside.com and its ancillary applications.

Table of Contents

Site

The DNS for nullinside.com points to the address of the web server hosting the site and its microservices. The NGINX server configured in the nullinside-ui project listens for all incoming web requests and routes to individual microservices based on the requested URI. The nullinside-ui project also hosts the code responsible for generating the index.html file for the site.

The site hosts "proof of ownership" files at https://nullinside.com/.wellknown/acme-challenge for its site certificate provided by Lets Encrypt.

flowchart LR
        User-->|<a href='https://github.com/nullinside-development-group/nullinside-ui/blob/main/nginx/filesystem/etc/nginx/conf.d/nginx.conf'>https://nullinside.com...</a>|nullinside-ui
    subgraph Web Server - Docker
        nullinside-ui[<a href='https://github.com/nullinside-development-group/nullinside-ui'>nullinside-ui</a>]-->|NGINX Route: <a href='https://github.com/nullinside-development-group/nullinside-ui/blob/main/nginx/filesystem/etc/nginx/conf.d/nginx.conf'>/api/v1</a>|nullinside-api[<a href='https://github.com/nullinside-development-group/nullinside-api'>nullinside-api</a>]
        nullinside-ui-->|NGINX Route: <a href='https://github.com/nullinside-development-group/nullinside-ui/blob/main/nginx/filesystem/etc/nginx/conf.d/nginx.conf'>/null/v1</a>|nullinside-api-null[<a href='https://github.com/nullinside-development-group/nullinside-api-null'>nullinside-api-null</a>]
        nullinside-ui-->|NGINX Route: <a href='https://github.com/nullinside-development-group/nullinside-ui/blob/main/nginx/filesystem/etc/nginx/conf.d/nginx.conf'>/twitch-bot/v1</a>|nullinside-api-twitch-bot[<a href='https://github.com/nullinside-development-group/nullinside-api-twitch-bot'>nullinside-api-twitch-bot</a>]
    end
Loading

Codebases

  1. Templates: Templates used when creating new git repos to create boilerplate code for applications.
    • nullinside-template-desktop-gui: A standard desktop application written in C# using Avalonia. Deploys application as a GitHub release. Includes code for checking for new releases of the application.
  2. Website: The codebases that explicitly support HTTP responses for (nullinside.com)[https://nullinside.com].
  3. Ancillary: The ancillary applications that support the site or its sister deliverables.

CICD

Pull Request Testing

All pull requests are tested prior to be merged using GitHub actions that run on self-hosted runners. These checks, where possible, include CodeQL in addition to common sense sanity tests on the proposed code.

flowchart LR
    a1-->|Get Work|API
    a2-->|Get Work|API
    a3-->|Get Work|API
    a4-->|Get Work|API
    subgraph Web Server - Docker
        a1[<a href='https://github.com/ProgrammingByPermutation/scripts/tree/main/github-runner'>docker-build-agent</a>]
        a2[<a href='https://github.com/ProgrammingByPermutation/scripts/tree/main/github-runner'>docker-build-agent</a>]
        a3[<a href='https://github.com/ProgrammingByPermutation/scripts/tree/main/github-runner'>docker-build-agent</a>]
        a4[<a href='https://github.com/ProgrammingByPermutation/scripts/tree/main/github-runner'>docker-build-agent</a>]
    end
    subgraph GitHub
        API
    end
Loading

Code Building

Code is built on Jenkins using self-hosted runners. The jenkins instance has two publicly exposed endpoints that ingest JSON data indicating when updates are made to the GitHub codebase. Updates to each codebase's main branch automatically triggers builds and deploys artifacts.

flowchart LR
    API-->|Code Pushed|angular-ui
    subgraph Web Server - Docker
        angular-ui[<a href='https://github.com/nullinside-development-group/nullinside-ui'>angular-ui</a>]-->|NGINX Route: <a href='https://github.com/nullinside-development-group/nullinside-ui/blob/main/nginx/filesystem/etc/nginx/conf.d/nginx.conf'>/github-webhook</a>|Jenkins
        angular-ui[<a href='https://github.com/nullinside-development-group/nullinside-ui'>angular-ui</a>]-->|NGINX Route: <a href='https://github.com/nullinside-development-group/nullinside-ui/blob/main/nginx/filesystem/etc/nginx/conf.d/nginx.conf'>/multibranch-webhook-trigger</a>|Jenkins
        b1["<a href='https://github.com/ProgrammingByPermutation/scripts/tree/main/jenkins'>Build
            Agent</a>"]-->|Get Work|Jenkins[<a href='https://github.com/ProgrammingByPermutation/scripts/tree/main/jenkins'>jenkins</a>]
        b2["<a href='https://github.com/ProgrammingByPermutation/scripts/tree/main/jenkins'>Build
            Agent</a>"]-->|Get Work|Jenkins[<a href='https://github.com/ProgrammingByPermutation/scripts/tree/main/jenkins'>jenkins</a>]
        b3["<a href='https://github.com/ProgrammingByPermutation/scripts/tree/main/jenkins'>Build
            Agent</a>"]-->|Get Work|Jenkins[<a href='https://github.com/ProgrammingByPermutation/scripts/tree/main/jenkins'>jenkins</a>]
        b4["<a href='https://github.com/ProgrammingByPermutation/scripts/tree/main/jenkins'>Build
            Agent</a>"]-->|Get Work|Jenkins[<a href='https://github.com/ProgrammingByPermutation/scripts/tree/main/jenkins'>jenkins</a>]
    end
    subgraph GitHub
        API
    end
Loading

Popular repositories Loading

  1. nullinside-ui nullinside-ui Public

    TypeScript

  2. nullinside-api nullinside-api Public

    C#

  3. nullinside-cicd-github nullinside-cicd-github Public

    GitHub bot to work around missing features that require a paid license.

    C#

  4. nullinside-api-twitch-bot nullinside-api-twitch-bot Public

    A twitch bot for banning other bots. The irony is not lost on me.

    C#

  5. nullinside-site-monitor nullinside-site-monitor Public

    A desktop application for keeping track of the status of the nullinside site and its microservices.

    C#

  6. nullinside-template-desktop-gui nullinside-template-desktop-gui Public template

    C#

Repositories

Showing 10 of 11 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…