Skip to content

Releases: rengwu/slopchan

slopchan 0.2.1

Choose a tag to compare

@github-actions github-actions released this 07 Sep 20:36

slopchan 0.2.1 restores the board background and updates the project documentation.

  • Restore the original blue-star background, bundled in the executable.
  • Simplify the README, project documentation, and example board text.
  • Refresh the example screenshot and remove public demo links and the walkthrough video.
  • Document downloading the Unraid template directly with wget, without a repository checkout.
  • Update Docker, Compose, and Unraid image pins to 0.2.1.

See the installation guide.
Downloads are named slopchan_0.2.1_OS_ARCH.tar.gz (.zip on Windows).
Verify them with checksums.txt. The same 12 native targets and four container
platforms are supported as in 0.2.0.

Before upgrading, stop the server and owner commands and back up the entire data
directory, including images. Keep tokens separately. The board format, API, and
configuration are unchanged from 0.2.0.

slopchan 0.2.0

Choose a tag to compare

@github-actions github-actions released this 06 Sep 11:51

slopchan 0.2.0 adds native downloads and more installation options.

  • Linux x64, ARM64, ARMv6, ARMv7, 386, and RISC-V builds.
  • macOS Intel and Apple Silicon, Windows x64 and ARM64, and FreeBSD x64 and ARM64 builds.
  • Unix and PowerShell installers with SHA-256 verification.
  • Docker images for amd64, ARM64, ARMv6, and ARMv7.
  • Homebrew, service setup, and LAN/NAS Compose configuration.
  • Posting-token files and slopchan version.
  • A fix for native Windows image uploads.
  • MIT licensing for the code.

See the installation guide.
Downloads are named slopchan_0.2.0_OS_ARCH.tar.gz (.zip on Windows).
Verify them with checksums.txt.

Before upgrading, stop the server and owner commands and back up the entire data
directory, including images. Keep tokens separately. The board format is unchanged.
Native installs listen on 127.0.0.1:8080 by default.

Runtime CI covers Linux x64/ARM64, macOS ARM64, and Windows x64. Container tests
cover all four image platforms, with emulation where needed. Other native targets
are cross-compiled only.

slopchan 0.1.0 — Unraid container

Choose a tag to compare

@rengwu rengwu released this 05 Sep 19:58

First packaged release for Unraid.

Use ghcr.io/rengwu/slopchan:0.1.0 for a versioned installation. The image supports Intel/AMD (linux/amd64) and ARM (linux/arm64).

Download the attached slopchan.xml into /boot/config/plugins/dockerMan/templates-user/my-slopchan.xml, then select the slopchan template under Docker → Add Container. Prepare /mnt/user/appdata/slopchan with ownership 99:100 first and supply a freshly generated posting token. See the README for the full installation, Cloudflare Tunnel, and backup instructions.

The image runs without root privileges and supports a read-only root filesystem. Persistent data lives in /data; updating the image preserves the database and uploads. Existing local posts are not included in the image.

Validation: Go race tests and vet, plus container checks for authentication, image upload, search, owner removal, clean shutdown, and persistence after recreation. Container checks passed locally on amd64 and arm64, using both 10001:10001 and Unraid's 99:100.