JSPaste / Backend

JSPaste Backend (API)
European Union Public License 1.2
4 stars 1 forks source link

Backend

OSSF-Scorecard Codacy

Setup

Binaries

Windows:

powershell -c ".\backend.exe"

Linux & macOS:

chmod +x ./backend
./backend

Container

Validate

[!IMPORTANT] ALL artifacts and images originate from this repository, no other artifacts or images built and distributed outside that repository are considered secure nor trusted by the JSPaste developers.

Artifacts are attested and can be verified using the following command:

gh attestation verify backend.tar.gz \
  --owner JSPaste

Since container version 2024.05.06-e105023, images are attested and can be verified using the following command:

gh attestation verify oci://ghcr.io/jspaste/backend:latest \
  --owner JSPaste

You can verify the integrity and origin of an artifact and/or image using the GitHub CLI or manually at JSPaste Attestations.

License

This project is licensed under the EUPL License. See the LICENSE file for more details.