Commit Graph

108 Commits

Author SHA1 Message Date
AaronDewes
54315ddd51 Merge remote-tracking branch 'origin/release/0.0.5' into c-lightning 2022-06-10 18:59:22 +00:00
Aaron Dewes
2a933eaa1b
Fix the way UDP ports are declared (#49)
Previously, the way they had been defined was invalid
2022-06-07 14:28:45 -04:00
Aaron Dewes
02fdae4971
Publish a beta of 0.0.5 to the beta channel (#46) 2022-06-05 20:07:01 +02:00
Aaron Dewes
22bb680c35
Fix app generation (#39) 2022-05-30 17:44:18 +02:00
Philipp Walter
87f9b37d36
Merge branch 'stable' into c-lightning (fix) (#35)
Co-authored-by: Aaron Dewes <aaron.dewes@protonmail.com>
2022-05-25 17:45:29 +02:00
Philipp Walter
c144589811
Merge branch 'stable' into c-lightning (#34)
Co-authored-by: Aaron Dewes <aaron.dewes@protonmail.com>
2022-05-25 17:15:47 +02:00
Aaron Dewes
25c5c2dd32
Citadel 0.0.4 (#31) 2022-05-24 18:57:12 +02:00
Philipp Walter
0913209cea
Fix typo in "requiresPort" (#28) 2022-05-19 07:42:59 +02:00
Aaron Dewes
68c30cc7c6
Fix generation of torrc files (#23) 2022-05-19 07:41:03 +02:00
Aaron Dewes
8c27cbfa5d
Update app-manager.py 2022-05-17 19:16:31 +02:00
AaronDewes
c89d00ad7a Fix app.yml generation 2022-05-16 07:51:46 +00:00
AaronDewes
bc60190df5 Merge branch 'stable' into c-lightning 2022-05-16 07:47:08 +00:00
Aaron Dewes
fb099120da
Citadel 0.0.3 (#22)
Co-authored-by: Philipp Walter <philippwalter@pm.me>
2022-05-15 16:57:05 +02:00
AaronDewes
969d4e7796 Merge branch 'beta' into c-lightning 2022-05-01 18:17:48 +00:00
AaronDewes
3cc9b69fca Add support for udpPorts 2022-05-01 18:16:34 +00:00
AaronDewes
8f1807c57d Minor fix 2022-04-30 11:21:26 +00:00
AaronDewes
1e3556ac1f Fix for c-lightning 2022-04-30 11:02:19 +00:00
AaronDewes
30ba84ddbb Merge remote-tracking branch 'origin/beta' into c-lightning 2022-04-30 08:01:53 +00:00
AaronDewes
f8139f5642 Fix port assignment 2022-04-26 18:42:53 +00:00
AaronDewes
ecb3456206 Fix minor bug 2022-04-23 14:56:33 +00:00
AaronDewes
cff5362557 Another fix 2022-04-10 19:27:18 +00:00
AaronDewes
d72e128b2f Try fixes 2022-04-10 19:22:54 +00:00
AaronDewes
f62abae4fc Merge branch 'beta' into c-lightning 2022-04-10 19:16:45 +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
3e58ccc60e Fix 2022-04-10 19:06:57 +00:00
AaronDewes
91f8a88879 Merge branch 'beta' into c-lightning 2022-04-10 19:02:18 +00:00
AaronDewes
ddcc73c4b6 Fix 2022-04-10 18:54:24 +00:00
AaronDewes
fdef8439b3 Merge branch 'beta' into c-lightning 2022-04-10 18:25:18 +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
45941daee9 More improvements and breaking changes 2022-04-09 19:39:19 +00:00
AaronDewes
a768f0ff8c Add support for c-lightning to app.yml v3 2022-04-08 10:24:39 +00:00
AaronDewes
d6d8f3c17c Fix fallback URL 2022-04-08 10:22:48 +00:00
AaronDewes
a098b0a809 Merge remote-tracking branch 'origin/beta' into c-lightning 2022-04-08 10:21:46 +00:00
AaronDewes
98a16c4d6e Fix logic bug 2022-04-07 17:35:24 +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
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
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
db0f0a6ffd WIP: Sparko 2022-03-19 21:32:35 +00:00
AaronDewes
877c468a74 Merge remote-tracking branch 'origin/proposal/0.0.2' into c-lightning 2022-03-19 21:16:47 +00:00
AaronDewes
81cfb4530f More cleanups to the reserved ports list 2022-03-19 15:59:57 +00:00
AaronDewes
9a885bca39 Start cleaning the ports list 2022-03-19 15:56:47 +00:00
AaronDewes
6cdc4c2c33 Merge branch 'beta' into c-lightning 2022-03-17 15:26:23 +00:00
Philipp Walter
bace00f25d
add network settings for new UI (development) 2022-03-15 13:33:57 +01:00
AaronDewes
987f48e78d Merge remote-tracking branch 'origin/beta' into c-lightning 2022-03-12 11:59:56 +00:00
AaronDewes
88969f6641 More fixes for host mode apps 2022-03-10 19:04:54 +00:00