You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is possibly a follow up from #647, and a recreation of #1727
I've had just installed the add-on, but I'm unable to configure it properly.
My server is accessible via http://hass.local:8123, and thus the add-on config is as follows:
CONFIG_LOCATION: /config/addons_config/seafile/config.yaml # nothing here but the standard commentsFILE_SERVER_ROOT: http://hass.local:8082PGID: 1000PORT: "8082"PUID: 1000SEAFILE_ADMIN_EMAIL: ***SEAFILE_ADMIN_PASSWORD: ***SERVER_IP: hass.localTZ: America/Sao_Paulodata_location: /media/backup # this is the same path I can use to access my external drive from the SSH add-ondatabase: sqliteurl: seafile.example.com # not really sure what this is? that's the default valuelocaldisks: sdb1
The path it generates to download a file is something like http://hass.local/seafhttp/files/«hash/file.ext», but the one I got working (from trial and error) should be http://hass.local:8082/files/«hash/file.ext» - thus, the first part of the path got removed and it was missing the add-on PORT.
I've already tried the actual IP under SERVER_IP, as well as adding the port or protocol. The port even shows up correctly, but nothing (not even a leading slash) could remove the seafhttp from the path.
Additionally, every time I reboot to apply a new config, it prompts me to login again, and shows the welcome popup - I guess no data is being saved? I saw the discussion at #710 about the SQLite file needing to be in the same disk, but I'm not sure how to achieve that 😅
Reproduction steps
1. Install
2. Try to download a sample file
3. Get a `400: Bad Request`
Addon Logs
No errors have been reported
Architecture
amd64
OS
HAos
The text was updated successfully, but these errors were encountered:
Description
Description
This is possibly a follow up from #647, and a recreation of #1727
I've had just installed the add-on, but I'm unable to configure it properly.
My server is accessible via
http://hass.local:8123
, and thus the add-on config is as follows:The path it generates to download a file is something like
http://hass.local/seafhttp/files/«hash/file.ext»
, but the one I got working (from trial and error) should behttp://hass.local:8082/files/«hash/file.ext»
- thus, the first part of the path got removed and it was missing the add-onPORT
.I've already tried the actual IP under
SERVER_IP
, as well as adding the port or protocol. The port even shows up correctly, but nothing (not even a leading slash) could remove theseafhttp
from the path.Additionally, every time I reboot to apply a new config, it prompts me to login again, and shows the welcome popup - I guess no data is being saved? I saw the discussion at #710 about the SQLite file needing to be in the same disk, but I'm not sure how to achieve that 😅
Reproduction steps
1. Install 2. Try to download a sample file 3. Get a `400: Bad Request`
Addon Logs
Architecture
amd64
OS
HAos
The text was updated successfully, but these errors were encountered: