Migrated repository
Go to file
2022-11-23 16:58:30 +08:00
.github Update issue templates 2022-08-08 16:33:17 +08:00
cmd/server U refactor 2022-11-23 16:49:55 +08:00
config U refactor 2022-11-23 16:49:55 +08:00
docker A 1.12.2 2022-11-02 17:01:11 +08:00
internal U refactor 2022-11-23 16:49:55 +08:00
model U refactor 2022-11-23 10:30:02 +08:00
web U refactor 2022-11-23 16:58:30 +08:00
.air.toml U refactor 2022-11-23 16:58:30 +08:00
.gitignore U refactor 2022-11-23 10:30:02 +08:00
banner.png U change logo 2022-05-26 17:07:01 +08:00
build.sh U refactor 2022-11-23 16:58:30 +08:00
go.mod A compressed resource size 2022-05-25 10:53:04 +08:00
go.sum A compressed resource size 2022-05-25 10:53:04 +08:00
goploy.example.toml A op log 2022-09-15 11:50:05 +08:00
goploy.png 仓库重构 2020-08-04 14:28:25 +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 preview 2022-07-11 09:28:24 +08:00
preview_light.png U preview 2022-07-11 09:28:24 +08:00
preview_zh.png U English readme 2020-09-04 19:13:08 +08:00
preview.png U English readme 2020-09-04 19:13:08 +08:00
README.md U readme 2022-09-17 17:57:27 +08:00
README.zh-CN.md U readme 2022-09-17 17:57:27 +08:00
reload.bat A air hot reload 2022-09-23 12:32:11 +08:00

logo

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

Goploy-Agent Monitor server performance

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

  1. Install mysql
  2. Download the latest release

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

PreviewLight PreviewDark

Diagram

Diagram

Backend

  1. Install go >= 1.16
  2. go mod required
  3. edit goploy.toml cp goploy.example.toml goploy.toml
  4. run go run main.go --asset-dir=./ (need build Frontend)
  5. 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

Repository

Contribute

Issue

Create a pull request.

License

GPLv3 © zhenorzz