NPMplus 2025-01-03-alpha Release

요약

이것은 사전 릴리스이니 NPMplus를 백업하고 가능하면 테스트해보세요. 작동하지 않는 부분이 있으면 보고해주세요. 테스트한 사람들의 반응을 보려면 테스트 후 적어도 반응을 하나 주세요. 새 최신 릴리스 이전에 아래와 같은 작업이 필요합니다: - 사용자에 의한 테스트 - 폴더 구조 개선 - 상위 소스와 병합 - readme 업데이트 - compose.yaml 주석 제거 - 새 릴리스 생성 (최신으로 전환하도록 사용자에게 알려주기) 변경 사항: - 모든 호스트는 템플릿에 영향을 주는 환경을 업데이트할 때 한 번만 다시 생성됨 - sed 대신 liquidjs 자체 사용하여 영구 호스트 및 템플릿 수정 - 많은 마이그레이션이 모두 호스트를 다시 만드는 것으로 처리되어 start.sh를 줄임 - 아주 오래된 NPMplus 버전의 마이그레이션 제거 - http/https 포트 변경 허용 - 기본적으로 ocsp 스테이플링 비활성화 - DB_SQLITE_FILE 환경은 더 이상 지원되지 않음 - NPM_DISABLE_IPV6 및 GOA_DISABLE_IPV6 제거하여 DISABLE_IPV6에 포함 - http3가 이제 빠르게 작동함 - 모든 서비스 시작 전에 스테이플링 파일 삭제 및 모두 다시 생성 - 순반응하는 시작 페이지 수정 - 종속성 업데이트 - php84 지원 - modsec를 활성화한 경우에만 coreruleset 활성화 - quic_bpf 지원 (기본 설정 off) - NIBEP 및 GOAIWSP 기본 값 변경 - streams forwarding_port에서 $server_port 입력 허용 - 도메인 이름 및 stream/proxy forward_host의 허용 구문 변경 - INITIAL_DEFAULT_PAGE 지원 추가 - kyber 제거 (mlkem 지원) - 상위 서버에 연결할 때 freenginx의 기본 tls 설정 사용 - nginx_custom 폴더를 custom_nginx로 이름 변경 - proxy.conf 및 proxy-location.conf를 proxy.conf로 통합 - 새 더미 인증서는 rsa4096 대신 secp384r1 사용 - 기본 설정 아닌 no-servername 파일 통합 - env를 통해 hsts 서브도메인 비활성화 지원 - 상위 X_FRAME_OPTIONS env 지원, 기본값을 DENY로 변경, 설정하지 않을 옵션 추가 - Referrer-Police 헤더 제거 - NPMplus API에 인증된/인증되지 않은 요청 시 버전 노출하지 않게 변경 - ACME_KEY_TYPE env 추가 (여전히 ecdsa가 기본 및 권장) - #!/usr/bin/env sh를 사용해서 #!/bin/sh 대신 사용 - dns 시크릿은 더 이상 마운트되지 않음, db에 저장되어 컨테이너 시작 시마다 다시 작성되므로 더 이상 마운트할 필요 없음 - certbot은 이제 nginx와 함께 빌드됨 테스트 방법: - 위의 변경 사항 확인 - 컴포즈 yaml에서 최신/없음 태그를 개발로 변경 - 컴포즈 스택 재배포 - 발견한 모든 문제 보고 전체 변경 사항: 2024-12-14-r1...2025-01-03-alpha

원문 내용

Note: this is a prerelease, please back up NPMplus and test it if you can, please report back if something does not work (to see how many people test it, please give at least a reaction if you test and it works)

The following still needs to happen before new latest release:

  • testing by users
  • improve folder structure
  • merge upstream
  • update readme
  • compose.yaml remove comments
  • create new release (and remember people to switch back to latest now)

What's Changed

  • all your hosts will now regenerate once and when you update an env which influences a template
  • use liquidjs itself instead of sed to modify persistent hosts and templates based on envs
  • slim start.sh because many migrations are now done by simply recreating all hosts
  • remove migrations from very old NPMplus versions (migration from upstream NPM still possible)
  • allow changing http/https ports
  • disable ocsp stapling by default
  • env DB_SQLITE_FILE is now unsupported
  • NPM_DISABLE_IPV6 and GOA_DISABLE_IPV6 are now removed and included in DISABLE_IPV6
  • http3 should now be way faster (http3_stream_buffer_size was too small)
  • remove and recreate all stapling files before starting all services
  • fix unresponsive start page (upstream issue, fixed by reverting upstream commit)
  • dep updates
  • support php84
  • frontend now only allows enabling coreruleset if modsec is also enabled
  • quic_bpf support (default off, since it needs NPMplus to run as a privileged container)
  • NIBEP and GOAIWSP have switched their default values
  • streams forwarding_port now allows $server_port as a valid input
  • allowed syntax for domain names and stream/proxy forward_host have changed
  • added support for INITIAL_DEFAULT_PAGE
  • remove kyber (mlkem is supported)
  • use freenginx default tls setting when connecting to upstream server
  • rename nginx_custom folder to custom_nginx
  • unify proxy.conf and proxy-location.conf to proxy.conf
  • new dummy certs now use secp384r1 instead of rsa4096
  • integrate no-servername files in the normal configs
  • allow disabling hsts subdomains via env
  • support upstream X_FRAME_OPTIONS env, also change its default from SAMEORIGIN to DENY, add option to not set it
  • remove Referrer-Police header (default value when unset is the same as NPMplus used before: strict-origin-when-cross-origin)
  • don't expose version when making a (authenticated/unauthenticated) request to NPMplus API
  • add ACME_KEY_TYPE env (default and recommended is still ecdsa)
  • use #!/usr/bin/env sh instead of #!/bin/sh
  • dns secrets are not mounted anymore, since they are saved in the db and rewritten on every container start, so they don't need to be mounted
  • certbot is now built together with nginx

How to test

  • Read the changes above
  • change the tag in your compose yaml from latest/nothing to develop
  • redeploy the compose stack
  • report any issues you find

Full Changelog: 2024-12-14-r1...2025-01-03-alpha

링크 : https://github.com/ZoeyVid/NPMplus/releases/tag/2025-01-03-alpha