
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
github.com/jaehue/fleet-ui
Web based UI for fleet
(1) run docker container
your_etcd_peer_ip
port
:3000your_ssh_private_key_file_path
:/root/id_rsadocker run --rm -p 3000:3000 -e ETCD_PEER=10.0.0.1 -v ~/.ssh/id_rsa:/root/id_rsa purpleworks/fleet-ui
(2) enjoy!
$ cd angular
$ npm install
$ bower install
$ npm build
$ cd ..
$ docker build -t purpleworks/fleet-ui .
run api server
$ go install
$ fleet-ui -etcd-peer=[your_etcd_peer_ip]
run web server
$ cd angular
$ npm install
$ bower install
$ grunt serve
References:
Check your environment:
$ go version
go version go1.3 darwin/amd64
$ echo $GOPATH
/Users/your_name/workspace/go
clone your forked github repository to workspace($GOPATH)
$ mkdir $GOPATH/src/github.com
$ cd $GOPATH/src/github.com
$ git clone git@github.com:your_name/fleet-ui.git
here's an example:
bin/
pkg/
src/
github.com/
your_name/
fleet-ui/
.git/
Dockerfile
README.md
app.go
start.sh
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.