Update some JSON Files for Website (#812)

* Update JSON Files for Website

* fix microcode json
This commit is contained in:
CanbiZ 2024-12-13 15:24:14 +01:00 committed by GitHub
parent 82ba836743
commit 77d2df5a0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
68 changed files with 164 additions and 98 deletions

View File

@ -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.",

View File

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

View File

@ -33,7 +33,7 @@
"notes": [
{
"text": "Adguard Home can be updated via the user interface.",
"type": "warning"
"type": "info"
}
]
}

View File

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

View File

@ -33,7 +33,7 @@
"notes": [
{
"text": "Resource and network settings are adjustable post LXC creation.",
"type": "warning"
"type": "info"
}
]
}

View File

@ -30,5 +30,10 @@
"username": null,
"password": "alpine"
},
"notes": []
"notes": [
{
"text": "To Update Alpine: `apk update && apk upgrade`",
"type": "info"
}
]
}

View File

@ -33,7 +33,7 @@
"notes": [
{
"text": "Apache-Cassandra Configuration: `nano /etc/cassandra/cassandra.yaml`",
"type": "warning"
"type": "info"
}
]
}

View File

@ -33,7 +33,7 @@
"notes": [
{
"text": "Show Login Credentials: `cat CouchDB.creds`",
"type": "warning"
"type": "info"
}
]
}

View File

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

View File

@ -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.",

View File

@ -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.",

View File

@ -33,7 +33,7 @@
"notes": [
{
"text": "Blocky Configuration Path: `/opt/blocky/config.yml`",
"type": "warning"
"type": "info"
}
]
}

View File

@ -33,7 +33,7 @@
"notes": [
{
"text": "Add Calibre-Web Extras via `update`",
"type": "warning"
"type": "info"
}
]
}

View File

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

View File

@ -33,7 +33,7 @@
"notes": [
{
"text": "Execute within the Proxmox shell",
"type": "warning"
"type": "info"
}
]
}

View File

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

View File

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

View File

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

View File

@ -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": [

View File

@ -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.",

View File

@ -33,7 +33,7 @@
"notes": [
{
"text": "With Privileged/Unprivileged Hardware Acceleration Support",
"type": "warning"
"type": "info"
}
]
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -30,14 +30,5 @@
"username": "admin",
"password": "admin"
},
"notes": [
{
"text": "password: `admin`",
"type": "warning"
},
{
"text": "username: `admin`",
"type": "warning"
}
]
"notes": []
}

View File

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

View File

@ -33,7 +33,7 @@
"notes": [
{
"text": "Configuration settings: `/etc/headscale/config.yaml`",
"type": "warning"
"type": "info"
}
]
}

View File

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

View File

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

View File

@ -38,6 +38,10 @@
{
"text": "config path: `/var/lib/docker/volumes/hass_config/_data`",
"type": "warning"
},
{
"text": "Portainer Interface: LXC-IP: 9443",
"type": "info"
}
]
}

View File

@ -32,7 +32,7 @@
},
"notes": [
{
"text": "env file location: `/opt/.env`",
"text": ".env file location: `/opt/.env`",
"type": "info"
}
]

View File

@ -33,7 +33,7 @@
"notes": [
{
"text": "Configuration (bookmarks.yaml, services.yaml, widgets.yaml) path: `/opt/homepage/config/`",
"type": "warning"
"type": "info"
}
]
}

View File

@ -33,7 +33,7 @@
"notes": [
{
"text": "Configuration Path: `/opt/homer/assets/config.yml`",
"type": "warning"
"type": "info"
}
]
}

View File

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

View File

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

View File

@ -33,7 +33,7 @@
"notes": [
{
"text": "Execute within the Proxmox shell",
"type": "warning"
"type": "info"
}
]
}

View File

@ -33,7 +33,7 @@
"notes": [
{
"text": "Execute within the Proxmox shell",
"type": "warning"
"type": "info"
}
]
}

View File

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

View File

@ -33,7 +33,7 @@
"notes": [
{
"text": "Configuration Path: `/opt/magicmirror/config/config.js`",
"type": "warning"
"type": "info"
}
]
}

View File

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

View File

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

View File

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

View File

@ -33,7 +33,7 @@
"notes": [
{
"text": "To change Navidrome music folder path, `nano /var/lib/navidrome/navidrome.toml`",
"type": "warning"
"type": "info"
}
]
}

View File

@ -33,7 +33,7 @@
"notes": [
{
"text": "Execute within the Proxmox shell",
"type": "warning"
"type": "info"
}
]
}

View File

@ -33,7 +33,7 @@
"notes": [
{
"text": "To install themes, type `update` in the LXC console.",
"type": "warning"
"type": "info"
}
]
}

View File

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

View File

@ -33,7 +33,7 @@
"notes": [
{
"text": "Configuration Path: `/etc/OliveTin/config.yaml`",
"type": "warning"
"type": "info"
}
]
}

View File

@ -33,7 +33,7 @@
"notes": [
{
"text": "Show Login Credentials: `cat /opt/openobserve/data/.env`",
"type": "warning"
"type": "info"
}
]
}

View File

@ -33,7 +33,7 @@
"notes": [
{
"text": "Show Login Credentials, type `update` in the LXC console",
"type": "warning"
"type": "info"
}
]
}

View File

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

View File

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

View File

@ -33,7 +33,7 @@
"notes": [
{
"text": "With Privileged/Unprivileged Hardware Acceleration Support",
"type": "warning"
"type": "info"
}
]
}

View File

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

View File

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

View File

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

View File

@ -33,7 +33,7 @@
"notes": [
{
"text": "Redis Configuration: `nano /etc/redis/redis.conf`",
"type": "warning"
"type": "info"
}
]
}

View File

@ -33,7 +33,7 @@
"notes": [
{
"text": "Execute within the Proxmox shell",
"type": "warning"
"type": "info"
}
]
}

View File

@ -30,6 +30,10 @@
"username": null,
"password": null
},
"notes": []
"notes": [
{
"text": "Post Install: `https://github.com/community-scripts/ProxmoxVE/discussions/671`",
"type": "info"
}
]
}

View File

@ -33,7 +33,7 @@
"notes": [
{
"text": "With Privileged/Unprivileged Hardware Acceleration Support",
"type": "warning"
"type": "info"
}
]
}

View File

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

View File

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

View File

@ -33,7 +33,7 @@
"notes": [
{
"text": "To view the database credentials : `cat umami.creds`",
"type": "warning"
"type": "info"
}
]
}

View File

@ -33,7 +33,7 @@
"notes": [
{
"text": "Execute within the Proxmox shell",
"type": "warning"
"type": "info"
}
]
}

View File

@ -33,7 +33,7 @@
"notes": [
{
"text": "Execute within the Proxmox shell",
"type": "warning"
"type": "info"
}
]
}

View File

@ -33,7 +33,7 @@
"notes": [
{
"text": "Execute within an existing LXC Console",
"type": "warning"
"type": "info"
}
]
}