1
0

Add btc transmuter (#125)

* Add Btc Transmuter as a btcpayserver-docker plugin

* fix name

* bump

* Revert "bump "

This reverts commit 8817fbdffbe91b5db96a5490a90adeb9a7737862.

* change port for now

* Revert "change port for now"

This reverts commit 49348f013a99cfc6ed3d2ed2ea769ed484ff43cf.

* store env vars for transmuter

* add volumes

* voumes

* fix

* fix

* wip

* wip

* wip

* small fixes

* volume map correctly

* bump

* bump

* bump

* bump

* attempt fix by renaming host service

* bump

* bump

* bump

* bump

* bump and update config

* fix config

* bump + extension dir

* bump and switch to btcpayserver org

* bump

* bump

* remove crypto env spec

* fix formatting

* export var

* fix export

* fix env file

* place vars in string

* bump

* bump

* bump

* bump

* bump
This commit is contained in:
Andrew Camilleri
2019-05-22 07:14:50 +00:00
committed by Nicolas Dorier
parent acf400dab7
commit 8534067595
3 changed files with 50 additions and 0 deletions

View File

@@ -138,6 +138,7 @@ Additionally, there are specific environment variables for some addons:
* `LIBREPATRON_HOST`: If libre patron is activated with [opt-add-librepatron](docker-compose-generator/docker-fragments/opt-add-librepatron.yml), the hostname of your libre patron website (eg. `librepatron.example.com`)
* `WOOCOMMERCE_HOST`: If woocommerce is activated with [opt-add-woocommerce](docker-compose-generator/docker-fragments/opt-add-woocommerce.yml), the hostname of your woocommerce website (eg. `store.example.com`)
* `BTCTRANSMUTER_HOST`: If btctransmuter is activated with [opt-add-btctransmuter](docker-compose-generator/docker-fragments/opt-add-btctransmuter.yml), the hostname of your btctransmuter website (eg. `transmuter.example.com`)
# Tooling
@@ -173,6 +174,7 @@ Available `BTCPAYGEN_ADDITIONAL_FRAGMENTS` currently are:
* [opt-add-librepatron](docker-compose-generator/docker-fragments/opt-add-librepatron.yml), for a self-hosted Patreon alternative backed by BTCPay (More information on this [github repository](https://github.com/JeffVandrewJr/patron), this add-on is maintained by [JeffVandrewJr](https://github.com/JeffVandrewJr).
* [opt-add-woocommerce](docker-compose-generator/docker-fragments/opt-add-woocommerce.yml), for a self-hosted woocommerce with BTCPay Server plugin pre installed.
* [opt-add-tor](docker-compose-generator/docker-fragments/opt-add-tor.yml), for exposing BTCPayServer, Woocommerce, your lightning nodes as hidden services and accept onion peers for your full node. Warning: This options is for working around NAT and firewall problems as well as to help protect your customer's privacy. This will not protect your privacy against a targeted attack against you.
* [opt-add-btctransmuter](docker-compose-generator/docker-fragments/opt-add-btctransmuter.yml), for a self-hosted IFTTT style service for crypto services such as fiat settlement.
You can also create your own [custom fragments](#how-can-i-customize-the-generated-docker-compose-file).