Skip to content

mrrudy/proxmoxHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Proxmox Helper

Set of scripts to help in deployment of containers into Proxmox.

based on great work of https://github.com/tteck/Proxmox

Kodi Media Manager LXC

To create a new Proxmox Kodi Media Manager, run the following in the Proxmox Shell.

bash -c "$(wget -qLO - https://raw.githubusercontent.com/mrrudy/proxmoxHelper/main/ct/kodi-v1.sh)"

Kodi should be attached to TTY7 console

To Update Kodi Media Manager:

Run in the LXC console

apt update && apt upgrade -y

Issue with X on Ubuntu 20.04 and Unprivileged

If you really need to use Ubuntu below 22.04 there is an issue with access rights that prevents Xorg from starting on TTY7 on an Unprivileged container. Workaround exists but a change on the host machine is required so please accept the risk beforehand. In the Proxmox Shell:

chmod 660 /dev/tty7

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages