Static file beautifier
Find a file
2024-09-24 06:22:20 +00:00
src/app Bump version 2024-09-24 06:22:20 +00:00
.eslintrc.json A bajillion type errors 2024-09-18 15:39:27 +00:00
.gitignore MVP 2024-09-16 19:44:19 +00:00
build-container Add script to build container 2024-09-23 17:19:51 +00:00
Dockerfile Disable runtime telemetry 2024-09-24 05:54:01 +00:00
LICENSE Added LICENSE 2024-09-24 06:22:20 +00:00
next.config.mjs A bajillion type errors 2024-09-18 15:39:27 +00:00
package.json Bump version 2024-09-24 06:22:20 +00:00
README.md Cleanup README.md 2024-09-23 19:19:23 +00:00
tsconfig.json A bajillion type errors 2024-09-18 15:39:27 +00:00
yarn.lock More fixes 2024-09-19 22:21:59 +00:00

Motto

Motto presents files from a static file server in a more friendly way

Documentation

Configuration

Configuration is done through environment variables in .env.local

Variable type default description
ROOT_URL string N/A the static file server instance to get files from
ENABLE_REPOINTING boolean false enable repointing

Repointing

If enabled, repointing allows a url to be specified in the root query parameter that will override the default url of the static file server