Skip to content

Releases: likun7981/hlink

v2.0.10

30 May 02:49
Compare
Choose a tag to compare

Bug Fixes

Features

感谢 @DDSDerek @DDSRem

v2.0.9

19 Feb 10:52
Compare
Choose a tag to compare

2.0.9 (2023-02-19)

Bug Fixes

  • prune schedule task should not double confirm (1d9f1ea), close #127

说明:

更新后,请关闭计划任务重新创建

v2.0.8

10 Jan 03:28
Compare
Choose a tag to compare

@DDSRem #114

2.0.8 (2023-01-10)

Features

  • docker: Start the program with the root user by default

v2.0.7

30 Dec 07:26
Compare
Choose a tag to compare

Features

  • docker: Add PUID, PGID, Umask settings to Docker image @DDS-ALL #112

v2.0.6

02 Aug 17:05
Compare
Choose a tag to compare

Bug Fixes

core: ext globs should use **/*.ext instead of **.ext (8130394)

v2.0.5

27 Jul 16:02
Compare
Choose a tag to compare

2.0.5 (2022-07-27)

Bug Fixes

  • app: update stable version instead of next (85cc3e9)

v2.0.4

27 Jul 14:36
Compare
Choose a tag to compare

2.0.4 (2022-07-27)

v2.0 正式版本,见之前的日志

npm i -g hlink会直接安装v2.x,如果你希望继续使用v1.x,请使用 npm i -g hlink@1进行安装。docker镜像会持续更新至最新版本

Features

  • core: not writing the cache file if openCache is false (7c6e6ad)
  • docker: update dockerfile use stable version (d334d02)

fix: exclude include should ignore case

23 Jul 05:22
Compare
Choose a tag to compare

2.0.0-next.29 (2022-07-23)

Bug Fixes

  • exclude include should ignore case (c568763)

2.0.0-next.28

18 Jul 15:52
Compare
Choose a tag to compare
2.0.0-next.28 Pre-release
Pre-release

Features

2.0.0-next.28 (2022-07-18)

  • 重启服务时,会保留之前的计划任务 (9074648)
  • 从该版本起,后续版本支持点击自动更新,无需重新拉镜像 (1c7afc7)

675373D6-78E4-48B9-AD86-35B52F9B186D

GUI和docker

01 Jul 12:57
Compare
Choose a tag to compare
GUI和docker Pre-release
Pre-release

不在推荐使用命令行了~!!

改动介绍:https://hlink.likun.me/other/v2.html

docker和GUI测试开始了

version: '2'

services:
  docker:
    image: likun7981/hlink:latest
    restart: on-failure
    ports:
      - 9090:9090
    volumes:
      - /share:/share
    environment:
      - HLINK_HOME=/share/data/hlinkDocker

/share/share/data/hlinkDocker根据自己的情况改下路劲

主要映射两个目录:

    1. HLINK_HOME,表示hlink的存放缓存、配置等的目录。最好设置一个
    1. 文件操作目录,也就是硬链和源文件的目录。

如果HLINK_HOME和文件操作目录都在一个下面,类似上面的/share则配置一个就可以了

功能点:

  1. 支持所有命令行的操作:包括配置创建/编辑、任务创建/编辑
  2. 支持缓存编辑
  3. 支持计划任务包含了类cron任务和循环任务及定时任务取消
  4. 支持执行日志实时查看
  5. 支持中途取消任务
  6. 支持prune任务二次确认
  7. 支持一键复制触发脚本(方便用于transmission或者其他下载工具下载完成时执行)

预览
image

image

image

image

image