npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

d-app-mng

v1.4.9

Published

DApp Manager Web

Downloads

68

Readme

d-app-mng

Introduction

--介绍:DApp manager web服务是一款基于node+pm2实现的对计算机app进行管理的小工具,通过使用gui,能将本地app压缩包上传到服务指定目录并进行启动和其他管理,能与远程服务建立链接以管理远程服务
--操作系统:windows,其他待测~
--访问方式:DApp manager web页面只允许http://localhost:xxxx访问,如需要访问互联网上其他DApp manager web,请往下看~
--访问远程:如何访问互联网上其他web?1.A配置下游remote B;2.在下游remote B中设置通过访问请求;3.A页面Launch到下游remote B中即可。
--重置:如有重置需求请通过命令行(添加参数“--reset”)重启服务
--安全性:如需使用nginx等工具做反向代理,请正确配置“X-Forwarded-For”请求头
--startup:为了支持保存开机自启配置,windows需要安装pm2-windows-startup
    *npm install pm2-windows-startup -g
    *pm2-startup install
--上传压缩包:暂时只支持.zip格式压缩包
--其他:请确保node安装路径为英文且无空格

Project setup

npm install pm2 -g
npm install d-app-mng -g

Run

d-app-mng
访问http://localhost:5159

新增App

点击创建,选择上传文件,上传前需要在本地使用pm2 init sample初始化配置并正确配置的pm2配置

运行App

在新增的列表中选中该app并点击启动

Launch远程

流程:
1.A配置下游remote B;
2.在下游remote B中设置通过访问请求;
3.A页面Launch到下游remote B中即可。

SSL

出于安全性考虑,进入配置页可以安装本地SSL证书并开启SSL