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'
#---------------------------------------------------------------------#
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
restart: unless-stopped
volumes:
[+] 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.
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'
[+] Running 2/2
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 |
homarr | user admin is trying to log in. checking password...
homarr | user admin successfully authorized
homarr |

