mirror of
https://github.com/kuaifan/dootask.git
synced 2026-06-27 17:52:12 +00:00
- OnlineLicense 模块:登录/试用/续期/释放/状态机,离线↔在线互斥(last-write-wins) - LicenseController + 动态路由;容器内 supervisor 独立进程定时续期(不依赖 LARAVELS_TIMER) - license.vue 双 Tab:在线授权 + 离线绑定二次确认,已绑定在线时离线页提示+按需绑定 - 进入授权页静默刷新;同步 ai-kb 在线授权知识库 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
11 lines
217 B
Plaintext
11 lines
217 B
Plaintext
[program:license]
|
|
directory=/var/www
|
|
command=sh docker/php/license.sh
|
|
numprocs=1
|
|
autostart=true
|
|
autorestart=true
|
|
startretries=100
|
|
user=root
|
|
redirect_stderr=true
|
|
stdout_logfile=/var/log/supervisor/%(program_name)s.log
|