Closed
1 of 1 issue completedDescription
Description
External downloads don't work
Expected behaviour
download via sharing should wokr
What is happening instead?
{"status":400,"message":"invalid file in files request: "}
{"status":500,"message":"error fetching share from server"}
Additional context
The shared folder is visible, also outside of LAN, but download gives the 400/500 error messages
docker compose
version: "3.8"
services:
filebrowser:
volumes:
- /nas:/srv
- /share/filebrowser-quantum/database:/home/filebrowser/database
- /share/filebrowser-quantum/config.yaml:/home/filebrowser/config.yaml
ports:
- 49688:80
image: gtstef/filebrowser
user: 1000:100
restart: unless-stopped
config.yaml
frontend:
name: "Kays Filebrowser"
disableDefaultLinks: true
externalLinks:
- text: "Kays Filebrowser"
url: "https://files.example.com"
title: "Sharing is Caring"
auth:
signup: false
methods:
noauth: false
# password:
# enabled: true
# minLength: 7 # set min password length requirement -- defaults to 5 if unset
# proxy:
# enabled: true
# header: "proxy-user" # header which should container username
# createUser: true # automatically creates user with default user properties
server:
internalUrl: "http://ip:49688/"
externalUrl: "https://files.example.com/"
port: 80
baseURL: "/"
database: "/home/filebrowser/database/database.db"
sources:
- name: "kknas"
path: "/srv"
integrations:
office:
url: "https://office.example.com"
secret: xyz
The database.db file was copied from the og filebrowser
Sub-issues
Metadata
Metadata
Assignees
Projects
Status
Done