CrazyWolf13
CrazyWolf13
HHomarr
Created by CrazyWolf13 on 2/2/2025 in #💬・get-help
Quick question
Is it yet possible to export/import data in homarr v1? (Not pre v1)
7 replies
HHomarr
Created by CrazyWolf13 on 1/30/2025 in #💬・get-help
Restore old Homarr colors
Hi Although I really like and enjoy the new homarr app, I'd love to revert to the old colors, I just like them more. I've found the following two color css values in the old homarr:
color:#C1C2C5;
background-color:#1A1B1E;
color:#C1C2C5;
background-color:#1A1B1E;
Are the above color values the correct ones? What selector do I have to use to change widget/app color? I tried what kapa.ai told me, however that selector did nothing:
.mantine-AppShell-body {
background-color: your-color-here;
}
.mantine-AppShell-body {
background-color: your-color-here;
}
4 replies
HHomarr
Created by CrazyWolf13 on 1/29/2025 in #💬・get-help
Make OIDC User Admin
Hi How do I set up an OIDC User to be admin? Previously we had the special env: AUTH_OIDC_OWNER_GROUP how do I achieve the same again? Thanks! Normally I expect an authentik user who is admin to be admin on homarr too, like it is in most other apps as well, but in homarr this seems to not work.
13 replies
HHomarr
Created by CrazyWolf13 on 1/29/2025 in #💬・get-help
Hide all Ping indicators
Hi is it possible to hide all ping indicators by using css? Thanks a lot!
5 replies
HHomarr
Created by CrazyWolf13 on 12/18/2024 in #💬・get-help
deploy failing after installation of v0.15.10
Hi After updating to 0.15.10, the application is not coming back up, I get the following error:




17 replies
HHomarr
Created by CrazyWolf13 on 12/18/2024 in #💬・get-help
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 🙂
9 replies