Commit Graph

12 Commits

Author SHA1 Message Date
nicolas.dorier
463410a772
Remove bitcoin taproot cc 2021-10-08 12:25:45 +09:00
Andrew Camilleri
d09338b2e5
Feat/fireflyiii (#344)
* Adding Firefly-iii opt fragment

* Adding environment variable to force creation of db

* Instructing postgres to create database

* Switching exposing default port, running create db command

* Remove grep command for postgres container

* Removing database creation on postgres container start

* Adding required App Key env variable

* Updating nginx rewriting

* Updating firefly nginx confugration traying to make it work with subdirectory

https://github.com/firefly-iii/firefly-iii/issues/2848#issuecomment-557845301

* Trying to rewrite

* Reconfiguring nginx to pass headers

* Updating docker fragment

* Last try

* Allowing firefly iii to be hosted on other domain

* Fixing docker compose env variables

* Exposing ports for external communication

* Ports exposing

* Updating firefly host reference

* Matching service name and VIRTUAL_HOST_NAME

* Getting nginx to redirect to port 8080

* update and adapt

* Adapt firefly to be with dedicated domain

* Adapt Docker file builder to support non github builds

* Make firefly init create db only if not exists + run full recommended upgrade procedure

Co-authored-by: rockstardev <rockstardev@users.noreply.github.com>
2021-09-23 18:04:11 +09:00
d11n
8dfd554f58
Script fix (#520) 2021-09-23 07:49:18 +02:00
rockstardev
3c2c742607
Removing unnecessary folder navigation 2021-05-23 21:43:29 -05:00
rockstardev
e88f4a5e49 Add Taproot Client Opt In Option 2021-05-23 21:42:23 -05:00
Mike Olthoff
a3669f5101 Update lnd_recreate_volume.sh
references to parent directory are now 2 levels deep.
2021-05-13 00:08:11 -05:00
rockstardev
a86252dde1
Moving sh scripts related to LND into separate directory (#466)
* Moving sh scripts related to LND into separate directory

* Updating permissions on tools, giving +x
2021-04-29 15:36:37 +09:00
rockstardev
9cfcbc943c
Bumping to v0.12.1-beta container and enabling Loop usage (#450)
* Bumping to v0.12.1-beta container and enabling Loop usage

* Adding environment variables for rest listen and loop

* Starting lnd listeners on specific host

* Restoring tlsextradomain and fixing bitcoin-lnd.yml params

* Adding tool to recreate tls certificate in LND container

* Using new version of LND 0.12.1-beta container with 15s wait

* Tool will restart only LND container

* Updating README file with appropriate version of LND

Co-authored-by: rockstardev <rockstardev@users.noreply.github.com>
2021-04-28 18:37:12 +09:00
nicolas.dorier
34ff92879d
Revert "Revert "Deleting LND volume on old installations (#340)" (#342)"
This reverts commit cd71ba8733.
2020-07-31 16:49:38 +09:00
Nicolas Dorier
cd71ba8733
Revert "Deleting LND volume on old installations (#340)" (#342)
This reverts commit f2df1feb05.
2020-07-29 17:18:36 +09:00
rockstardev
f2df1feb05
Deleting LND volume on old installations (#340)
If volume is not present it won't throw any kind of error, it'll just echo volume name
2020-07-29 17:17:21 +09:00
Rockstar Developer
f608a237bd LND Seed Backup (#234)
* Preparing for testing of LND Seed Backup

* Adding variable with path to walletunlock file

* Recreating Bitcoin LND container

* Bumping btcpayserver reference to next version 1.0.3.138

* Fixing text per suggestion
2019-11-16 19:27:37 +09:00