Skip to content

Help with "viewable" configΒ #1749

@loorisr

Description

@loorisr

Hello,

I have v1.0.3 on docker and a photo folder mounted on /photos. I don't want to index it but I want it to be browsable so I made this config:

server:
  sources:
    - path: /photos
      config:
        conditionals:
          ignoreHidden: true
          ignoreZeroSizeFolders: true
          rules:
            - folderPath: "/"
              viewable: true
            - neverWatchPath: "/"

but I have this error

500: directory or item excluded from indexing

How can I make this configuration please?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    change requestA request to change somethingdocumentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions