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 b54516a1..d5138d5e 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 d241737b..1b2717e2 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 fbab46c4..89d7287a 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 62839ec1..f9aca9a8 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 e5ea84ce..47157131 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 77ff8ee8..ad46560e 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 947d8e5c..63484fa4 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 2c0ae1f1..623ede38 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 bf04bd81..9282221a 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 c312d153..062d71ec 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 143fb172..64535782 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 5f08d3ec..8668bfd1 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 03c7e83a..170b6285 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 abaf1c06..0ec77da5 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 22f94a5a..c6730bdb 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 fb343f71..51b8d49b 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 08e5e959..eeb6311f 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 67c2b9bd..3c733ee2 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 592516d3..5a031b9a 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 012dd344..977d4062 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 1b37bfa5..3516b84c 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 c7f68180..69622f3e 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 27ba3d2e..1a4c2429 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 6c2a7b4a..0d559461 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 53496cca..275afce3 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 fb19b156..a6c124d1 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 1728b3a5..5e786718 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 33f482bc..6ce917b3 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 cc4c3ee1..9260aa7c 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 6aa5d959..c63e39c8 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 4294c70f..ff4feb6d 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 e5c153a1..564933d7 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 bad357f6..04d2cb18 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 7046b26e..d69c0f95 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 a04de3c1..b86359dd 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 5afde658..28042559 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 662d3b1a..bcd43ce7 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 4062c4e6..3e23ea37 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 40a990c3..99f6fbcd 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 4b19ef54..5bf40d34 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 c6a9f764..2843009c 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 6df13ac6..b1cdbc19 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 fe94d5d2..8bb521e3 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 754de0b7..52a14fd1 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 6870aed7..e9af860d 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 f44412d0..697451a4 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 73a379ed..d1abf45a 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 42f2eaed..748863c2 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 3b7f01dd..67caa5ee 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 3902d7cd..346192ca 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 3e6aec81..6b8672d2 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 2051d9ff..d88a655a 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 8de0f05b..c85899c9 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 93aa36a4..73f30fe7 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 019eb52c..d50db7cd 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 247a33a9..124da0b9 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 6fc29b86..3d8f6cd9 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 68fa0a4e..36eae927 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 11c82b51..4092d82e 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 7e51d741..0a18987f 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 4be971b9..61c09edb 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 7667d196..1e93f2a9 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 94979d3f..1733da7d 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 f9dd1ef5..12173eab 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 e440ca52..8c788ba8 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 f5fa9f40..3be9d381 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 db7b683b..9cfc5501 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 b17c4bb5..9f05d093 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