Jose Celano

Results 382 comments of Jose Celano

### Proposal 3 - Build a minimal installer assistant. See https://github.com/torrust/torrust-index-gui/discussions/290 - The sysamdin is not responsible for setting up the account - The first user can setup the app...

### Generic considerations for all proposals - The solution must be valid for: - Automatic deployments/setup: if you want to start a new environment automatically. - Installer: if we have...

> I'd also say that on my side I also have an OIDC provider, and I can add claims to the jwt token as needed (so I could add "TORRUST_ADMIN"...

Hi @da2ce7, I have some questions. ### 1. Difference between `Dynamic` and `Runtime` and between `Static` and `Instance` - Instance: The configuration is loaded when the application starts, and changing...

> @josecelano Regarding Question One: > > **1. Difference between `Dynamic` and `Runtime` and between `Static` and `Instance`** > > I need to update the original posts to make the...

> @josecelano Regarding Question Two: > > **2. `override.toml`** > > The `override.toml` file serves as a way for the System Administrator to explicitly override dynamic values at runtime, forcing...

On more question @da2ce7, 6. In-Database Settings Can the Service Admin override public settings? Or DB settings are totally different from settings included in these four new files? I have...

A list of properties for a single configuration value: --- ### **1. Mutability** - **Description**: Whether the configuration value can be changed after the application starts. - **Options**: - `Immutable`:...

Hi @da2ce7 I have created a table to represent the current status for all values and properties: ![image](https://github.com/user-attachments/assets/51acf420-c632-466b-b2d2-a2fa25dd2da5) I've just realized not all secrets are mandatory. I guess all of...

And I think this is what we would like to have: ![image](https://github.com/user-attachments/assets/8eaa4ae7-d866-466c-b26a-2737d0cfbc46)