Skip to content

Commit

Permalink
add links api
Browse files Browse the repository at this point in the history
  • Loading branch information
skysthelimitt committed May 12, 2024
1 parent d201602 commit 88809cc
Show file tree
Hide file tree
Showing 14 changed files with 169 additions and 2,120 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ADD_LINK_PASS = password to use for the adding links api
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
src/api/passwords
.env
src/api/some.pass
13 changes: 0 additions & 13 deletions .replit

This file was deleted.

19 changes: 0 additions & 19 deletions Dockerfile

This file was deleted.

9 changes: 0 additions & 9 deletions docker-compose.yml

This file was deleted.

31 changes: 22 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"node": ">=16.0.0"
},
"scripts": {
"start": "node src/index.js"
"start": "node --env-file=.env src/index.js"
},
"keywords": [
"proxy"
Expand All @@ -19,6 +19,7 @@
"@mercuryworkshop/bare-mux": "^1.0.5",
"@mercuryworkshop/epoxy-transport": "^1.1.0",
"@titaniumnetwork-dev/ultraviolet": "^3.0.0",
"cookie-parser": "^1.4.6",
"express": "^4.19.2",
"wisp-server-node": "^1.0.1",
"ws": "^8.16.0"
Expand Down
Loading

0 comments on commit 88809cc

Please sign in to comment.