Skip to content

Releases: ziteh/hie

Ver 0.1.0

03 Oct 08:54
15beff0
Compare
Choose a tag to compare

Changed

  • Updated the API of items/{id}, items/relation, tags/relation
  • Updated the layout of explorer showcase
  • Move "New Tag/Item/Folder" button from database page to sidebar

Security

  • Bump Next.js from 14.2.6 to 14.2.10, refer to CVE-2024-46982

Ver 0.1.0-alpha.2

17 Sep 11:21
7f07455
Compare
Choose a tag to compare
Ver 0.1.0-alpha.2 Pre-release
Pre-release

Added

  • Add tag ID to explorer route
  • Add breadcrumbs to explorer page
  • Add children tag button to explorer page
  • Add /api/tags/root API for fetch root tags
  • Add DEFAULT_IMG_QUALITY env variable for /api/image API to control default image quality

Changed

  • Switched to client-side routing instead of using href

Ver 0.1.0-alpha.1

15 Sep 07:20
ba75384
Compare
Choose a tag to compare
Ver 0.1.0-alpha.1 Pre-release
Pre-release

First release.

# docker-compose.yml
version: "3"
services:
  app:
    image: hie
    build:
      context: .  # Build the Docker image from the Dockerfile in the current directory
    ports:
      - "5888:3000"  # Map port 3000 inside the container to port 5888 on the host
    volumes:
      - HOST_DIR:/app/data  # Mount the host directory HOST_DIR to /app/data inside the container
    # restart: always  # Uncomment this line to always restart the container unless explicitly stopped

Change HOST_DIR to your host directory, for example: C:\Users:/app/data

  • Windows11 23H2 + Docker version 26.0.0, build 2ae903e
  • Synology DS420+ (INTEL Celeron J4025, RAM 2+8GB) DSM 7.2.1-69057 Update 5 + Container Manager 20.10.23-1437