Giter Club home page Giter Club logo

fp-status-page's Introduction

FP Report

0.0 update nginx to include auto TLS certs

1 sudo apt update

2 sudo apt install apt-transport-https ca-certificates curl software-properties-common

3 curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg

4 echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null

5 sudo apt update

6 sudo apt install docker-ce

7 sudo usermod -aG docker ${USER}

--

8 mkdir -p ~/.docker/cli-plugins/

9 curl -SL https://github.com/docker/compose/releases/download/v2.3.3/docker-compose-linux-x86_64 -o ~/.docker/cli-plugins/docker-compose

9.1 chmod +x ~/.docker/cli-plugins/docker-compose

--

10 sudo adduser bigipreport --shell=/bin/false

11 sudo mkdir -p /opt/bigipreport

12 cd /opt/bigipreport

13 sudo git clone https://github.com/DJR-FP/fp-status-page.git .

14 sudo chown -R bigipreport:bigipreport /opt/bigipreport

15 sudo chmod 755 /opt/bigipreport/underlay

16 sudo nano /opt/bigipreport/bigipreportconfig.xml

17 docker compose

mkdir fpreport

cd fpreport

nano docker-compose.yml

version: '3.3' services: nginx: ports: - '8080:80' volumes: - '/var/run/docker.sock:/tmp/docker.sock:ro' - '/opt/bigipreport/underlay:/usr/share/nginx/html:ro' restart: 'always' logging: options: max-size: 1g image: nginx

sudo docker run --rm -v "/opt/bigipreport:/bigipreport/" bigipreport/data-collector

*/5 * * * * /usr/bin/docker run -d --rm -v "/opt/bigipreport:/bigipreport/" bigipreport/data-collector

fp-status-page's People

Contributors

dependabot[bot] avatar djr-fp avatar epacke avatar patrik-netent avatar sloanster4000 avatar timriker avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.