AluSHARE Host is a Python based decentralized web hosting solution for hosting files and websites.
Purely Developed and Compiled in Python.
We are almost ready to launch our beta program for the project.
The Beta Version will only have features for basic HTML and Text hosting only.
As soon as we are done setting up some sample nodes we will start our beta program.
Regards Team Lumatozer
- Git
- Python
- Flask
- pycryptodome
- requests
git clone https://github.com/Lumatozer-Team/AluSHAREpip install -r requirements.txtTo Launch Rockie ( In-Built CLI Assistant )
python shell.pyTo SignUp ( No Internet Needed )
rockie >> signupTo LogIn ( No Internet Needed )
rockie >> loginTo Launch A Node
rockie >> login
rockie >> launchnode( Keep in mind to portforward port 7777 )
To Browse The Network
rockie >> browse
Welcome to the decentralized browser :)
Input The Hash Of The File You Need To Find : ( hash )To Upload A File
rockie >> login
rockie >> upload
Welcome to the dev-ops section of the network
Enter the data u want to be uploaded either in the form of html or plain text : (data here)
Sent
Your Hash Was : ( copy the value here )Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.