update guides

This commit is contained in:
MacRimi 2025-02-16 10:37:33 +01:00
parent 4cf18a3d3b
commit 15111b2217
3 changed files with 2 additions and 7 deletions

View File

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

View File

@ -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:

View File

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