This commit is contained in:
Pinga 2024-12-09 11:37:24 +02:00
parent 24ec6dd389
commit b187816e3d
2 changed files with 19 additions and 8 deletions

View file

@ -186,14 +186,7 @@
{% else %}
<div class="card-body">
<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>
<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>
<p>{{ __('WebAuthn is currently disabled for this installation. To enable WebAuthn authentication, please contact the registry administrator.') }}</p>
</div>
{% endif %}
{% endif %}

View file

@ -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.
#### 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
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.