dagger-server

command module
v0.0.0-...-099495b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 9, 2023 License: MIT Imports: 5 Imported by: 0

README

dagger-server

websocket代理服务器

自动安装
curl -fsSL  https://raw.githubusercontent.com/midoks/dagger/main/dagger-server/scripts/install.sh | sh
DEV
curl -fsSL  https://raw.githubusercontent.com/midoks/dagger/main/dagger-server/scripts/install_dev.sh | sh

Nginx配置

location / {
   proxy_redirect off;
   proxy_pass http://127.0.0.1:12345;
   proxy_http_version 1.1;
   proxy_set_header Upgrade $http_upgrade;
   proxy_set_header Connection "upgrade";
   proxy_set_header Host $http_host;
}

用户模式

./dagger-server user -m add -u test -p test
./dagger-server user -m delete -u test
./dagger-server user -m mod -u test -p test
./dagger-server user -m list
./dagger-server user -m query -u test

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
assets/conf
Code generated for package conf by go-bindata DO NOT EDIT.
Code generated for package conf by go-bindata DO NOT EDIT.
cmd
db
log

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL