Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meysam81/default-backend
One-page HTML docker container for default backend, useful as the default rule for any load balancer.
https://github.com/meysam81/default-backend
default-backend docker load-balancer nginx
Last synced: 2 months ago
JSON representation
One-page HTML docker container for default backend, useful as the default rule for any load balancer.
- Host: GitHub
- URL: https://github.com/meysam81/default-backend
- Owner: meysam81
- License: mit
- Created: 2022-12-18T01:22:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T19:40:23.000Z (2 months ago)
- Last Synced: 2024-11-18T20:42:14.684Z (2 months ago)
- Topics: default-backend, docker, load-balancer, nginx
- Language: HTML
- Homepage:
- Size: 125 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Default Backend
[![Docker Pulls](https://img.shields.io/docker/pulls/meysam81/default-backend)](https://hub.docker.com/r/meysam81/default-backend)
[![Docker Image Size](https://img.shields.io/docker/image-size/meysam81/default-backend?label=docker%20image%20size)](https://hub.docker.com/r/meysam81/default-backend)
[![Code Size](https://img.shields.io/github/languages/code-size/meysam81/default-backend)](https://github.com/meysam81/default-backend)
[![Repo Size](https://img.shields.io/github/repo-size/meysam81/default-backend)](https://github.com/meysam81/default-backend)
[![Language Count](https://img.shields.io/github/languages/count/meysam81/default-backend)](https://github.com/meysam81/default-backend)
[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=meysam81_default-backend&metric=sqale_index)](https://sonarcloud.io/summary/new_code?id=meysam81_default-backend)
[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=meysam81_default-backend&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=meysam81_default-backend)
[![Duplicated Lines (%)](https://sonarcloud.io/api/project_badges/measure?project=meysam81_default-backend&metric=duplicated_lines_density)](https://sonarcloud.io/summary/new_code?id=meysam81_default-backend)
[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=meysam81_default-backend&metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=meysam81_default-backend)
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=meysam81_default-backend&metric=bugs)](https://sonarcloud.io/summary/new_code?id=meysam81_default-backend)
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=meysam81_default-backend&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=meysam81_default-backend)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=meysam81_default-backend&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=meysam81_default-backend)
[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=meysam81_default-backend&metric=code_smells)](https://sonarcloud.io/summary/new_code?id=meysam81_default-backend)
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=meysam81_default-backend&metric=ncloc)](https://sonarcloud.io/summary/new_code?id=meysam81_default-backend)- [Default Backend](#default-backend)
- [Overview](#overview)
- [How to Run?](#how-to-run)
- [Visual](#visual)## Overview
This is a simple one-page HTML docker image repository that will serve as the
default backend, usually useful for the default rule of any load balancer.## How to Run?
```bash
docker run -d -p 8080:80 --name default-backend ghcr.io/meysam81/default-backend
```## Visual
The page looks like below:
![Index Page!](./docs/static/index.png)