services.yaml gone with upgrade to 1.9.0 #6211
DescriptionMy customized homepage was replaced by a default config after upgrading to 1.9.0. I run homepage in an LXC on Proxmox via a Community Script (https://community-scripts.github.io/ProxmoxVE/scripts?id=homepage&category=Dashboards%20%26%20Frontends). When I noticed a new version earlier today, I ran the update command in the container and found to my great dismay that my customized setup was replaced by a default install. Um, help? I am not a sophisticated user. The .yaml files all appear to be the defaults from a fresh install. None of my customized files are present. I run nightly backups of the container so I can restore things if need be but thought I would check in here first. I am also not sure if I am even reporting this properly as I am a Github newbie as well. homepage version1.9.0 Installation methodDocker ConfigurationContainer Logs[2026-01-19T17:06:01.728Z] info: kubernetes.yaml was copied to the config folder Browser LogsNo response TroubleshootingI SSH'd into the container to look at the cirectory and the logs and cannot find the customized files I developed over months of edits and changes. Only the default files from a fresh install and the logs I copied above. |
Replies: 6 comments 3 replies
|
That sucks. Can you provide a bit more details about the permissions of your setup, config directory etc? |
|
Ps. this version didnt really change anything about this. homepage/src/utils/config/config.js Lines 30 to 43 in d3f1832 only copies the skeleton when a file is missing, never when it already exists. |
|
ChatGPT suggests:
|
|
As I said, I am not a sophisticated user. It is all the defaults that come from that Community VE Helper Script install. I pasted the install script (bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/homepage.sh)") into the Proxmox shell and setup VS Code to SSH into the appropriate directory in that LXC (/opt/homepage/config/). From there, I followed the widgets examples and customized things bit by bit. I have restored 1.8.0 from last night's backup and will await a fix. |
|
This discussion has been automatically closed because it was marked as answered. See our contributing guidelines for more details. |
|
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |
community-scripts/ProxmoxVE#10993