Skip to content

Instantly share code, notes, and snippets.

@chiragpurohit71085
Last active February 20, 2024 03:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chiragpurohit71085/5cf68dd395f2ad6a070d9d76f5ba24d3 to your computer and use it in GitHub Desktop.
Save chiragpurohit71085/5cf68dd395f2ad6a070d9d76f5ba24d3 to your computer and use it in GitHub Desktop.
Bidpath
AWS_PROFILE=buysocial npm run local
ngrok:
# cd /Applications
cd /Applications/work-mac/bidpath-work
# first time:
#./ngrok config add-authtoken 2cG4frUfXjAfoqozTdTnjRgjpqp_UGZqALnUUMJTad8y777r
./ngrok http --domain=stable-glider-moderately.ngrok-free.app 8080
#./ngrok http --domain=strongly-steady-falcon.ngrok-free.app 8080
cloudlfare:
brew install cloudflare/cloudflare/cloudflared
cloudflared tunnel --url localhost:8080
# on server
nohup --version
nohup cloudflared tunnel --url localhost:80 &
# this will generate output in /var/www/html/nohup.out file
https://electoral-digest-dui-answer.trycloudflare.com/ (using for chirag)
nohup cloudflared tunnel --url localhost:80 > output.log 2>&1 &
https://polls-especially-band-n.trycloudflare.com (using for jignesh)
#---- scroll issue - page is scrolling to top after bid on catalogue page
in candtauctions auction it was because of
https://bid.candtauctions.co.uk/auctions/catalog/id/166
font-size
header#headsec a {
font-family: lato, sans-serif;
font-weight: 400;
font-style: normal;
/* font-size: 16px !important; */
color: #000000 !important;
letter-spacing: 0;
text-align: right;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment