Skip to content

Commit

Permalink
✨ Add plausible proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
GiyoMoon committed Apr 4, 2023
1 parent ef939ba commit 902f75c
Show file tree
Hide file tree
Showing 8 changed files with 6,118 additions and 15 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ QUEST_CACHETIME=300000
QUEST_ENDPOINT=
QUEST_AUTH_TOKEN=
USER_AGENT="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36"
PLAUSIBLE_HOST=
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,21 @@
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix"
},
"dependencies": {
"@nestjs/axios": "^0.0.7",
"@nestjs/axios": "^2.0.0",
"@nestjs/common": "^8.4.1",
"@nestjs/core": "^8.4.1",
"@nestjs/platform-express": "^8.4.1",
"@nestjs/schedule": "^1.0.2",
"@nestjs/typeorm": "^8.0.3",
"bcrypt": "^5.0.1",
"cache-manager": "^5.2.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.13.2",
"dotenv": "^16.0.0",
"jsonwebtoken": "^8.5.1",
"openid": "^2.0.10",
"pg": "^8.7.3",
"raw-body": "^2.5.2",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^7.5.5",
Expand Down
Loading

0 comments on commit 902f75c

Please sign in to comment.