H
Homarr6mo ago
Elfy

Can't Save

Hey all, I just updated to the latest (0.14.) and when I edit any of the settings on my default board, the save button doesn't do anything. I'm running this behind NGINX Proxy Manager (see screenshot for config). See below for my docker-compose.yml: Docker:~/docker-compose/homarr# cat docker-compose.yml version: '3' #---------------------------------------------------------------------# Homarr - A simple, yet powerful dashboard for your server. # #---------------------------------------------------------------------# services: homarr: container_name: homarr image: ghcr.io/ajnart/homarr:latest restart: unless-stopped volumes: - /docker-files/homarr/configs:/app/data/configs - /docker-files/homarr/icons:/app/public/icons - /docker-files/homarr/data:/data ports: - '7575:7575' And some of my logs when I try to save: [+] Running 2/2 ✔ Network homarr_default Created 0.1s ✔ Container homarr Created 0.1s Attaching to homarr homarr | Exporting hostname... homarr | Migrating database... homarr | yarn run v1.22.19 homarr | $ ts-node ./migrate.ts homarr | Done in 3.13s. homarr | Starting production server... homarr | Listening on port 7575 url: http://4f2e55c81cc6:7575 homarr | ℹ Instance is using a database on the file system. Checking if file '/data/db.sqlite' is writable... homarr | user admin is trying to log in. checking password... homarr | user admin successfully authorized homarr | ℹ Saving updated configuration of 'default' config.
No description
No description
3 Replies
Elfy
Elfy6mo ago
I was able to get this to work by manually editing my config located in /docker-files/homarr/configs/default.json and setting "allowGuests": true. However I still can't edit & save the config via web UI. There may be something wrong with the JSON since I created a new board and that does let me save things.
explosive parrot
Permissions issues are my gut guess. If not, just replace the default JSON with the one you made.
Boszorkány
Boszorkány6mo ago
just do a chmod 600 default.json that will set the permission to accessible by all users and doublecheck the ownership of the folders/files.