mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-20 09:35:59 +02:00
Fixed #195
This commit is contained in:
parent
24ec6dd389
commit
b187816e3d
2 changed files with 19 additions and 8 deletions
|
@ -186,14 +186,7 @@
|
||||||
{% else %}
|
{% else %}
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h3 class="card-title">{{ __('WebAuthn Authentication') }}<span class="badge bg-red text-red-fg ms-2">{{ __('Disabled') }}</span></h3>
|
<h3 class="card-title">{{ __('WebAuthn Authentication') }}<span class="badge bg-red text-red-fg ms-2">{{ __('Disabled') }}</span></h3>
|
||||||
<p>{{ __('WebAuthn is currently disabled for this installation. To enable WebAuthn authentication, follow these steps:') }}</p>
|
<p>{{ __('WebAuthn is currently disabled for this installation. To enable WebAuthn authentication, please contact the registry administrator.') }}</p>
|
||||||
<ol>
|
|
||||||
<li>{{ __('Edit the environment configuration file located at:') }} <code>/var/www/cp/.env</code></li>
|
|
||||||
<li>{{ __('Find or add the following line:') }}</li>
|
|
||||||
<pre><code>WEB_AUTHN_ENABLED=true</code></pre>
|
|
||||||
<li>{{ __('Save the changes and reload the server (Caddy) using the following command:') }}</li>
|
|
||||||
<pre><code>sudo systemctl reload caddy</code></pre>
|
|
||||||
</ol>
|
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
@ -218,6 +218,24 @@ For the `LANG` variable, the supported values are `en_US`, `uk_UA`, `es_ES`, `pt
|
||||||
|
|
||||||
To apply your changes, save the file, refresh the control panel, and clear the cache using the following command: `php /var/www/cp/bin/clear_cache.php` The new language settings will take effect immediately.
|
To apply your changes, save the file, refresh the control panel, and clear the cache using the following command: `php /var/www/cp/bin/clear_cache.php` The new language settings will take effect immediately.
|
||||||
|
|
||||||
|
#### 1.4.10. WebAuthn Authentication
|
||||||
|
|
||||||
|
To enable WebAuthn authentication in the Control Panel, follow these steps:
|
||||||
|
|
||||||
|
1. Edit the environment configuration file located at: `/var/www/cp/.env`
|
||||||
|
|
||||||
|
2. Find or add the following line:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
WEB_AUTHN_ENABLED=true
|
||||||
|
```
|
||||||
|
|
||||||
|
3. Save the changes and reload the server (Caddy) using the following command:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo systemctl reload caddy
|
||||||
|
```
|
||||||
|
|
||||||
## 2. Recommended Components and Integrations
|
## 2. Recommended Components and Integrations
|
||||||
|
|
||||||
This section outlines recommended components to enhance the functionality and reliability of your Namingo setup. These include essential services like DNS servers, monitoring tools, and other integrations that can help maintain a robust registry environment.
|
This section outlines recommended components to enhance the functionality and reliability of your Namingo setup. These include essential services like DNS servers, monitoring tools, and other integrations that can help maintain a robust registry environment.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue