diff --git a/docs/.vitepress/components/BasicConfig.vue b/docs/.vitepress/components/BasicConfig.vue
new file mode 100644
index 00000000..b6bf21d3
--- /dev/null
+++ b/docs/.vitepress/components/BasicConfig.vue
@@ -0,0 +1,105 @@
+
+ Configure the basic settings for your Homebox instance. Only used if HTTPS is not enabledBasic Configuration
+
Configure the basic settings for your Homebox instance.
-Only used if HTTPS with Traefik is not enabled
-Configure the database for your Homebox instance.
-Configure Traefik as a reverse proxy with automatic HTTPS for your Homebox instance.
-The domain name must be pointed to your server's IP address
-Required for Let's Encrypt certificate notifications
-Configure storage options for your Homebox instance and related services.
-Store Homebox data in a Docker volume or host directory
- -Absolute path recommended (e.g., /home/user/homebox-data)
-Store PostgreSQL data in a Docker volume or host directory
- -Absolute path recommended (e.g., /home/user/postgres-data)
-Store Traefik certificates in a Docker volume or host directory
- -Absolute path recommended (e.g., /home/user/traefik-data)
-This configuration will be saved as docker-compose.yml
-This configuration will be saved as docker-compose.yml
+Configure the database for your Homebox instance.
+Configure HTTPS for your Homebox instance.
+Traefik automatically handles HTTPS certificates via Let's Encrypt
+ +The domain name must be pointed to your server's IP address
+Required for Let's Encrypt certificate notifications
+Nginx requires you to provide SSL certificates
+ +Path to SSL certificate file inside the Nginx container
+Path to SSL key file inside the Nginx container
+Caddy automatically handles HTTPS certificates via Let's Encrypt
+ +The domain name must be pointed to your server's IP address
+Optional: Used for Let's Encrypt certificate notifications
+Cloudflare Tunnel provides secure access without exposing ports
+ +The domain must be managed by Cloudflare
+Create a tunnel in the Cloudflare Zero Trust dashboard to get a token
+Configure storage options for your Homebox instance and related services.
+{{ description }}
+ +Absolute path recommended (e.g., /home/user/data)
+