The web based editor for JSPaste.
In case you are using an older browser than the ones listed, please do not open issues about it.
- Chromium >= 114
- Firefox >= 125
- Safari >= 17
Last checked commit
34a0d90
on 13 March 2025
- 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:
./server
Windows:
powershell -c ".\server.exe"
- Pull latest image and run the container:
docker pull ghcr.io/jspaste/frontend:latest
docker run --env-file=.env -d -p 127.0.0.1:3000:3000 \
ghcr.io/jspaste/frontend:latest
Important
All artifacts and images originate from GitHub JSPaste/Frontend
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 and/or image using the GitHub CLI or manually at JSPaste Attestations.
Artifacts are attested and can be verified using the following command:
gh attestation verify ./frontend_latest_linux-amd64.tar.xz \
--owner JSPaste
Since container version
2024.05.19-c3f18d0
,
images are attested and can be verified using the following command:
gh attestation verify oci://ghcr.io/jspaste/frontend:latest \
--owner JSPaste
See the CONTRIBUTING
file for more details.
This project is licensed under the EUPL License. See the LICENSE
file for more details.