hippofish/docs/notice-for-admins.md
2024-02-12 16:14:00 +09:00

655 B

v20240206

For all users

  • The git repository has been moved, so please update the git remote url.
    git remote set-url origin https://firefish.dev/firefish/firefish.git
    

For systemd users

  • Required Rust version has been bumped from v1.68 to v1.70.
  • libvips is no longer required (unless your server os is *BSD), so you may uninstall it from your system. Make sure to execute the following commands after that:
    pnpm clean-npm
    pnpm install
    

For Docker/Podman users

  • The image tag has been changed to registry.firefish.dev/firefish/firefish:latest, so please update docker-compose.yml.