diff --git a/README.md b/README.md index 069e3b8..3cb3113 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,8 @@ Crypto-currency software to operate Ğ1 libre currency ## Configurations - In order to compute blocks you will have to set your member credentials with `sudo su - duniter -c "duniter wizard key"` or from the webadmin. -- The BMA API is accessible from `https://duniter.domain.tld/` if enabled. +- BMA, the client API is accessible from `https://duniter.domain.tld/bma/` if enabled . The last `/` is necessary. It can be used in Cesium and Silkaj. +- The web administration interface is accessible via `https://duniter.domain.tld/` and is only accessible to the administrator specified at the installation. - **Warning**: In case the Webui tells you your network configuration is wrong and proposes to correct it, do not apply it, otherwise it breaks the specific configuration made for this package. You can manually reset the configuration with following command: `sudo su - duniter -c "duniter config --bma --ipv4 127.0.0.1 --port CHOSEN_PORT --remoteh YOUR_DOMAIN --remotep 443 --noupnp"` @@ -56,4 +57,4 @@ or sudo yunohost app upgrade duniter -u https://github.com/YunoHost-Apps/duniter_ynh/tree/testing --debug ``` -**More info regarding app packaging:** https://yunohost.org/packaging_apps \ No newline at end of file +**More info regarding app packaging:** https://yunohost.org/packaging_apps diff --git a/README_fr.md b/README_fr.md index c489158..a2286b9 100644 --- a/README_fr.md +++ b/README_fr.md @@ -25,7 +25,8 @@ Logiciel de cryptomonnaie pour faire fonctionner la monnaie libre Ğ1 ## Configurations - In order to compute blocks you will have to set your member credentials with `sudo su - duniter -c "duniter wizard key"` or from the webadmin. -- The BMA API is accessible from `https://duniter.domain.tld/` if enabled. +- BMA, the client API is accessible from `https://duniter.domain.tld/bma/` if enabled . The last `/` is necessary. It can be used in Cesium and Silkaj. +- The web administration interface is accessible via `https://duniter.domain.tld/` and is only accessible to the administrator specified at the installation. - **Warning**: In case the Webui tells you your network configuration is wrong and proposes to correct it, do not apply it, otherwise it breaks the specific configuration made for this package. You can manually reset the configuration with following command: `sudo su - duniter -c "duniter config --bma --ipv4 127.0.0.1 --port CHOSEN_PORT --remoteh YOUR_DOMAIN --remotep 443 --noupnp"` diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index 442b96d..4766bb5 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -1,6 +1,7 @@ ## Configurations - In order to compute blocks you will have to set your member credentials with `sudo su - duniter -c "duniter wizard key"` or from the webadmin. -- The BMA API is accessible from `https://duniter.domain.tld/` if enabled. +- BMA, the client API is accessible from `https://duniter.domain.tld/bma/` if enabled . The last `/` is necessary. It can be used in Cesium and Silkaj. +- The web administration interface is accessible via `https://duniter.domain.tld/` and is only accessible to the administrator specified at the installation. - **Warning**: In case the Webui tells you your network configuration is wrong and proposes to correct it, do not apply it, otherwise it breaks the specific configuration made for this package. You can manually reset the configuration with following command: `sudo su - duniter -c "duniter config --bma --ipv4 127.0.0.1 --port CHOSEN_PORT --remoteh YOUR_DOMAIN --remotep 443 --noupnp"`