Commit Graph

255 Commits

Author SHA1 Message Date
AaronDewes
555e148996 Update LND to v0.14.3-beta 2022-04-22 14:05:05 +00:00
AaronDewes
09bb3c3367 Some more fixes 2022-04-10 19:15:18 +00:00
AaronDewes
d8cf6de9c4 Fix more 2022-04-10 19:13:30 +00:00
AaronDewes
bf0879f049 Fix 2022-04-10 19:08:07 +00:00
AaronDewes
ddcc73c4b6 Fix 2022-04-10 18:54:24 +00:00
AaronDewes
dbd0991a78 Fix schema 2022-04-10 09:47:17 +00:00
AaronDewes
895e3ac842 Improve app.yml spec 2022-04-10 07:16:08 +00:00
AaronDewes
26aab65052 Change repo 2022-04-09 19:40:36 +00:00
AaronDewes
45941daee9 More improvements and breaking changes 2022-04-09 19:39:19 +00:00
AaronDewes
f6c3f7a192 Citadel 0.0.3 Beta 1 2022-04-07 17:46:20 +00:00
AaronDewes
98a16c4d6e Fix logic bug 2022-04-07 17:35:24 +00:00
AaronDewes
ab8b83101c Merge branch 'app-v3' into beta 2022-04-07 17:09:55 +00:00
AaronDewes
542b686313 Fix app updates 2022-04-07 17:09:23 +00:00
AaronDewes
115c126616 Fix type 2022-04-07 17:05:02 +00:00
AaronDewes
68c58767e2 Prepare for apps which support either one or another dependency 2022-04-07 16:56:16 +00:00
AaronDewes
28e2b64a70 Use v3 app repo 2022-04-07 16:33:03 +00:00
AaronDewes
64fff5b494 Fix typo 2022-04-07 15:27:15 +00:00
AaronDewes
a600fd4946 App.yml v3 (draft) 2022-04-07 13:24:48 +00:00
AaronDewes
ba951feee3 Next beta 2022-03-25 06:43:20 +00:00
AaronDewes
53b23c557e Update dashboard 2022-03-25 06:42:28 +00:00
AaronDewes
670f7c15de Merge branch 'stable' into beta 2022-03-25 06:41:09 +00:00
Aaron Dewes
4b8c42bedd
Citadel 0.0.2 (#17)
* Start working on Fulcrum support

* More work on fulcrum/electrs switching

* Some fixes

* Update FulcrumX

* Some fixes

* Some FulcrumX fixes

* Fixes for apps which use the host network

* More fixes for host mode apps

* Stop installed apps during update

* More work on service managment

* Update docker-compose

* Update FulcrumX

* Fix update channel script

* Update manager to 0.0.6

* add network settings for new UI (development)

* set DEVICE_HOSTNAME env var

* clean up println statements

* build: don't run manager & middleware as root

* build: update core images

* Update some containers

* Improve app manager wrapper script

* Fix stop script

* Add WIP release notes for 0.0.2

* More improvements to the app CLI

* More information for c-lightning users

* Update dashboard to 0.0.9

* Start cleaning the ports list

* More cleanups to the reserved ports list

* fix: update lightning container name

* Update manager

Co-authored-by: Philipp Walter <philippwalter@pm.me>
2022-03-20 09:02:30 +01:00
AaronDewes
ece6df33b8 Next beta 2022-03-17 15:09:59 +00:00
AaronDewes
e599cc0a92 Fix stop script 2022-03-17 15:09:41 +00:00
AaronDewes
606bbabbd6 Citadel 0.0.2 beta 1 2022-03-17 08:55:45 +00:00
Aaron Dewes
8bb01f2884 Improve app manager wrapper script 2022-03-17 09:43:59 +01:00
AaronDewes
fac17405c8 Update some containers 2022-03-17 08:23:11 +00:00
Philipp Walter
5986af3a0f
build: update core images 2022-03-15 13:34:25 +01:00
Philipp Walter
b13f046e53
build: don't run manager & middleware as root 2022-03-15 13:34:23 +01:00
Philipp Walter
f6ff9b76b2
clean up println statements 2022-03-15 13:33:58 +01:00
Philipp Walter
a1ec559e5e
set DEVICE_HOSTNAME env var 2022-03-15 13:33:57 +01:00
Philipp Walter
bace00f25d
add network settings for new UI (development) 2022-03-15 13:33:57 +01:00
Aaron Dewes
2d9e2ae4d8
Update manager to 0.0.6 2022-03-13 15:33:58 +01:00
Aaron Dewes
001c4edc11
Fix update channel script 2022-03-12 17:24:49 +01:00
Aaron Dewes
c862ddc9c7
Update FulcrumX 2022-03-11 12:21:45 +01:00
AaronDewes
afde8fb530 Update docker-compose 2022-03-11 06:20:52 +00:00
AaronDewes
06aa65fa92 More work on service managment 2022-03-11 06:18:31 +00:00
AaronDewes
69bae236c4 Stop installed apps during update 2022-03-11 05:58:53 +00:00
AaronDewes
88969f6641 More fixes for host mode apps 2022-03-10 19:04:54 +00:00
AaronDewes
96f942e7a0 Fixes for apps which use the host network 2022-03-10 18:59:24 +00:00
AaronDewes
f3018307d4 Some FulcrumX fixes 2022-03-10 18:43:36 +00:00
AaronDewes
2d4f1adfe5 Some fixes 2022-03-10 18:35:15 +00:00
AaronDewes
efadad6887 Update FulcrumX 2022-03-10 16:14:55 +00:00
AaronDewes
8a54cda14e Some fixes 2022-03-09 12:12:31 +00:00
AaronDewes
33eba7f156 More work on fulcrum/electrs switching 2022-03-09 11:55:44 +00:00
AaronDewes
1d31c10953 Start working on Fulcrum support 2022-03-09 11:36:52 +00:00
Aaron Dewes
1491d9d363
Allow stopping to fail safely 2022-03-05 16:29:53 +01:00
AaronDewes
bf5a848f24 Allow updates from 0.0.1
Just to ensure I won't forget with the next update
2022-03-03 14:04:31 +00:00
AaronDewes
b0318359d8 Fix network_mode 2022-03-03 14:02:54 +00:00
Aaron Dewes
b4d6dda2d5
Also upgrade 99.99.99 2022-03-02 09:39:13 +01:00