Table of Contents

Despite of content served by each repository, Reposilite supports also static files. By default, Reposilite creates static directory in workdir.
reposilite_working_directory/
  static/
    index.html
  # ...
Endpoints used to serve files located in static directory have the lowest priority. Due to this fact, you cannot override routes registered by Reposilite using static files.

PlaceholderDescription
{{REPOSILITE.BASE_PATH}}Location where Reposilite instance has been mounted
{{REPOSILITE.ID}}Identifier
{{REPOSILITE.TITLE}}Title
{{REPOSILITE.ID}}Description
{{REPOSILITE.ORGANIZATION_WEBSITE}}Link to organization website
{{REPOSILITE.ORGANIZATION_LOGO}}Link to an image with logo

Using static directory you can implement frontend on your own. Because assets have lower priority, you have to disable frontend in the local configuration file:
# Enable default frontend with dashboard
defaultFrontend: false
Warning - With disabled dashboard, you'll lose access to settings tab. Since then, you may need to mount shared configuration manually as file.

Did you find misleading or deprecated content? Maybe you just feel this section misses important elements?

Guide

Copyright © 2023 dzikoysk with ❤ panda-lang