From 15111b2217dbf5a8b2f3dfc5e84372f5048397a8 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 16 Feb 2025 10:37:33 +0100 Subject: [PATCH] update guides --- guides/Kodi_LXC.md | 4 +--- guides/backup_cloud.md | 2 -- guides/lxc_samba.md | 3 +-- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/guides/Kodi_LXC.md b/guides/Kodi_LXC.md index fe503fc..82df22d 100644 --- a/guides/Kodi_LXC.md +++ b/guides/Kodi_LXC.md @@ -1,11 +1,9 @@ --- title: "Install Kodi in an LXC and Connect it to a Monitor/TV Using GPU Acceleration" -description: "Learn how to install Kodi in an LXC container on Proxmox, utilize GPU acceleration, and connect it to your TV, turning your Proxmox server into an all-in-one media center." +description: "Install Kodi in an LXC container on Proxmox, utilize GPU acceleration, and connect it to your TV, turning your Proxmox server into an all-in-one media center." --- -# Install Kodi in an LXC and Connect it to a Monitor/TV Using GPU Acceleration -In this guide, we'll see how we can easily install Kodi in an LXC container using our Proxmox resources and connect it to our television using GPU acceleration, turning our Proxmox server into an all-in-one server. We'll use the script created by user [mrrudy](https://github.com/mrrudy). diff --git a/guides/backup_cloud.md b/guides/backup_cloud.md index 587bfa2..7ee46c8 100644 --- a/guides/backup_cloud.md +++ b/guides/backup_cloud.md @@ -3,9 +3,7 @@ title: "Proxmox Backup Cloud" description: "Set up a simple backup service in Proxmox VE using your personal cloud storage provider (Google Drive, Mega, Dropbox, OneDrive, etc.) as an additional datastore, using rclone for secure backups without scripts." --- -# Proxmox Backup Cloud -In this tutorial, we'll set up a simple backup service in our personal cloud storage provider (Google Drive, Mega, Dropbox, OneDrive, etc.), adding it as an additional datastore using rclone. We'll store our backups securely without using any scripts. ## Preparation: diff --git a/guides/lxc_samba.md b/guides/lxc_samba.md index 8a2d06e..22f9374 100644 --- a/guides/lxc_samba.md +++ b/guides/lxc_samba.md @@ -1,9 +1,8 @@ --- title: "How to Add a Hard Drive or USB Memory to an LXC for Use and Network Sharing" -description: "Learn how to add a USB hard drive to an LXC in Proxmox, set up Samba for network sharing, and utilize the added storage for various purposes." +description: "Add a USB hard drive to an LXC in Proxmox, set up Samba for network sharing, and utilize the added storage for various purposes." --- -# How to Add a Hard Drive or USB Memory to an LXC for Use and Network Sharing Sometimes, it can be useful to add a hard drive or USB memory to our Proxmox setup, especially if we have a mini PC with limited expansion possibilities.