Migrated repository
Go to file
2024-04-05 08:14:54 +08:00
.github Update docker-image.yml 2024-03-26 11:48:59 +08:00
cmd/server Added 1.16.3 2024-03-29 14:07:48 +08:00
config Fixed: file compare missing server id 2024-01-29 15:33:18 +08:00
database Added 1.16.3 2024-03-29 14:07:48 +08:00
docker Added 1.16.3 2024-03-29 14:07:48 +08:00
internal Fixed: path join 2024-03-25 16:18:23 +08:00
web Bump vite from 3.2.8 to 3.2.10 in /web 2024-04-03 18:47:19 +00:00
.air.toml U refactor 2022-11-23 16:58:30 +08:00
.gitignore Added: deploy time 2023-12-22 11:57:56 +08:00
banner.png U change logo 2022-05-26 17:07:01 +08:00
build.sh Added: deploy time 2023-12-22 11:57:56 +08:00
CHANGELOG.md Added 1.16.3 2024-03-29 14:07:48 +08:00
go.mod Bump github.com/docker/docker 2024-03-20 17:27:52 +00:00
go.sum Bump github.com/docker/docker 2024-03-20 17:27:52 +00:00
goploy.example.toml update password when first login & add password period 2024-01-12 15:35:23 +08:00
goploy.png U flow diagram 2023-04-06 15:57:41 +08:00
LICENSE U refactor 2022-11-23 16:49:55 +08:00
logo.png U change logo 2022-05-26 17:07:01 +08:00
preview_dark.png U pic 2023-04-06 16:10:19 +08:00
preview_light.png U pic 2023-04-06 16:10:19 +08:00
preview_zh.png U English readme 2020-09-04 19:13:08 +08:00
preview.gif preview 2023-04-28 10:05:47 +08:00
preview.png U English readme 2020-09-04 19:13:08 +08:00
README.md Update README.md 2023-11-23 14:16:40 +08:00
README.zh-CN.md Update README.zh-CN.md 2023-11-23 14:15:45 +08:00
reload.bat A air hot reload 2022-09-23 12:32:11 +08:00

logo

readme give me a star License-GPLv3

English | 简体中文

Name: go + deploy

A web deployment system tool!

Support all kinds of code release and rollback, which can be done through the web with one click!

Complete installation instructions, no difficulty in getting started!

Important note: The master branch may be in an unstable or unavailable state during the development process. Please use releases instead of master to obtain stable binary files.

DEMO admin:admin!@# (It may not be able to open, depending on the mood)

Docker

Dockerfile

Document

OpenAPI

Goploy-Agent Monitor server performance

Goploy-Vscode Search Goploy in Visual Studio Code

Goploy-Jetbrains Search Goploy in Jetbrains

Jetbrains Supports this project with GoLand licenses. We appreciate their support for free and open source software!

Content

Feature

Use Goploy to automate your development workflow, so you can focus on work that matters most.

Goploy is commonly used for:

  • Building projects
  • Support git svn ftp sftp
  • Deployment across os
  • RBAC
  • Monitor http tcp ping process script server
  • Second cron
  • Xterm
  • Sftp
  • LDAP

Install

via release

or build from tag

git clone https://github.com/zhenorzz/goploy.git
cd ./goploy
git checkout -b tagname
cd ./web
npm install && npm run build
cd ../
go build -o goploy cmd/server/main.go

Use

  1. Run ./goploy or goploy.exe or goploy.mac
  2. Follow the installation guide
  3. web http://ip:port (Account:Password admin:admin!@#)

Preview

Preview

Diagram

Diagram

Backend

  1. Install go >= 1.16
  2. go mod required
  3. edit goploy.toml cp goploy.example.toml goploy.toml
  4. build Frontend
  5. run cd cmd/server && go run main.go --asset-dir=../../
  6. use gin (hot reload)

Frontend

  1. cd web
  2. npm install or yarn install
  3. edit .env.development
  4. npm run dev or yarn dev
  5. build npm run build or yarn build

Contact

Email

Contribute

Issue

Create a pull request.

License

GPLv3 © zhenorzz