From 77d2df5a0f27385100556f286d807834361281b5 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 13 Dec 2024 15:24:14 +0100 Subject: [PATCH] Update some JSON Files for Website (#812) * Update JSON Files for Website * fix microcode json --- json/actualbudget.json | 2 +- json/add-tailscale-lxc.json | 4 ++-- json/adguard.json | 2 +- json/adventurelog.json | 7 ++++++- json/all-templates.json | 2 +- json/alpine.json | 7 ++++++- json/apache-cassandra.json | 2 +- json/apache-couchdb.json | 2 +- json/aria2.json | 2 +- json/audiobookshelf.json | 2 +- json/autobrr.json | 2 +- json/blocky.json | 2 +- json/calibre-web.json | 2 +- json/casaos.json | 7 ++++++- json/clean-lxcs.json | 2 +- json/cockpit.json | 2 +- json/cron-update-lxcs.json | 4 ++-- json/cronicle.json | 8 ++------ json/daemonsync.json | 2 +- json/dockge.json | 2 +- json/emby.json | 2 +- json/emqx.json | 7 ++++++- json/evcc.json | 2 +- json/fhem.json | 7 ++++++- json/frigate.json | 4 ++-- json/fstrim.json | 8 ++++++-- json/gotify.json | 11 +---------- json/haos-vm.json | 4 ++++ json/headscale.json | 2 +- json/hivemq.json | 7 ++++++- json/homeassistant-core.json | 8 ++++++-- json/homeassistant.json | 4 ++++ json/homebox.json | 2 +- json/homepage.json | 2 +- json/homer.json | 2 +- json/host-backup.json | 6 +++++- json/jellyfin.json | 4 ++-- json/kernel-clean.json | 2 +- json/kernel-pin.json | 2 +- json/linkwarden.json | 2 +- json/mafl.json | 4 ++-- json/magicmirror.json | 2 +- json/microcode.json | 6 +++++- json/monitor-all.json | 22 +++++++++++++--------- json/mysql.json | 2 +- json/navidrome.json | 2 +- json/netdata.json | 2 +- json/node-red.json | 2 +- json/notifiarr.json | 2 +- json/olivetin.json | 2 +- json/openobserve.json | 2 +- json/paperless-ngx.json | 2 +- json/pihole.json | 2 +- json/pimox-haos-vm.json | 7 ++++++- json/plex.json | 2 +- json/podman-homeassistant.json | 4 ++++ json/post-pbs-install.json | 8 ++++++-- json/post-pve-install.json | 6 +++++- json/redis.json | 2 +- json/scaling-governor.json | 2 +- json/snipeit.json | 10 +++++++--- json/tdarr.json | 2 +- json/the-lounge.json | 2 +- json/turnkey.json | 4 ++-- json/umami.json | 2 +- json/update-lxcs.json | 2 +- json/update-repo.json | 2 +- json/webmin.json | 2 +- 68 files changed, 164 insertions(+), 98 deletions(-) diff --git a/json/actualbudget.json b/json/actualbudget.json index b54516a13f8..d5138d5eec5 100644 --- a/json/actualbudget.json +++ b/json/actualbudget.json @@ -9,7 +9,7 @@ "updateable": true, "privileged": false, "interface_port": 5006, - "documentation": null, + "documentation": "https://github.com/community-scripts/ProxmoxVE/discussions/807", "website": "https://actualbudget.org/", "logo": "https://raw.githubusercontent.com/actualbudget/actual/master/packages/desktop-client/public/maskable-512x512.png", "description": "Actual Budget is a super fast and privacy-focused app for managing your finances. At its heart is the well proven and much loved Envelope Budgeting methodology.", diff --git a/json/add-tailscale-lxc.json b/json/add-tailscale-lxc.json index d241737bd71..1b2717e2c91 100644 --- a/json/add-tailscale-lxc.json +++ b/json/add-tailscale-lxc.json @@ -33,11 +33,11 @@ "notes": [ { "text": "After the script finishes, reboot the LXC then run `tailscale up` in the LXC console", - "type": "warning" + "type": "info" }, { "text": "Execute within the Proxmox shell", - "type": "warning" + "type": "info" } ] } \ No newline at end of file diff --git a/json/adguard.json b/json/adguard.json index fbab46c4721..89d7287ab61 100644 --- a/json/adguard.json +++ b/json/adguard.json @@ -33,7 +33,7 @@ "notes": [ { "text": "Adguard Home can be updated via the user interface.", - "type": "warning" + "type": "info" } ] } diff --git a/json/adventurelog.json b/json/adventurelog.json index 62839ec143a..f9aca9a8c18 100644 --- a/json/adventurelog.json +++ b/json/adventurelog.json @@ -30,5 +30,10 @@ "username": null, "password": null }, - "notes": [] + "notes": [ + { + "text": "AdventureLog uses an initial local IP, if you change your LXC-IP, you need to change the IP here: `/opt/adventurelog/backend/server/.env` and here: `/opt/adventurelog/frontend/.env`", + "type": "warning" + } + ] } \ No newline at end of file diff --git a/json/all-templates.json b/json/all-templates.json index e5ea84cee8a..47157131086 100644 --- a/json/all-templates.json +++ b/json/all-templates.json @@ -33,7 +33,7 @@ "notes": [ { "text": "Resource and network settings are adjustable post LXC creation.", - "type": "warning" + "type": "info" } ] } \ No newline at end of file diff --git a/json/alpine.json b/json/alpine.json index 77ff8ee867c..ad46560e084 100644 --- a/json/alpine.json +++ b/json/alpine.json @@ -30,5 +30,10 @@ "username": null, "password": "alpine" }, - "notes": [] + "notes": [ + { + "text": "To Update Alpine: `apk update && apk upgrade`", + "type": "info" + } + ] } \ No newline at end of file diff --git a/json/apache-cassandra.json b/json/apache-cassandra.json index 947d8e5cfe2..63484fa4845 100644 --- a/json/apache-cassandra.json +++ b/json/apache-cassandra.json @@ -33,7 +33,7 @@ "notes": [ { "text": "Apache-Cassandra Configuration: `nano /etc/cassandra/cassandra.yaml`", - "type": "warning" + "type": "info" } ] } \ No newline at end of file diff --git a/json/apache-couchdb.json b/json/apache-couchdb.json index 2c0ae1f1f8a..623ede38f9d 100644 --- a/json/apache-couchdb.json +++ b/json/apache-couchdb.json @@ -33,7 +33,7 @@ "notes": [ { "text": "Show Login Credentials: `cat CouchDB.creds`", - "type": "warning" + "type": "info" } ] } \ No newline at end of file diff --git a/json/aria2.json b/json/aria2.json index bf04bd81493..9282221a845 100644 --- a/json/aria2.json +++ b/json/aria2.json @@ -33,7 +33,7 @@ "notes": [ { "text": "Within the LXC console, run `cat rpc.secret` to display the rpc-secret. Copy this token and paste it into the Aria2 RPC Secret Token box within the AriaNG Settings. Then, click the reload AriaNG button.", - "type": "warning" + "type": "info" } ] } \ No newline at end of file diff --git a/json/audiobookshelf.json b/json/audiobookshelf.json index c312d1536df..062d71ec75f 100644 --- a/json/audiobookshelf.json +++ b/json/audiobookshelf.json @@ -9,7 +9,7 @@ "updateable": false, "privileged": false, "interface_port": 13378, - "documentation": null, + "documentation": "https://www.audiobookshelf.org/guides/", "website": "https://www.audiobookshelf.org/", "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/audiobookshelf.svg", "description": "Audiobookshelf is a Self-hosted audiobook and podcast server.", diff --git a/json/autobrr.json b/json/autobrr.json index 143fb172a7b..6453578273f 100644 --- a/json/autobrr.json +++ b/json/autobrr.json @@ -9,7 +9,7 @@ "updateable": true, "privileged": false, "interface_port": 7474, - "documentation": null, + "documentation": "https://autobrr.com/configuration/autobrr", "website": "https://autobrr.com/", "logo": "https://raw.githubusercontent.com/autobrr/autobrr/master/.github/images/logo.png", "description": "Autobrr is a torrent downloading tool that automates the process of downloading torrents. It is designed to be modern and user-friendly, providing users with a convenient and efficient way to download torrent files. With Autobrr, you can schedule and manage your torrent downloads, and have the ability to automatically download torrents based on certain conditions, such as time of day or availability of seeds. This can save you time and effort, allowing you to focus on other tasks while your torrents are being downloaded in the background.", diff --git a/json/blocky.json b/json/blocky.json index 5f08d3ec116..8668bfd18dc 100644 --- a/json/blocky.json +++ b/json/blocky.json @@ -33,7 +33,7 @@ "notes": [ { "text": "Blocky Configuration Path: `/opt/blocky/config.yml`", - "type": "warning" + "type": "info" } ] } \ No newline at end of file diff --git a/json/calibre-web.json b/json/calibre-web.json index 03c7e83a82f..170b62852a4 100644 --- a/json/calibre-web.json +++ b/json/calibre-web.json @@ -33,7 +33,7 @@ "notes": [ { "text": "Add Calibre-Web Extras via `update`", - "type": "warning" + "type": "info" } ] } \ No newline at end of file diff --git a/json/casaos.json b/json/casaos.json index abaf1c06795..0ec77da581a 100644 --- a/json/casaos.json +++ b/json/casaos.json @@ -30,5 +30,10 @@ "username": null, "password": null }, - "notes": [] + "notes": [ + { + "text": "If the LXC is created Privileged, the script will automatically set up USB passthrough.", + "type": "warning" + } + ] } \ No newline at end of file diff --git a/json/clean-lxcs.json b/json/clean-lxcs.json index 22f94a5aafb..c6730bdbd8b 100644 --- a/json/clean-lxcs.json +++ b/json/clean-lxcs.json @@ -33,7 +33,7 @@ "notes": [ { "text": "Execute within the Proxmox shell", - "type": "warning" + "type": "info" } ] } \ No newline at end of file diff --git a/json/cockpit.json b/json/cockpit.json index fb343f7115d..51b8d49b1d6 100644 --- a/json/cockpit.json +++ b/json/cockpit.json @@ -33,7 +33,7 @@ "notes": [ { "text": "Set a root password if using autologin. This will be the Cockpit password.`sudo passwd root`", - "type": "warning" + "type": "info" } ] } \ No newline at end of file diff --git a/json/cron-update-lxcs.json b/json/cron-update-lxcs.json index 08e5e959cc2..eeb6311f25c 100644 --- a/json/cron-update-lxcs.json +++ b/json/cron-update-lxcs.json @@ -33,11 +33,11 @@ "notes": [ { "text": "Execute within the Proxmox shell", - "type": "warning" + "type": "info" }, { "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" + "type": "info" } ] diff --git a/json/cronicle.json b/json/cronicle.json index 67c2b9bdd60..3c733ee2025 100644 --- a/json/cronicle.json +++ b/json/cronicle.json @@ -32,12 +32,8 @@ }, "notes": [ { - "text": "Primary and Worker Private Keys Must Match.", - "type": "warning" - }, - { - "text": "Configuration Path: `/opt/cronicle/conf/config.json`", - "type": "warning" + "text": "Configuration Path: `/opt/cronicle/conf/config.json` (Primary and Worker Private Keys Must Match)", + "type": "info" } ] } \ No newline at end of file diff --git a/json/daemonsync.json b/json/daemonsync.json index 592516d3afb..5a031b9a748 100644 --- a/json/daemonsync.json +++ b/json/daemonsync.json @@ -10,7 +10,7 @@ "privileged": false, "interface_port": 8084, "documentation": null, - "website": null, + "website": "https://daemonsync.me/", "logo": "https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fimg.informer.com%2Ficons_mac%2Fpng%2F128%2F350%2F350335.png&f=1&nofb=1", "description": "Sync files from app to server, share photos & videos, back up your data and stay secure inside local network.", "install_methods": [ diff --git a/json/dockge.json b/json/dockge.json index 012dd3448ff..977d4062523 100644 --- a/json/dockge.json +++ b/json/dockge.json @@ -33,7 +33,7 @@ "notes": [ { "text": "Options to add Immich and/or Home Assistant", - "type": "warning" + "type": "info" }, { "text": "If the LXC is created Privileged, the script will automatically set up USB passthrough.", diff --git a/json/emby.json b/json/emby.json index 1b37bfa50f5..3516b84cad6 100644 --- a/json/emby.json +++ b/json/emby.json @@ -33,7 +33,7 @@ "notes": [ { "text": "With Privileged/Unprivileged Hardware Acceleration Support", - "type": "warning" + "type": "info" } ] } \ No newline at end of file diff --git a/json/emqx.json b/json/emqx.json index c7f68180b8e..69622f3ed1f 100644 --- a/json/emqx.json +++ b/json/emqx.json @@ -30,5 +30,10 @@ "username": "admin", "password": "public" }, - "notes": [] + "notes": [ + { + "text": "Setup-Steps: Access Control ➡ Authentication ➡ Create ➡ Next ➡ Next ➡ Create ➡ Users ➡ Add ➡ Username / Password (to authenicate with MQTT) ➡ Save. You're now ready to enjoy a high-performance MQTT Broker.", + "type": "info" + } + ] } \ No newline at end of file diff --git a/json/evcc.json b/json/evcc.json index 27ba3d2ef89..1a4c24296c4 100644 --- a/json/evcc.json +++ b/json/evcc.json @@ -33,7 +33,7 @@ "notes": [ { "text": "entering `evcc configure` in the LXC terminal will guide you through the creation of a configuration file for evcc.", - "type": "warning" + "type": "info" } ] } \ No newline at end of file diff --git a/json/fhem.json b/json/fhem.json index 6c2a7b4a538..0d559461864 100644 --- a/json/fhem.json +++ b/json/fhem.json @@ -30,5 +30,10 @@ "username": null, "password": null }, - "notes": [] + "notes": [ + { + "text": "If the LXC is created Privileged, the script will automatically set up USB passthrough.", + "type": "warning" + } + ] } \ No newline at end of file diff --git a/json/frigate.json b/json/frigate.json index 53496cca3a0..275afce3a26 100644 --- a/json/frigate.json +++ b/json/frigate.json @@ -33,11 +33,11 @@ "notes": [ { "text": "Discussions (explore more advanced methods): `https://github.com/tteck/Proxmox/discussions/2711`", - "type": "warning" + "type": "info" }, { "text": "go2rtc Interface port:`1984`", - "type": "warning" + "type": "info" } ] } \ No newline at end of file diff --git a/json/fstrim.json b/json/fstrim.json index fb19b156a29..a6c124d1736 100644 --- a/json/fstrim.json +++ b/json/fstrim.json @@ -9,10 +9,10 @@ "updateable": false, "privileged": false, "interface_port": null, - "documentation": "https://github.com/tteck/Proxmox/discussions/2505#discussion-6226037", + "documentation": "https://github.com/community-scripts/ProxmoxVE/discussions/805", "website": null, "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/lxc.svg", - "description": "This maintains SSD performance by managing unused blocks. Thin-provisioned storage systems also require management to prevent unnecessary storage use. VMs automate fstrim, while LXC containers need manual or automated fstrim processes for optimal performance.\r\nThis is designed to work with SSDs on ext4 filesystems only.", + "description": "This maintains SSD performance by managing unused blocks. Thin-provisioned storage systems also require management to prevent unnecessary storage use. VMs automate fstrim, while LXC containers need manual or automated fstrim processes for optimal performance.", "install_methods": [ { "type": "default", @@ -33,6 +33,10 @@ "notes": [ { "text": "Execute within the Proxmox shell", + "type": "info" + }, + { + "text": "This is designed to work with SSDs on ext4 filesystems only.", "type": "warning" } ] diff --git a/json/gotify.json b/json/gotify.json index 1728b3a50e0..5e786718717 100644 --- a/json/gotify.json +++ b/json/gotify.json @@ -30,14 +30,5 @@ "username": "admin", "password": "admin" }, - "notes": [ - { - "text": "password: `admin`", - "type": "warning" - }, - { - "text": "username: `admin`", - "type": "warning" - } - ] + "notes": [] } \ No newline at end of file diff --git a/json/haos-vm.json b/json/haos-vm.json index 33f482bcb84..6ce917b3b78 100644 --- a/json/haos-vm.json +++ b/json/haos-vm.json @@ -34,6 +34,10 @@ { "text": "The disk must have a minimum size of 32GB and its size cannot be changed during the creation of the VM.", "type": "warning" + }, + { + "text": "After the script completes, click on the VM, then on the Summary or Console tab to find the VM IP.", + "type": "info" } ] } \ No newline at end of file diff --git a/json/headscale.json b/json/headscale.json index cc4c3ee1c44..9260aa7c731 100644 --- a/json/headscale.json +++ b/json/headscale.json @@ -33,7 +33,7 @@ "notes": [ { "text": "Configuration settings: `/etc/headscale/config.yaml`", - "type": "warning" + "type": "info" } ] } \ No newline at end of file diff --git a/json/hivemq.json b/json/hivemq.json index 6aa5d959ca7..c63e39c8b63 100644 --- a/json/hivemq.json +++ b/json/hivemq.json @@ -30,5 +30,10 @@ "username": null, "password": null }, - "notes": [] + "notes": [ + { + "text": "To check if HiveMQ is listening to the default port for MQTT `lsof -i :1883`", + "type": "info" + } + ] } \ No newline at end of file diff --git a/json/homeassistant-core.json b/json/homeassistant-core.json index 4294c70ff90..ff4feb6d14d 100644 --- a/json/homeassistant-core.json +++ b/json/homeassistant-core.json @@ -32,16 +32,20 @@ }, "notes": [ { - "text": "config path: `/root/.homeassistant`", + "text": "If the LXC is created Privileged, the script will automatically set up USB passthrough.", "type": "warning" }, { - "text": "Requires `6.8.4-3-pve` or newer kernel", + "text": "Requires PVE 8.2.2 with kernel 6.8.4-3-pve or newer", "type": "warning" }, { "text": "Use Ubuntu 24.04 ONLY", "type": "warning" + }, + { + "text": "config path: `/root/.homeassistant`", + "type": "info" } ] } \ No newline at end of file diff --git a/json/homeassistant.json b/json/homeassistant.json index e5c153a1831..564933d7b02 100644 --- a/json/homeassistant.json +++ b/json/homeassistant.json @@ -38,6 +38,10 @@ { "text": "config path: `/var/lib/docker/volumes/hass_config/_data`", "type": "warning" + }, + { + "text": "Portainer Interface: LXC-IP: 9443", + "type": "info" } ] } \ No newline at end of file diff --git a/json/homebox.json b/json/homebox.json index bad357f697d..04d2cb1895e 100644 --- a/json/homebox.json +++ b/json/homebox.json @@ -32,7 +32,7 @@ }, "notes": [ { - "text": "env file location: `/opt/.env`", + "text": ".env file location: `/opt/.env`", "type": "info" } ] diff --git a/json/homepage.json b/json/homepage.json index 7046b26ecab..d69c0f95e9a 100644 --- a/json/homepage.json +++ b/json/homepage.json @@ -33,7 +33,7 @@ "notes": [ { "text": "Configuration (bookmarks.yaml, services.yaml, widgets.yaml) path: `/opt/homepage/config/`", - "type": "warning" + "type": "info" } ] } diff --git a/json/homer.json b/json/homer.json index a04de3c1dd4..b86359ddd85 100644 --- a/json/homer.json +++ b/json/homer.json @@ -33,7 +33,7 @@ "notes": [ { "text": "Configuration Path: `/opt/homer/assets/config.yml`", - "type": "warning" + "type": "info" } ] } \ No newline at end of file diff --git a/json/host-backup.json b/json/host-backup.json index 5afde65850c..2804255932f 100644 --- a/json/host-backup.json +++ b/json/host-backup.json @@ -33,7 +33,11 @@ "notes": [ { "text": "Execute within the Proxmox shell", - "type": "warning" + "type": "info" + }, + { + "text": "A backup is rendered ineffective when it remains stored on the host", + "type": "info" } ] } \ No newline at end of file diff --git a/json/jellyfin.json b/json/jellyfin.json index 662d3b1adb9..bcd43ce7d7c 100644 --- a/json/jellyfin.json +++ b/json/jellyfin.json @@ -33,11 +33,11 @@ "notes": [ { "text": "With Privileged/Unprivileged Hardware Acceleration Support", - "type": "warning" + "type": "info" }, { "text": "FFmpeg path: /usr/lib/jellyfin-ffmpeg/ffmpeg", - "type": "warning" + "type": "info" } ] } \ No newline at end of file diff --git a/json/kernel-clean.json b/json/kernel-clean.json index 4062c4e69a3..3e23ea3782f 100644 --- a/json/kernel-clean.json +++ b/json/kernel-clean.json @@ -33,7 +33,7 @@ "notes": [ { "text": "Execute within the Proxmox shell", - "type": "warning" + "type": "info" } ] } \ No newline at end of file diff --git a/json/kernel-pin.json b/json/kernel-pin.json index 40a990c362a..99f6fbcd10b 100644 --- a/json/kernel-pin.json +++ b/json/kernel-pin.json @@ -33,7 +33,7 @@ "notes": [ { "text": "Execute within the Proxmox shell", - "type": "warning" + "type": "info" } ] } \ No newline at end of file diff --git a/json/linkwarden.json b/json/linkwarden.json index 4b19ef54d1b..5bf40d340e6 100644 --- a/json/linkwarden.json +++ b/json/linkwarden.json @@ -36,4 +36,4 @@ "type": "info" } ] -} +} \ No newline at end of file diff --git a/json/mafl.json b/json/mafl.json index c6a9f7646f8..2843009c25b 100644 --- a/json/mafl.json +++ b/json/mafl.json @@ -32,8 +32,8 @@ }, "notes": [ { - "text": "Configuration Path: `/opt/mafl/data/config.yml`\r\n", - "type": "warning" + "text": "Configuration Path: `/opt/mafl/data/config.yml`", + "type": "info" } ] } \ No newline at end of file diff --git a/json/magicmirror.json b/json/magicmirror.json index 6df13ac6b5d..b1cdbc194a4 100644 --- a/json/magicmirror.json +++ b/json/magicmirror.json @@ -33,7 +33,7 @@ "notes": [ { "text": "Configuration Path: `/opt/magicmirror/config/config.js`", - "type": "warning" + "type": "info" } ] } \ No newline at end of file diff --git a/json/microcode.json b/json/microcode.json index fe94d5d260c..8bb521e38af 100644 --- a/json/microcode.json +++ b/json/microcode.json @@ -33,7 +33,11 @@ "notes": [ { "text": "Execute within the Proxmox shell", - "type": "warning" + "type": "info" + }, + { + "text": "After a reboot, you can check whether any microcode updates are currently in effect by running the following command. `journalctl -k | grep -E \"microcode\" | head -n 1`", + "type": "info" } ] } \ No newline at end of file diff --git a/json/monitor-all.json b/json/monitor-all.json index 754de0b767c..52a14fd10ae 100644 --- a/json/monitor-all.json +++ b/json/monitor-all.json @@ -33,31 +33,35 @@ "notes": [ { "text": "Execute within the Proxmox shell", + "type": "info" + }, + { + "text": "Virtual machines without the QEMU guest agent installed must be excluded.", + "type": "warning" + }, + { + "text": "Prior to generating any new CT/VM not found in this repository, it's necessary to halt Proxmox VE Monitor-All by running `systemctl stop ping-instances`.", "type": "warning" }, { "text": "To make setup changes, first stop the service: `systemctl stop ping-instances`", - "type": "Info" + "type": "info" }, { "text": "To edit pause time: `nano /usr/local/bin/ping-instances.sh`", - "type": "Info" + "type": "info" }, { "text": "To add excluded instances: `nano /etc/systemd/system/ping-instances.service`", - "type": "Info" - }, - { - "text": "To edit pause time: `nano /usr/local/bin/ping-instances.sh`", - "type": "Info" + "type": "info" }, { "text": "After changes have been saved, `systemctl daemon-reload` and start the service: `systemctl start ping-instances`", - "type": "Info" + "type": "info" }, { "text": "Monitor-All logs: `cat /var/log/ping-instances.log`", - "type": "Info" + "type": "info" } ] } diff --git a/json/mysql.json b/json/mysql.json index 6870aed7db5..e9af860dbc0 100644 --- a/json/mysql.json +++ b/json/mysql.json @@ -33,7 +33,7 @@ "notes": [ { "text": "Database credentials: `cat mysql.creds`", - "type": "warning" + "type": "info" }, { "text": "With an option to install the MySQL 8.4 LTS release instead of MySQL 8.0", diff --git a/json/navidrome.json b/json/navidrome.json index f44412d06dd..697451a4691 100644 --- a/json/navidrome.json +++ b/json/navidrome.json @@ -33,7 +33,7 @@ "notes": [ { "text": "To change Navidrome music folder path, `nano /var/lib/navidrome/navidrome.toml`", - "type": "warning" + "type": "info" } ] } \ No newline at end of file diff --git a/json/netdata.json b/json/netdata.json index 73a379edc95..d1abf45a7a4 100644 --- a/json/netdata.json +++ b/json/netdata.json @@ -33,7 +33,7 @@ "notes": [ { "text": "Execute within the Proxmox shell", - "type": "warning" + "type": "info" } ] } \ No newline at end of file diff --git a/json/node-red.json b/json/node-red.json index 42f2eaed256..748863c20f8 100644 --- a/json/node-red.json +++ b/json/node-red.json @@ -33,7 +33,7 @@ "notes": [ { "text": "To install themes, type `update` in the LXC console.", - "type": "warning" + "type": "info" } ] } \ No newline at end of file diff --git a/json/notifiarr.json b/json/notifiarr.json index 3b7f01dd849..67caa5ee4bc 100644 --- a/json/notifiarr.json +++ b/json/notifiarr.json @@ -33,7 +33,7 @@ "notes": [ { "text": "Manually edit `/etc/notifiarr/notifiarr.conf`to enter the API key from Notifiarr.com, and create a password for the UI.", - "type": "warning" + "type": "info" } ] } diff --git a/json/olivetin.json b/json/olivetin.json index 3902d7cd1cc..346192ca597 100644 --- a/json/olivetin.json +++ b/json/olivetin.json @@ -33,7 +33,7 @@ "notes": [ { "text": "Configuration Path: `/etc/OliveTin/config.yaml`", - "type": "warning" + "type": "info" } ] } \ No newline at end of file diff --git a/json/openobserve.json b/json/openobserve.json index 3e6aec8127b..6b8672d2d7c 100644 --- a/json/openobserve.json +++ b/json/openobserve.json @@ -33,7 +33,7 @@ "notes": [ { "text": "Show Login Credentials: `cat /opt/openobserve/data/.env`", - "type": "warning" + "type": "info" } ] } \ No newline at end of file diff --git a/json/paperless-ngx.json b/json/paperless-ngx.json index 2051d9ffbcd..d88a655ac52 100644 --- a/json/paperless-ngx.json +++ b/json/paperless-ngx.json @@ -33,7 +33,7 @@ "notes": [ { "text": "Show Login Credentials, type `update` in the LXC console", - "type": "warning" + "type": "info" } ] } \ No newline at end of file diff --git a/json/pihole.json b/json/pihole.json index 8de0f05b108..c85899c926d 100644 --- a/json/pihole.json +++ b/json/pihole.json @@ -33,7 +33,7 @@ "notes": [ { "text": "To set your password, log in to the container, and type the following: `pihole -a -p`", - "type": "warning" + "type": "info" }, { "text": "With an option to add Unbound", diff --git a/json/pimox-haos-vm.json b/json/pimox-haos-vm.json index 93aa36a4f94..73f30fe78c5 100644 --- a/json/pimox-haos-vm.json +++ b/json/pimox-haos-vm.json @@ -30,5 +30,10 @@ "username": null, "password": null }, - "notes": [] + "notes": [ + { + "text": "After the script completes, click on the VM, then on the Summary or Console tab to find the VM IP.", + "type": "info" + } + ] } \ No newline at end of file diff --git a/json/plex.json b/json/plex.json index 019eb52c39d..d50db7cd205 100644 --- a/json/plex.json +++ b/json/plex.json @@ -33,7 +33,7 @@ "notes": [ { "text": "With Privileged/Unprivileged Hardware Acceleration Support", - "type": "warning" + "type": "info" } ] } \ No newline at end of file diff --git a/json/podman-homeassistant.json b/json/podman-homeassistant.json index 247a33a9da4..124da0b9704 100644 --- a/json/podman-homeassistant.json +++ b/json/podman-homeassistant.json @@ -38,6 +38,10 @@ { "text": "If the LXC is created Privileged, the script will automatically set up USB passthrough.", "type": "warning" + }, + { + "text": "config path: `/var/lib/containers/storage/volumes/hass_config/_data`", + "type": "info" } ] } \ No newline at end of file diff --git a/json/post-pbs-install.json b/json/post-pbs-install.json index 6fc29b86cde..3d8f6cd93d3 100644 --- a/json/post-pbs-install.json +++ b/json/post-pbs-install.json @@ -33,11 +33,15 @@ "notes": [ { "text": "Proxmox Backup Server ONLY", - "type": "warning" + "type": "info" }, { "text": "Execute within the Proxmox Backup Server Shell", - "type": "warning" + "type": "info" + }, + { + "text": "It is recommended to answer “yes” (y) to all options presented during the process.", + "type": "info" } ] } \ No newline at end of file diff --git a/json/post-pve-install.json b/json/post-pve-install.json index 68fa0a4eb61..36eae927f8c 100644 --- a/json/post-pve-install.json +++ b/json/post-pve-install.json @@ -33,7 +33,11 @@ "notes": [ { "text": "Execute within the Proxmox shell", - "type": "warning" + "type": "info" + }, + { + "text": "It is recommended to answer “yes” (y) to all options presented during the process.", + "type": "info" } ] } \ No newline at end of file diff --git a/json/redis.json b/json/redis.json index 11c82b51389..4092d82e83a 100644 --- a/json/redis.json +++ b/json/redis.json @@ -33,7 +33,7 @@ "notes": [ { "text": "Redis Configuration: `nano /etc/redis/redis.conf`", - "type": "warning" + "type": "info" } ] } \ No newline at end of file diff --git a/json/scaling-governor.json b/json/scaling-governor.json index 7e51d74148f..0a18987f05f 100644 --- a/json/scaling-governor.json +++ b/json/scaling-governor.json @@ -33,7 +33,7 @@ "notes": [ { "text": "Execute within the Proxmox shell", - "type": "warning" + "type": "info" } ] } \ No newline at end of file diff --git a/json/snipeit.json b/json/snipeit.json index 4be971b9de7..61c09edb992 100644 --- a/json/snipeit.json +++ b/json/snipeit.json @@ -30,6 +30,10 @@ "username": null, "password": null }, - "notes": [] - } - + "notes": [ + { + "text": "Post Install: `https://github.com/community-scripts/ProxmoxVE/discussions/671`", + "type": "info" + } + ] +} diff --git a/json/tdarr.json b/json/tdarr.json index 7667d196873..1e93f2a98bc 100644 --- a/json/tdarr.json +++ b/json/tdarr.json @@ -33,7 +33,7 @@ "notes": [ { "text": "With Privileged/Unprivileged Hardware Acceleration Support", - "type": "warning" + "type": "info" } ] } diff --git a/json/the-lounge.json b/json/the-lounge.json index 94979d3fde6..1733da7d5f9 100644 --- a/json/the-lounge.json +++ b/json/the-lounge.json @@ -32,7 +32,7 @@ }, "notes": [ { - "text": "The Lounge is running in private mode. Use \"sudo -u thelounge thelounge add name\" to create users.", + "text": "The Lounge is running in private mode. Use `sudo -u thelounge thelounge add name` to create users.", "type": "info" } ] diff --git a/json/turnkey.json b/json/turnkey.json index f9dd1ef54aa..12173eabc8c 100644 --- a/json/turnkey.json +++ b/json/turnkey.json @@ -33,11 +33,11 @@ "notes": [ { "text": "The script creates a `*.creds` file in the Proxmox root directory with the password of the newly created TurnKey LXC Appliance.", - "type": "warning" + "type": "info" }, { "text": "Retrieve Password: `cat turnkey-name.creds`", - "type": "warning" + "type": "info" } ] } \ No newline at end of file diff --git a/json/umami.json b/json/umami.json index e440ca52064..8c788ba8f6f 100644 --- a/json/umami.json +++ b/json/umami.json @@ -33,7 +33,7 @@ "notes": [ { "text": "To view the database credentials : `cat umami.creds`", - "type": "warning" + "type": "info" } ] } \ No newline at end of file diff --git a/json/update-lxcs.json b/json/update-lxcs.json index f5fa9f40853..3be9d3811e5 100644 --- a/json/update-lxcs.json +++ b/json/update-lxcs.json @@ -33,7 +33,7 @@ "notes": [ { "text": "Execute within the Proxmox shell", - "type": "warning" + "type": "info" } ] } \ No newline at end of file diff --git a/json/update-repo.json b/json/update-repo.json index db7b683b77b..9cfc55018ad 100644 --- a/json/update-repo.json +++ b/json/update-repo.json @@ -33,7 +33,7 @@ "notes": [ { "text": "Execute within the Proxmox shell", - "type": "warning" + "type": "info" } ] } \ No newline at end of file diff --git a/json/webmin.json b/json/webmin.json index b17c4bb5e9a..9f05d09365d 100644 --- a/json/webmin.json +++ b/json/webmin.json @@ -33,7 +33,7 @@ "notes": [ { "text": "Execute within an existing LXC Console", - "type": "warning" + "type": "info" } ] } \ No newline at end of file