8000 GitHub - revilo951/NBN-TIG-Stack: A docker compose for NBN Users to make a TIG stack.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

revilo951/NBN-TIG-Stack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NBN-TIG-Stack Lite

A docker compose for NBN Users to make a TIG stack.

Usage Guide

TODO finish documentation

  1. Install Docker
  2. Download and extract the Repository eg: wget https://github.com/ChrisRiddell/NBN-TIG-Stack/archive/lite.zip && unzip lite.zip
  3. Edit ./telegraf/telegraf.conf change line 109 from urls = ["[GATEWAY_IP]", to your gateway/router IP address eg: urls = ["192.168.1.1",
  4. Change to the NBN-TIG-Stack-lite directory in a shell/terminal eg: cd NBN-TIG-Stack-lite
  5. Run the following commands
    • docker-compose build
    • docker-compose pull
    • docker-compose up -d
  6. In a browser go to (replacing [ip] with the computer/server/rpi's IP address) http://[ip]:3000/
  7. Login with username admin password admin and change the password when prompted

About

A docker compose for NBN Users to make a TIG stack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%
0