No description
  • JavaScript 61.4%
  • Nunjucks 38.6%
Find a file
2026-03-21 12:46:39 +01:00
assets Initial fork from @indiekit/endpoint-files@1.0.0-beta.25 2026-02-14 01:01:08 +01:00
includes Initial fork from @indiekit/endpoint-files@1.0.0-beta.25 2026-02-14 01:01:08 +01:00
lib feat: multi-file upload with Alpine.js 2026-02-14 01:04:11 +01:00
locales i18n: add 3 missing multi-upload keys across all locales 2026-03-21 12:46:39 +01:00
views fix: use current page URL for XHR file upload 2026-03-16 18:42:35 +01:00
.gitignore chore: add .gitignore, remove node_modules from tracking 2026-02-14 01:01:19 +01:00
index.js Initial fork from @indiekit/endpoint-files@1.0.0-beta.25 2026-02-14 01:01:08 +01:00
package.json chore: bump version to 1.0.3 2026-03-21 12:46:39 +01:00
README.md Initial fork from @indiekit/endpoint-files@1.0.0-beta.25 2026-02-14 01:01:08 +01:00

@indiekit/endpoint-files

File management endpoint for Indiekit. View files uploaded to your media endpoint and upload new files to it.

Installation

npm install @indiekit/endpoint-files

Note

This package is installed alongside @indiekit/indiekit

Usage

To customise the behaviour of this plug-in, add @indiekit/endpoint-files to your configuration, specifying options as required:

{
  "@indiekit/endpoint-files": {
    "mountPath": "/dossiers", // fr-FR
  },
}

Options

Option Type Description
mountPath string Path to management interface. Optional, defaults to /files.