mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-07 00:09:18 +00:00
Compare commits
4 Commits
c63e1dc78a
...
a146ecf22a
Author | SHA1 | Date | |
---|---|---|---|
|
a146ecf22a | ||
|
058f0324b0 | ||
|
d79377f748 | ||
|
bbd39fd927 |
14
CHANGELOG.md
14
CHANGELOG.md
@ -19,6 +19,20 @@ Do not break established syntax in this file, as it is automatically updated by
|
||||
|
||||
|
||||
|
||||
|
||||
## 2024-11-20
|
||||
|
||||
### Changed
|
||||
|
||||
### 🚀 Updated Scripts
|
||||
|
||||
- LinkWarden: Moved PATH into service [@newzealandpaul](https://github.com/newzealandpaul) ([#376](https://github.com/community-scripts/ProxmoxVE/pull/376))
|
||||
|
||||
### 🌐 Website
|
||||
|
||||
- Replace dash "-" with "/" in metadata [@newzealandpaul](https://github.com/newzealandpaul) ([#374](https://github.com/community-scripts/ProxmoxVE/pull/374))
|
||||
- Proxmox VE Cron LXC Updater: Add tteck's notes. [@newzealandpaul](https://github.com/newzealandpaul) ([#378](https://github.com/community-scripts/ProxmoxVE/pull/378))
|
||||
|
||||
## 2024-11-19
|
||||
|
||||
### Changed
|
||||
|
@ -39,7 +39,6 @@ msg_ok "Installed Node.js/Yarn"
|
||||
|
||||
msg_info "Installing Monolith"
|
||||
$STD cargo install monolith
|
||||
echo 'export PATH=~/.cargo/bin:$PATH' >>~/.bashrc
|
||||
export PATH=~/.cargo/bin:$PATH
|
||||
msg_ok "Installed Monolith"
|
||||
|
||||
@ -117,6 +116,7 @@ After=network.target
|
||||
|
||||
[Service]
|
||||
Type=exec
|
||||
Environment=PATH=$PATH
|
||||
WorkingDirectory=/opt/linkwarden
|
||||
ExecStart=/usr/bin/yarn start
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
"documentation": null,
|
||||
"website": null,
|
||||
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/lxc.svg",
|
||||
"description": "This script will add/remove a crontab schedule that updates all LXCs every Sunday at midnight.\r\nTo exclude LXCs from updating, edit crontab (crontab -e) and add CTID as shown in the example below:",
|
||||
"description": "This script will add/remove a crontab schedule that updates all LXCs every Sunday at midnight.",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
@ -34,6 +34,11 @@
|
||||
{
|
||||
"text": "Execute within the Proxmox shell",
|
||||
"type": "warning"
|
||||
},
|
||||
{
|
||||
"text": "To exclude LXCs from updating, edit the crontab using `crontab -e` and add CTID as shown in the example below:\n\n\n\n`0 0 * * 0 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin /bin/bash -c '$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/update-lxcs-cron.sh)' -s 103 111 >>/var/log/update-lxcs-cron.log 2>/dev/null`",
|
||||
"type": "warning"
|
||||
}
|
||||
|
||||
]
|
||||
}
|
@ -2,23 +2,23 @@
|
||||
"categories":
|
||||
[
|
||||
{"name": "Proxmox VE Tools", "id": 1, "sort_order": 1.0},
|
||||
{"name": "AdBlocker - DNS", "id": 13, "sort_order": 2.0},
|
||||
{"name": "AdBlocker & DNS", "id": 13, "sort_order": 2.0},
|
||||
{"name": "*Arr Suite", "id": 18, "sort_order": 3.0},
|
||||
{"name": "Automation", "id": 3, "sort_order": 4.0},
|
||||
{"name": "Dashboards", "id": 15, "sort_order": 5.0},
|
||||
{"name": "Database", "id": 5, "sort_order": 6.0},
|
||||
{"name": "Docker - Kubernetes", "id": 8, "sort_order": 7.0},
|
||||
{"name": "Document - Notes", "id": 14, "sort_order": 8.0},
|
||||
{"name": "File - Code", "id": 16, "sort_order": 9.0},
|
||||
{"name": "Docker & Kubernetes", "id": 8, "sort_order": 7.0},
|
||||
{"name": "Document & Notes", "id": 14, "sort_order": 8.0},
|
||||
{"name": "File & Code", "id": 16, "sort_order": 9.0},
|
||||
{"name": "Home Assistant", "id": 2, "sort_order": 10.0},
|
||||
{"name": "Media - Photo", "id": 12, "sort_order": 11.0},
|
||||
{"name": "Monitoring - Analytics", "id": 7, "sort_order": 12.0},
|
||||
{"name": "Media & Photo", "id": 12, "sort_order": 11.0},
|
||||
{"name": "Monitoring & Analytics", "id": 7, "sort_order": 12.0},
|
||||
{"name": "MQTT", "id": 4, "sort_order": 13.0},
|
||||
{"name": "NVR - DVR", "id": 17, "sort_order": 14.0},
|
||||
{"name": "NVR & DVR", "id": 17, "sort_order": 14.0},
|
||||
{"name": "Operating System", "id": 9, "sort_order": 15.0},
|
||||
{"name": "Server - Networking", "id": 11, "sort_order": 16.0},
|
||||
{"name": "Server & Networking", "id": 11, "sort_order": 16.0},
|
||||
{"name": "TurnKey", "id": 10, "sort_order": 17.0},
|
||||
{"name": "Matter/Zigbee/ZWave", "id": 6, "sort_order": 18.0},
|
||||
{"name": "Matter, Zigbee & ZWave", "id": 6, "sort_order": 18.0},
|
||||
{"name": "Miscellaneous", "id": 0, "sort_order": 99.0}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user