Releases: ziteh/hie
Releases · ziteh/hie
Ver 0.1.0
Ver 0.1.0-alpha.2
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
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