HomarrH
Homarrโ€ข15mo agoโ€ข
8 replies
CrazyWolf13

general questions about v1

Hi
I sometimes help maintaining proxmox helper scripts, these are a big collection of scripts to deploy a huge amount of homelab apps to LXC instead of docker.
(https://community-scripts.github.io/ProxmoxVE/scripts?id=homarr)

There is also one for homarr:
https://github.com/community-scripts/ProxmoxVE/blob/main/install/homarr-install.sh

In general I have some questions, first of all is the ENV format and names still the same?

The config files have to be imported using the export/import, is this possible via API?

Pretts sure it's not but asking, to be sure, the db.sqlite most likely needs to be redone?

Thanks for some tips ๐Ÿ™‚
A Front-end for the Proxmox VE Helper-Scripts (Community) Repository. Featuring over 200+ scripts to help you manage your Proxmox VE environment.
Proxmox VE Helper-Scripts
GitHub
Proxmox VE Helper-Scripts (Community Edition) . Contribute to community-scripts/ProxmoxVE development by creating an account on GitHub.
ProxmoxVE/install/homarr-install.sh at main ยท community-scripts/Pro...
Solution
In general I have some questions, first of all is the ENV format and names still the same?

No, see https://deploy-preview-113--homarr-docs.netlify.app/blog/2024/09/23/version-1.0#breaking-changes

The config files have to be imported using the export/import, is this possible via API?

No.

Pretts sure it's not but asking, to be sure, the db.sqlite most likely needs to be redone?

Yes, copying the DB will result in catastrophical data loss and coruption. Do not do it!

As a side note, we consider 1.0 beta to be safe to run but there will be bugs. I recommend you to update the script as soon as we oficially relase 1.0
Was this page helpful?