Luke Childs
102871329f
Catch docker-compose up failure ( #962 )
3 years ago
Luke Childs
3a8b8b3378
Update to getumbrel/manager:v0.2.13
3 years ago
Luke Childs
2f3b9ce7a0
Add system status monitors
3 years ago
Luke Childs
c589471a62
Improve iptables logic ( #829 )
4 years ago
Luke Childs
2fb71bedb7
Add status server ( #812 )
Co-authored-by: Mayank <mayankchhabra9@gmail.com>
Co-authored-by: Aaron Dewes <aaron.dewes@web.de>
Co-authored-by: Lounès Ksouri <dev@louneskmt.com>
4 years ago
Luke Childs
95e443742e
Add memory monitor script ( #757 )
4 years ago
Jonathan Underwood
79c011ea8e
Allow user to set NGINX_PORT ( #562 )
Co-authored-by: Luke Childs <lukechilds123@gmail.com>
Co-authored-by: nolim1t <hello@nolim1t.co>
4 years ago
Aaron Dewes
7c5a854268
Ensure thread safety when updating app entries ( #405 )
Co-authored-by: Luke Childs <lukechilds123@gmail.com>
Co-authored-by: Lounès Ksouri <dev@louneskmt.com>
4 years ago
Luke Childs
ffe9e2f15c
Add app framework ( #333 )
4 years ago
Luke Childs
ebc95bd991
Get device IP more reliably ( #297 )
The previous command had several downsides. Firstly, the `-I` option of
hostname is not available on older versions of the command. Secondly, even
on the latest version the order of the output ip addresses is undefined,
so we cannot rely on always taking the first address. Thirdly, sometimes
the command just returns localhost's IP (127.0.0.1) instead of a
routable IP on the network.
The new approach gets the IP address of the default interface that is
used to route requests to the outside, which gives the correct response
on all of my test machines.
Co-authored-by: Nicolas Schneider <nioncode+github@gmail.com>
4 years ago
Lounès Ksouri
eaaa2eb898
Echo 'umbrel.local' instead of 'umbrel.local.local' ( #277 )
4 years ago
Luke Childs
a345144610
Fix missing file descriptors when starting Umbrel from the CLI ( #269 )
4 years ago
Mayank Chhabra
5c8d06e8b6
Expose LND RPC/REST for lndconnect ( #237 )
4 years ago
Mayank Chhabra
95a0dd87b7
Prevent start script from failing on no hidden service file ( #226 )
4 years ago
Mayank Chhabra
8b2e235792
Export a list of device hosts for CORS whitelist ( #219 )
4 years ago
Luke Childs
514fad90cf
Make backups thread safe ( #213 )
4 years ago
Mayank Chhabra
c7dd2b3a62
Remove stale statuses/lock files ( #194 )
4 years ago
Luke Childs
473380e930
Automatic deterministic backups ( #188 )
4 years ago
Luke Childs
cc3cd8912d
Remove git dependency check from scripts ( #162 )
4 years ago
Mayank Chhabra
f7cdac40b8
Check for curl instead of wget ( #137 )
4 years ago
Mayank Chhabra
16d9dc8a2d
Auto-configure Umbrel on start ( #106 )
4 years ago
Mayank Chhabra
8a2c67a709
Increase Docker HTTP timeouts ( #82 )
4 years ago
Mayank Chhabra
8af48d9620
Whitelist device IP for CORS ( #53 )
4 years ago
Mayank Chhabra
3fc9bb7aef
Start and stop Umbrel with native scripts ( #52 )
4 years ago