feat(ui): implement 1-click presets, real-time search & filter bar, batch queue actions, and file inspector
This commit is contained in:
parent
41c8a8a94b
commit
b67b3f1b61
17 changed files with 1240 additions and 38 deletions
16
.env.example
Normal file
16
.env.example
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Everything2Everything Environment & Code Signing Configuration
|
||||
# ================================================================
|
||||
|
||||
# [코드 사이닝 설정]
|
||||
# 1) PFX 인증서 직접 지정 (권장: 상대경로나 절대경로 지정)
|
||||
CODE_SIGN_PFX_PATH=packaging/Everything2Everything-DevCert.pfx
|
||||
CODE_SIGN_PFX_PASSWORD=Everything2EverythingDev
|
||||
|
||||
# 2) 또는 Windows 인증서 저장소의 Thumbprint 지정 (PFX_PATH 대신 사용 가능)
|
||||
# CODE_SIGN_THUMBPRINT=CA8ED0C0DF087F9844275AEC5F056AD70CB67AE6
|
||||
|
||||
# 3) RFC 3161 타임스탬프 서버 URL (기본값: DigiCert)
|
||||
TIMESTAMP_SERVER_URL=http://timestamp.digicert.com
|
||||
|
||||
# [Forgejo / Git 릴리즈 배포 설정]
|
||||
# FORGEJO_TOKEN=your_token_here
|
||||
Loading…
Add table
Add a link
Reference in a new issue