Lounès Ksouri

Results 37 issues of Lounès Ksouri

This PR applies a strict and fix formatting for all Umbrel and apps compose files. This was necessary as the previous formatting was very inconsistent and different across all files....

This PR modifies volumes management for the Tor container: the whole `tor` directory is now mounted into the container (instead of sub dirs and files one by one), and the...

This PR adds device hosts with nginx port to the device hosts list, for CORS. Without this, setting a custom `NGINX_PORT` will lead to a "Not allowed by CORS" on...

This PR globalizes the use of the new pattern for setting values in config files templates.

Keeping in mind that it is **not recommended** to run Umbrel on a VPS as it is designed to be run on a secure local network, this PR allows VPS...

Currently, previous environment overwrites new user configuration. https://github.com/getumbrel/umbrel/blob/a423d96e4596b47dc8f5584c6620597a3026bf19/scripts/configure#L100-L102 This can be a problem, as after the first run it is not possible to change user variables like `NGINX_PORT`. This PR...

Adding a label to a transaction automatically set this label for the corresponding receiving address and utxos, but only on first labelling. If you edit a transaction label, address and...

enhancement
low

Hey! Is there any current or planned work on a web user interface, allowing DID management? Currently, if I'm understanding well, the only way to interact with ION is through...

Hey! From what I'm seeing, it is not possible to use environment variables to configure `ion-core` and `ion-bitcoin`, rather than the current [JSON files](https://github.com/decentralized-identity/ion/tree/master/json). These last can be pretty restrictive...