Skip to content

Commit

Permalink
open source fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nnqq committed Jul 17, 2021
1 parent 244924c commit cd7a425
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Push to GitHub Packages
uses: docker/build-push-action@v1
with:
username: nnqq
username: leaq-ru
password: ${{ secrets.GH_CI_TOKEN }}
registry: ghcr.io
repository: ${{ github.repository }}
Expand All @@ -29,7 +29,7 @@ jobs:
id: substr
with:
_input-text: ${{ github.repository }}
nnqq/scr-: ''
leaq-ru/: ''

- name: Install doctl
uses: digitalocean/action-doctl@v2
Expand Down
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
FROM node:14-alpine AS build
ARG PRIVATE_SSH=$PRIVATE_SSH
WORKDIR /app
COPY / /app
RUN apk add --no-cache git openssh-client
RUN mkdir -p -m 0600 /root/.ssh
RUN ssh-keyscan github.com >> /root/.ssh/known_hosts
RUN printf "%s" "$PRIVATE_SSH" > /root/.ssh/id_rsa
RUN chmod 600 /root/.ssh/id_rsa
RUN npm i --only=production

RUN GRPC_HEALTH_PROBE_VERSION=v0.3.2 && \
Expand Down
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2021 LEAQ

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# scr-wappalyzer
https://github.com/leaq-ru/about
10 changes: 5 additions & 5 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "scr-wappalyzer",
"name": "wappalyzer",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nnqq/scr-wappalyzer.git"
"url": "git+https://github.com/leaq-ru/wappalyzer.git"
},
"bugs": {
"url": "https://github.com/nnqq/scr-wappalyzer/issues"
"url": "https://github.com/leaq-ru/wappalyzer/issues"
},
"homepage": "https://github.com/nnqq/scr-wappalyzer#readme",
"homepage": "https://github.com/leaq-ru/wappalyzer#readme",
"dependencies": {
"@grpc/proto-loader": "^0.5.5",
"grpc": "^1.24.3",
Expand All @@ -20,7 +20,7 @@
"pino": "^6.7.0",
"pino-pretty": "^4.2.1",
"random-useragent": "^0.5.0",
"scr-proto": "nnqq/scr-proto#v1.7.2",
"proto": "leaq-ru/proto#v1.23.6",
"uuid": "^8.3.2",
"wappalyzer": "^6.5.33"
},
Expand Down

0 comments on commit cd7a425

Please sign in to comment.