AaronDewes
a13109ee8b
Citadel 0.1.0 Preview 1
2022-07-17 06:54:58 +00:00
Aaron Dewes
d0bc4688d5
Implement quick updates ( #56 )
...
Co-authored-by: nolim1t - f6287b82CC84bcbd <nolim1t@users.noreply.github.com>
Co-authored-by: Philipp Walter <philippwalter@pm.me>
2022-07-16 19:28:39 +02:00
Philipp Walter
1ab3c36a12
Feat: add alias for Citadel CLI ( #66 )
...
* feat: add alias for citadel cli
* fix: remove redundant aliases
2022-07-16 11:54:22 -05:00
Philipp Walter
b2faa3c287
Merge Stable into Beta ( #65 )
...
* Citadel 0.0.6 (#59 )
Co-authored-by: nolim1t - f6287b82CC84bcbd <nolim1t@users.noreply.github.com>
* feat: add Citadel CLI (#33 )
add commands for:
- Show status for all services
- Run a command inside a (app) container
- Switch branch / update channel
- Switch Bitcoin/Electrum/Lightning implementation
- app commands
- debug command
- Fix update / backup / starting stuck
- Edit node configs (Bitcoin Core, LND)
- Edit app configs (Nextcloud etc.)
- Memory usage / System info
- Start
- Stop
- Restart
- Reboot
- Shutdown
- List all installed apps & services
- Logs
- Version
- Help
Co-authored-by: Aaron Dewes <aaron.dewes@protonmail.com>
Co-authored-by: nolim1t - f6287b82CC84bcbd <nolim1t@users.noreply.github.com>
2022-07-15 18:34:49 +02:00
Philipp Walter
d70f727a91
Small fixes ( #63 )
...
* Citadel 0.0.6 (#59 )
Co-authored-by: nolim1t - f6287b82CC84bcbd <nolim1t@users.noreply.github.com>
* fix: lncli alias
* fix: use bitcoind for signet
Co-authored-by: Aaron Dewes <aaron.dewes@protonmail.com>
Co-authored-by: nolim1t - f6287b82CC84bcbd <nolim1t@users.noreply.github.com>
2022-07-15 13:29:22 +02:00
Aaron Dewes
6e9ecd85ae
Revert "[Feat] Docker compose isolation ( #62 )" ( #64 )
...
This reverts commit 1b61d525f6
.
2022-07-14 20:35:59 -04:00
Lele
1b61d525f6
[Feat] Docker compose isolation ( #62 )
...
* Moved docker-compose.yml out of default place
* Changed docker-compose.yml references everywhere, added as default option
* Fixed docker-compose name to have yaml extension
* Fixed docker-compose usage with new name
* Removed Docker cmd from setenv
2022-07-13 13:43:48 +02:00
Aaron Dewes
17c116e1ac
Add support for BOS ( #61 )
...
This makes it easier to install BOS on the host. The setenv script is run on every shell open on every Citadel OS install by default.
2022-07-09 21:55:07 -04:00
nolim1t - f6287b82CC84bcbd
55078c5679
Update LND to 0.15.0 ( #60 )
...
Co-authored-by: nolim1t - f6287b82CC84bcbd <nolim1t@users.noreply.github.com>
Co-authored-by: Aaron Dewes <aaron.dewes@protonmail.com>
2022-07-05 14:56:17 +02:00
nolim1t - f6287b82CC84bcbd
c4de7d10aa
Update Tor to 0.4.7.8 ( #58 )
2022-06-20 15:55:27 +02:00
Aaron Dewes
faf6d62e42
App system cleanups ( #51 )
...
* Add app cli to docker-compose.yml
* Remove app.yml v1
* Add missing import
* More cleanups
* Another missing import
* Add mount for apps
* Remove more
2022-06-18 20:05:22 -04:00
AaronDewes
ceb77e8bdd
Merge tag 'v0.0.5' into beta
2022-06-11 16:45:12 +00:00
Aaron Dewes
85f9886137
Citadel 0.0.5 ( #45 )
...
Co-authored-by: Philipp Walter <philippwalter@pm.me>
2022-06-11 18:35:47 +02:00
Aaron Dewes
7311369fc8
Bump version
2022-06-08 07:47:29 +02:00
Aaron Dewes
b87c54e219
Fix memory scripts ( #50 )
...
This also reduces the script interval, because it is still very slow.
2022-06-07 14:33:14 -04: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
e40e35ffb2
Update manager ( #48 )
2022-06-05 22:06:32 +02:00
Aaron Dewes
f08711ae7c
Add script to set update channel ( #47 )
2022-06-05 21:03:29 +02: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
ce71560ef0
New backup server ( #43 )
2022-06-05 10:03:26 +02:00
Aaron Dewes
66c0ca350b
Fix app generation for the Samourai app ( #44 )
...
This also only loads the schema file for validation once instead for every app, which should improve the performance of the app validation
2022-06-04 13:50:37 -04:00
Aaron Dewes
86c17c365e
Remove leftovers from karen v1 ( #42 )
2022-06-01 21:14:49 -04:00
AaronDewes
5b2b5a4541
Merge branch 'stable' into beta
2022-06-01 16:44:19 +00:00
Aaron Dewes
22bb680c35
Fix app generation ( #39 )
2022-05-30 17:44:18 +02:00
nolim1t - f6287b82CC84bcbd
9288bf424e
Update tor to 0.4.7..7 ( #38 )
...
Update tor to 0.4.7..7 based on https://t.me/runcitadel/4834
2022-05-27 11:02:41 +02:00
Aaron Dewes
94bc9de19b
fix: Include service definitions in updates ( #32 )
2022-05-26 16:19:28 -05:00
Aaron Dewes
25c5c2dd32
Citadel 0.0.4 ( #31 )
2022-05-24 18:57:12 +02:00
AaronDewes
6e74290691
Merge branch 'stable' into beta
2022-05-24 05:39:59 +00:00
Aaron Dewes
3f40f7fda4
Add karen v2 ( #29 )
2022-05-24 06:34:38 +02:00
Philipp Walter
68a9bacdb1
fix: also update electrs in service config ( #30 )
2022-05-24 06:34:24 +02:00
AaronDewes
62d51aa807
0.0.4 rc1
2022-05-22 14:34:09 +00:00
AaronDewes
781299fa1a
Update manager
2022-05-22 13:10:26 +00:00
AaronDewes
4eb9819cf9
Remove leftovers from WIP karen v2
2022-05-22 13:08:07 +00:00
AaronDewes
9a6501a80e
Merge remote-tracking branch 'origin/karen-v2' into beta
2022-05-22 13:07:12 +00:00
AaronDewes
d45da547d6
Merge branch 'stable' into beta
2022-05-22 13:06:30 +00:00
Aaron Dewes
80ead94dbd
Remove unused import
2022-05-20 10:12:53 +02:00
Aaron Dewes
a5e74fa1d2
Remove log
2022-05-19 19:03:55 +02:00
AaronDewes
f6dae9c646
Add karen v2
2022-05-19 10:41:21 +00:00
Philipp Walter
3d3568c6e0
chore: update electrs ( #26 )
2022-05-19 08:09:23 +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
5ae9353707
Add app tor & electrum logs to debug script ( #24 )
2022-05-19 07:40:56 +02:00
Aaron Dewes
019c876c30
Keep fulcrum data ( #25 )
2022-05-19 07:39:40 +02:00
Philipp Walter
af0a013dae
fix: update lnd in yml too ( #27 )
2022-05-18 21:28:24 +02:00
Aaron Dewes
8c27cbfa5d
Update app-manager.py
2022-05-17 19:16:31 +02:00
AaronDewes
3cec30340b
Generate cache files for compose generator
2022-05-16 09:10:52 +00:00
AaronDewes
611d4a166b
Add Karen v2 demo
2022-05-16 07:19:50 +00:00
AaronDewes
56946a9812
Put the latest beta into info.json
2022-05-16 06:11:47 +00:00
AaronDewes
6b29a76d81
Switch app store to beta branch
2022-05-16 06:11:07 +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