镜像自地址
https://github.com/JGZYES/ParlzPackageManger.git
已同步 2026-09-11 08:52:45 +08:00
- src/pmu.c -> src/ppdm.c; web/pmu -> web/ppdm (server default https://pmm.parlz.com/ppdm, config ~/.ppdm). - ppdm commands: register (local arithmetic captcha), login/logout/whoami, 'ppdm pack <dir> [out]' (build a .pdm via pdm_pack), 'ppdm update' (download latest ppdm binary from GitHub release to ~/.ppdm/bin/ppdm), './x.pdm' publish, help. - links pdm.c (+ the pmm stack) so pack works; release.yml builds 'ppdm' per-platform. - i18n init so messages resolve.
3 行
96 B
ApacheConf
3 行
96 B
ApacheConf
# deny direct access to web/pmu/data (user accounts / tokens / verify state)
|
|
Require all denied
|