Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 1.46 KB

File metadata and controls

58 lines (37 loc) · 1.46 KB

Backend

Setup

Binary

  • Download the latest release and uncompress it to a new folder
  • Edit the .env.example file and rename it to .env
  • Run the binary...

Linux & macOS:

./backend.<os>-<arch>

Windows:

powershell -c ".\backend.windows-<arch>.exe"

Container

We publish images to multiple registries for redundancy:

To pull and run the container:

docker pull docker.io/jspaste/backend:latest
docker run --env-file=.env -d -p [::1]:8080:8080 docker.io/jspaste/backend:latest

Validate

Important

All artifacts and images originate from GitHub JSPaste/Backend repository, no other artifacts or images built and distributed outside that repository are considered secure nor trusted by the JSPaste team.

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

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

gh attestation verify ./backend_latest_linux-amd64.tar.xz --owner JSPaste

Development

See the CONTRIBUTING file for more details.

License

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