This repository was archived by the owner on Nov 2, 2024. It is now read-only.
OliveTin and Proxmox Helper Scripts #1108
Unanswered
jbperrin88
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there.
I would like to use OliveTin to handle all the update/upgrade i used to do with Proxmox Helper Scripts .
I think it's easy to do it for general script (those which run on Proxmox Shell) like so :
inside /etc/OliveTin/config.yaml :
`
title: Proxmox LXC Cleaner
shell: yes | bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/clean-lxcs.sh)"
timeout: 600
icon: "😪"
title: Proxmox LXC Updater
shell: yes | bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/update-lxcs.sh)"
timeout: 600
icon: "😪"
`
But ... i search to do the same , still from Proxmox Shell but to upgrade LXC container with each custom script.
Do you have a way to push command to a specific LXC container console from the main Proxmox Sheel ?
Thnaks !
EDIT maybe with SSH ... but not really easy to maintain
I also see that OliveTIn search for JS file inside '/var/www/olivetin/js' but this folder doesn't exist !
Beta Was this translation helpful? Give feedback.
All reactions