An independent bare nodejs server to send an embedded windows host script for Windows 10 activation.
210
An independent bare nodejs server used to send an embedded windows host script for Windows 10 activation.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
AUTH_TOKEN for the day: atlas-copyright [EXPIRED TOKEN]
To get a local copy up and running follow these simple steps.
These are the prerequisites you need to use the software and how to install them.
npm install npm@latest -g
npm install nodemon --save-dev
git clone https://github.com/alpha037/atlas-activator.git
cd atlas-activator
npm install
You can only request the windows host script, that is being used for activation, using either curl or Postman. No other user agents are allowed for obvious reasons.
curl -H "Authorization: Bearer <AUTH_TOKEN>" https://atlas-activator.herokuapp.com/
If you haven't installed Docker already, then you can get it from here. After installing it, create an account in Docker and copy the username.
To run the app as a docker container, follow the given steps:
cd atlas-activator
docker build -t <USERNAME>/atlas-activator:1.0 .
docker run --env-file ./config/dev.env -p 3000:3000 <USERNAME>/atlas-activator:1.0
docker-compose up
docker-compose down
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature).git commit -m 'Add some AmazingFeature').git push origin feature/AmazingFeature)Distributed under the MIT License. See LICENSE for more information.
Shubhranil Dutta - @sdotdutta - [email protected]
Project Link: https://github.com/alpha037/atlas-activator
Content type
Image
Digest
Size
40.6 MB
Last updated
about 5 years ago
docker pull alpha037/atlas-activator