cleanup root directory

This commit is contained in:
2025-04-15 15:36:26 -04:00
parent 7f583e73b0
commit 8eaf49fd54
6 changed files with 0 additions and 5114 deletions

View File

@ -1,10 +0,0 @@
FROM node:lts
# add project files to /app
ADD ./ /app
WORKDIR /app
# install node dependencies
RUN npm install
EXPOSE 8080

View File

@ -1,10 +0,0 @@
# Donate
Thank you for considering donating, this helps support my work on this project 😁
## How can I donate?
- Bitcoin: bc1qy22smke8n4c54evdxmp7lpy9p0e6m9tavtlg2q
- Ethereum: 0xc64CFbA5D0BF7664158c5671F64d446395b3bF3D
- Buy me a Coffee: [https://ko-fi.com/liamcottle](https://ko-fi.com/liamcottle)
- Sponsor on GitHub: [https://github.com/sponsors/liamcottle](https://github.com/sponsors/liamcottle)

5057
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,24 +0,0 @@
{
"name": "meshtastic-map",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "jest"
},
"author": "",
"license": "ISC",
"dependencies": {
"@prisma/client": "^5.11.0",
"command-line-args": "^5.2.1",
"command-line-usage": "^7.0.1",
"compression": "^1.7.4",
"express": "^4.18.3",
"mqtt": "^5.3.6",
"protobufjs": "^7.2.6"
},
"devDependencies": {
"jest": "^29.7.0",
"prisma": "^5.10.2"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 270 KiB

View File

@ -1,13 +0,0 @@
# pull changes from git
git fetch && git pull
# update node deps
npm install
# migrate database
npx --yes prisma migrate deploy
npx --yes prisma generate
# restart services
service meshtastic-map restart
service meshtastic-map-mqtt restart