Compare commits

..

4 Commits

Author SHA1 Message Date
github-actions[bot]
a146ecf22a
Update CHANGELOG.md (#381)
Some checks are pending
Create Changelog Pull Request / update-changelog-pull-request (push) Waiting to run
Deploy Next.js site to Pages / build (push) Waiting to run
Deploy Next.js site to Pages / deploy (push) Blocked by required conditions
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-20 10:14:11 +01:00
Paul
058f0324b0
Replace dash "-" with "/" in metadata (#374)
* Replaced - with /

* Updated to consensus
2024-11-20 08:30:59 +01:00
Paul
d79377f748
Proxmox VE Cron LXC Updater: Add tteck's notes. (#378)
* Added text from tteck's original

* warning as info not yet supported

* fix spacing

* changed working and line spacing

* Update json/cron-update-lxcs.json

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>

---------

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
2024-11-20 08:23:15 +01:00
Paul
bbd39fd927
Moved PATH into service (#376) 2024-11-20 08:21:41 +01:00
4 changed files with 31 additions and 12 deletions

View File

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

View File

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

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.\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"
}
]
}

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