Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

账号密码是多少 #8

Open
991495875 opened this issue Nov 25, 2023 · 3 comments
Open

账号密码是多少 #8

991495875 opened this issue Nov 25, 2023 · 3 comments

Comments

@991495875
Copy link

1、方便提供二进制可执行文件吗?就是编译后的文件!
2、使用docker方式部署,在web UI中的操作会再宿主机生效吗?还是在容器内部生效的?
3、默认的账号和密码是多少?

@cylonchau
Copy link
Owner

问题1:可以通过 make build 进行构建,默认使用sqllit数据库
问题2:这个不会操作宿主机,因为管理模型是一种 server-agent 方式,需要添加管理的主机,或者通过自动发现模式添加管理主机,需要主机firewalld适配,所以需要替换版本,您的意见不错,我会增加上默认操作部署的部署机
问题3:没有默认账号密码,需要通过API自己注册,目前账号不提供权限管理

HTTP API DOC

@991495875
Copy link
Author

问题1,我个人建议还是提供一下二进制文件。要考虑网络环境,我下午半天都没有编译成功!
问题2,我觉得您这个程序主要还是在宿主机上面跑的,使用docker run起来的程序主要是操作宿主机。
问题3,另外API注册这个怎样操作呢?

@cylonchau
Copy link
Owner

问题1:周末上传一个,并我修改一下makefile,增加上 goproxy
问题2:本身设计上是不想部署agent端,所以这个只是网关,可以运行到任何地方,去管理其他节点之上的 iptables/nftables,主要是用以远程连接多个linux之上的 firewalld 去管理,很早之前的版本是只能操作部署的主机,因为本地连接的话,不需要去除 polkit,如果只是管理一台主机不需要用这个了,可以直接命令行操作
问题3:用这个api注册一个就可以了,https://documenter.getpostman.com/view/12796679/UV5agGNr#060f80aa-7574-4dd1-b145-36847c784cbd

@cylonchau cylonchau pinned this issue Nov 28, 2023
@cylonchau cylonchau unpinned this issue Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants