Skip to content

Commit

Permalink
Integrate chai WIP. Need to:
Browse files Browse the repository at this point in the history
- pick and pass a port along to the docviewer script
- automatically setup the secrets/key.js file on install
- modify the get_download_view_url.sh script to utilize the domain name and port to make requests to
  • Loading branch information
o0101 committed Sep 13, 2023
1 parent 4badec4 commit 1734785
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion deploy-scripts/global_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ echo "Copied!"

echo -n "Setting up deploy system ..."

cd $INSTALL_DIR/src/services/pool/
cd $INSTALL_DIR/src/services/pool/deploy/
./scripts/setup.sh

echo "Install complete!"
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@
"parcel": "latest",
"parcel-resolver-ignore": "latest",
"pkg": "latest",
"whatwg-fetch": "^3.6.18"
"whatwg-fetch": "^3.6.19"
}
}
4 changes: 2 additions & 2 deletions src/services/pool/chai/package-lock.json

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

2 changes: 1 addition & 1 deletion src/zombie-lord/connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import {WorldName} from '../public/translateVoodooCRDP.js';
import {RACE_SAMPLE, makeCamera, COMMON_FORMAT, DEVICE_FEATURES, SCREEN_OPTS, MAX_ACK_BUFFER, MIN_WIDTH, MIN_HEIGHT} from './screenShots.js';
import {blockAds,onInterceptRequest as adBlockIntercept} from './adblocking/blockAds.js';
import {getInjectableAssetPath, LatestCSRFToken, fileChoosers} from '../ws-server.js';
import docViewerSecret from '../../config/secrets/docViewer.js';
import docViewerSecret from '../services/pool/chai/secrets/key.js';
//import {overrideNewtab,onInterceptRequest as newtabIntercept} from './newtab/overrideNewtab.js';
//import {blockSites,onInterceptRequest as whitelistIntercept} from './demoblocking/blockSites.js';

Expand Down
2 changes: 1 addition & 1 deletion src/zombie-lord/scripts/get_download_view_url.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

provider="https://bb-demo-docspark-2831.dosyago.com/very-secure-manifest-convert"
provider="https://$(gethostname):$PORT/very-secure-manifest-convert"
username=$1
filename=$2
secret=$3
Expand Down

0 comments on commit 1734785

Please sign in to comment.