mirror of https://github.com/tteck/Proxmox.git
Compare commits
3 Commits
6dcc29afa7
...
d01a18dbaf
Author | SHA1 | Date |
---|---|---|
|
d01a18dbaf | |
|
4be1d23dcd | |
|
ac34991ea7 |
|
@ -10,6 +10,13 @@
|
|||
- All LXC instances created using this repository come pre-installed with Midnight Commander, which is a command-line tool (`mc`) that offers a user-friendly file and directory management interface for the terminal environment.
|
||||
- 🚨 **The scripts in the repository will no longer provide support for Proxmox VE 7 starting from July 2024 (scripts will not execute on PVE7). Subsequent <a href='https://forum.proxmox.com/threads/proxmox-ve-support-lifecycle.35755/' target='_blank' rel='noopener noreferrer'>Proxmox VE - Support Lifecycle</a>**
|
||||
|
||||
## 2024-04-01
|
||||
|
||||
### Changed
|
||||
|
||||
- **Frigate LXC**
|
||||
- NEW Script
|
||||
|
||||
## 2024-03-26
|
||||
|
||||
### Changed
|
||||
|
|
|
@ -69,3 +69,5 @@ msg_ok "Set Container to Normal Resources"
|
|||
msg_ok "Completed Successfully!\n"
|
||||
echo -e "${APP} should be reachable by going to the following URL.
|
||||
${BL}http://${IP}:5000${CL} \n"
|
||||
echo -e "go2rtc should be reachable by going to the following URL.
|
||||
${BL}http://${IP}:1984${CL} \n"
|
||||
|
|
|
@ -55,10 +55,7 @@ function default_settings() {
|
|||
function update_script() {
|
||||
header_info
|
||||
if [[ ! -d /var/lib/prowlarr/ ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
|
||||
msg_info "Updating $APP LXC"
|
||||
apt-get update &>/dev/null
|
||||
apt-get -y upgrade &>/dev/null
|
||||
msg_ok "Updated $APP LXC"
|
||||
msg_error "There is currently no update path available."
|
||||
exit
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue