Compare commits

..

No commits in common. "a146ecf22a173f71c010e89de7e9eaa0f3380792" and "c63e1dc78abb06264bab7c01dedb2b534258b118" have entirely different histories.

4 changed files with 12 additions and 31 deletions

View File

@ -19,20 +19,6 @@ 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

View File

@ -39,6 +39,7 @@ 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"
@ -116,7 +117,6 @@ After=network.target
[Service]
Type=exec
Environment=PATH=$PATH
WorkingDirectory=/opt/linkwarden
ExecStart=/usr/bin/yarn start

View File

@ -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.",
"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:",
"install_methods": [
{
"type": "default",
@ -34,11 +34,6 @@
{
"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"
}
]
}

View File

@ -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}
]
}
}