Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 29 Jul 11:06
· 15 commits to main since this release
ca4a17b

Install

Binaries — download the archive for your platform below, verify
it against its .sha256, and unpack it. x86_64-unknown-linux-musl
is fully static and runs anywhere.

tar -xzf nudo-v0.3.0-x86_64-unknown-linux-musl.tar.gz
sudo install nudo-*/nudo* /usr/local/bin/

Docker

docker run -d --name nudo -p 3000:3000 \
  -e NUDO_SECRET_KEY="$(openssl rand -hex 32)" \
  -v nudo-state:/var/lib/nudo \
  ghcr.io/loa212/nudo:0.3.0

Then open http://localhost:3000 and create the first account.
See the README for the quickstart to a first deploy.

What's Changed

  • Custom domains: managed ingress and automatic HTTPS by @Loa212 in #8

Full Changelog: v0.2.0...v0.3.0