diff --git a/contribution-guides/contribute-as-developer.md b/contribution-guides/contribute-as-developer.md index 3a8aec8..a1784ac 100644 --- a/contribution-guides/contribute-as-developer.md +++ b/contribution-guides/contribute-as-developer.md @@ -146,9 +146,7 @@ As an example of how to add a new CEX you can check the [Bitpanda PR](https://gi ### Add Location -You should add a new value to the [location Enum](https://github.com/rotki/rotki/blob/1039e04304cc034a57060757a1a8ae88b3c51806/rotke - -hlchen/types.py#L387) and also make sure that the value is mirrored in the DB's schema as seen [here](https://github.com/rotki/rotki/blob/1039e04304cc034a57060757a1a8ae88b3c51806/rotkehlchen/db/schema.py#L93-L94). Add it also in the `SUPPORTED_EXCHANGES` list [here](https://github.com/rotki/rotki/blob/1039e04304cc034a57060757a1a8ae88b3c51806/rotkehlchen/exchanges/manager.py#L31). Finally, don't forget to add it in the latest DB upgrade as seen in the Bitpanda PR linked at the start of this section. +You should add a new value to the [location Enum](https://github.com/rotki/rotki/blob/1039e04304cc034a57060757a1a8ae88b3c51806/rotkehlchen/types.py#L387) and also make sure that the value is mirrored in the DB's schema as seen [here](https://github.com/rotki/rotki/blob/1039e04304cc034a57060757a1a8ae88b3c51806/rotkehlchen/db/schema.py#L93-L94). Add it also in the `SUPPORTED_EXCHANGES` list [here](https://github.com/rotki/rotki/blob/1039e04304cc034a57060757a1a8ae88b3c51806/rotkehlchen/exchanges/manager.py#L31). Finally, don't forget to add it in the latest DB upgrade as seen in the Bitpanda PR linked at the start of this section. ### Create exchange module diff --git a/usage-guides/advanced/mobile.md b/usage-guides/advanced/mobile.md index 09671c9..82655b8 100644 --- a/usage-guides/advanced/mobile.md +++ b/usage-guides/advanced/mobile.md @@ -8,7 +8,7 @@ If you are using DAppNode or the Docker image instead of the Electron applicatio ## DAppNode -If you are running rotki on a DAppNode, then in order to access rotki on mobile the only thing needed is to set up a [VPN connection](https://docs.dappnode.io/user-guide/ui/access/vpn/) between DAppNode and your phone or tablet. +If you are running rotki on a DAppNode, then in order to access rotki on mobile the only thing needed is to set up a [VPN connection](https://docs.dappnode.io/docs/user/access-your-dappnode/vpn/overview/) between DAppNode and your phone or tablet. You can use either Wireguard or OpenVPN by following the guide linked above. When you are done with the configuration, you can activate the VPN connection on your device. With the VPN activated, you will be able to access rotki on `http://rotki.dappnode`.