Getting started
Multiple ways exists to start STOPnik.
It can be started within a container and from a downloaded or built binary.
Starting within a container is the recommended way so far.
Get STOPnik
Container
Using STOPnik within a container is more recommended way to start STOPnik.
STOPnik is build as Linux container for linux/amd64
and linux/arm64
platforms.
Currently, the container images are hosted at the GitHub container registry.
By default STOPnik containers will expose port 8080
and 8081
- Docker
- Podman
Pull the image
docker pull ghcr.io/webishdev/stopnik:latest
Pull the image
podman pull ghcr.io/webishdev/stopnik:latest
Download
To get the current version of STOPnik head over to GitHub Releases and download the most recent release for your operating system and system architecture.
The current build creates executables for Linux, MacOS and Windows. The executables can be used on ARM and AMD/Intel 64-bit system architectures.
The MacOS version is not notarized or signed right now, so probably an error will be shown on MacOS.
To get rid of this error, it is necessary to remove the quarantine attribute after download.
xattr -rc stopnik*