Skip to content

Commit

Permalink
Merge pull request #195 from AvadoDServer/MysteriumSunset
Browse files Browse the repository at this point in the history
Mysterium Sunset info
  • Loading branch information
BvL13 authored Apr 30, 2024
2 parents 2023ad0 + 6c1fad4 commit 9a2e355
Showing 1 changed file with 3 additions and 62 deletions.
65 changes: 3 additions & 62 deletions README.md
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/

0 comments on commit 9a2e355

Please sign in to comment.