-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #195 from AvadoDServer/MysteriumSunset
Mysterium Sunset info
- Loading branch information
Showing
1 changed file
with
3 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,3 @@ | ||
# AVADO-DNP-Mysterium-Server | ||
Mysterium server | ||
|
||
## Prerequisites | ||
|
||
- A WiFi or VPN connection to your AVADO box | ||
- IPFS client installed (optional) | ||
|
||
## Installation | ||
|
||
AVADO uses the AVADO SDK to build packages. | ||
|
||
`npm i -g https://github.com/AvadoDServer/AVADOSDK.git` | ||
|
||
## Testing locally | ||
|
||
you can modify the Dockerfile in the `build` folder and test it locally using `docker-compose build` and `docker-compose up` until it works as expected. | ||
|
||
## Building | ||
|
||
`avadosdk build` will build the package and upload to your AVADO box's IPFS server. | ||
|
||
it will output the IPFS hash that you can use in your package | ||
|
||
` Manifest hash : /ipfs/<ipfs hash>` | ||
|
||
## Installing and testing | ||
|
||
Go to your avado DappStore page at http://my.avado/#/installer | ||
|
||
enter the above hash in the input field and press enter. | ||
|
||
You will see the package detail screen - where you can install the package on your box and test it out. | ||
|
||
## Publishing | ||
|
||
You can distribute the IPFS hash of your package to other AVADO users without requiring anyone's permission - or if you want to have your package added to the DappStore - contact the AVADO team in the Telegram chat. | ||
|
||
## update flow & tagging your repo | ||
|
||
This is a suggested flow to upgrade your package when you want to release a new version: | ||
|
||
``` | ||
avadosdk increase patch | ||
avadosdk build --provider http://80.208.229.228:5001 | ||
git add dappnode_package.json docker-compose.yml releases.json | ||
git commit -m "new release" | ||
git push | ||
npx release-it | ||
``` | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
# AVADO-DNP-Mysterium-Server - depreciated | ||
We decided to sunset the Mysterium DApp in our Dappstore. | ||
Please contact the Mysterium Team directly if you want to continue to use their solution on your device: https://www.mysterium.network/ |