monitors your net
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
david 693934ed65 first 3 years ago
public/styles first 3 years ago
views first 3 years ago
.dockerignore first 3 years ago
.gitignore first 3 years ago
Dockerfile first 3 years ago
README.md first 3 years ago
database.js first 3 years ago
index.js first 3 years ago
netmon.py first 3 years ago
package-lock.json first 3 years ago
package.json first 3 years ago
postcss.config.js first 3 years ago
serviceWrapper.bash first 3 years ago
tailwind.config.js first 3 years ago

README.md

netmon

bunch of misc cmds

docker run --rm -it --name pls -w /app -p 3000:3000 -p 5000:5000 -e dstHost=localhost -e dstPort=8000 -e TZ=Australia/Sydney -v /home/blender/projects/netmon:/app nikolaik/python-nodejs:python3.9-nodejs16-alpine sh
docker exec -it pls sh
apk add sqlite
npm install -g nodemon
npm install express sqlite
python -m http.server 8000
export dstHost=localhost dstPort=8000
python netmon.py monitor

sqlite3 db.sqlite3
.headers on
.mode column
`SELECT * FROM netmonResults;`

npm install -D tailwindcss@latest postcss@latest autoprefixer@latest postcss-cli

npm install tailwindcss postcss autoprefixer postcss-cli