Skip to content

When using FS storage for uploads, use /uploads as the prefix instead of /assets #166

@ThisIsMissEm

Description

@ThisIsMissEm

Currently we use /assets for legacy reasons, but it really isn't the static assets but rather the user-generated content: https://github.com/fedify-dev/hollo/blob/main/src/index.tsx#L24

In order to change this we would need to:

  • redirect /assets/* to /uploads/*
  • serve uploads from /uploads

We could also change this to /media or something if that sounds better?

We may also want to include documentation on how to server uploads directly from nginx or similar.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions