Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

packrat386/ynal

Repository files navigation

ynal

YNAL: You Need A License

Check it out at https://ynal.packrat386.com

Development

To run go build then ./ynal.

To test go test.

For adding licenses, add a file with the extension .txt to licenses/. The path it is served under will become the filename (with the extension trimmed) in all lowercase. For example licenses/MIT.txt becomes /mit.

Deployment

Docker is recommended. Set YNAL_ADDR to tell it where to listen.

See: https://github.com/packrat386/ynal/pkgs/container/ynal

License

Since it might be confusing to figure out the licensing of a project that is primarily made up of licenses, the file LICENSE.txt at the root of this repo describes the terms under which this repo is licensed (it's the MIT License).