All Projects → goflyfox → Gcs

goflyfox / Gcs

Licence: apache-2.0
配置管理平台:项目管理、配置管理、配置发布,配置接口等

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Labels

Projects that are alternatives of or similar to Gcs

Node No Config
Config and resource loader
Stars: ✭ 45 (-40%)
Mutual labels:  config
Hiyapyco
HiYaPyCo - A Hierarchical Yaml Python Config
Stars: ✭ 58 (-22.67%)
Mutual labels:  config
Generate Pages Tutorial
教你一步步从零构建 webpack 开发多页面环境
Stars: ✭ 63 (-16%)
Mutual labels:  config
.emacs.d
My emacs configuration, written as literate elisp
Stars: ✭ 46 (-38.67%)
Mutual labels:  config
.emacs.d
My emacs config
Stars: ✭ 56 (-25.33%)
Mutual labels:  config
Ins sandstorm
[INS] Config setting for our sandstorm server
Stars: ✭ 61 (-18.67%)
Mutual labels:  config
Eslint Config Kit
A collection of useful eslint configs
Stars: ✭ 39 (-48%)
Mutual labels:  config
Forge
A Generic Low-Code Framework Built on a Config-Driven Tree Walker
Stars: ✭ 70 (-6.67%)
Mutual labels:  config
React App Rewired
Override create-react-app webpack configs without ejecting
Stars: ✭ 8,630 (+11406.67%)
Mutual labels:  config
.emacs.d
一个快速且实用的 Emacs 配置
Stars: ✭ 63 (-16%)
Mutual labels:  config
Dotfiles
My dotfiles 🚀. Includes configs for neovim, tmux, zsh, alacritty and more.
Stars: ✭ 47 (-37.33%)
Mutual labels:  config
Config
Yii2 application runtime configuration support
Stars: ✭ 54 (-28%)
Mutual labels:  config
Dotfiles
Setup your Mac and sync it with your other machines.
Stars: ✭ 61 (-18.67%)
Mutual labels:  config
Yuki.cfg
csgo config
Stars: ✭ 45 (-40%)
Mutual labels:  config
Tslint Xo
TSLint shareable config for XO
Stars: ✭ 64 (-14.67%)
Mutual labels:  config
Cfg Center
高性能配置读取服务器,为Yaml配置文件提供JSON RESTful读取接口
Stars: ✭ 39 (-48%)
Mutual labels:  config
Yii2 Configloader
Build configuration arrays from config files and env vars.
Stars: ✭ 59 (-21.33%)
Mutual labels:  config
Rime pure
【rime小狼毫\trime同文】手机/PC一站式配置【简约皮肤\拼音搜狗词库\原创trime同文四叶草九宫格拼音方案\四叶草拼音、小鹤双拼、极品五笔、徐码、郑码】 rime配置
Stars: ✭ 73 (-2.67%)
Mutual labels:  config
To.ml
OCaml library for TOML
Stars: ✭ 68 (-9.33%)
Mutual labels:  config
Aws Config To Elasticsearch
Generates an AWS Config Snapshot and ingests it into ElasticSearch for further analysis using Kibana
Stars: ✭ 62 (-17.33%)
Mutual labels:  config

gcs

介绍

gcs(go config server) 配置管理平台,此项目基于gf框架开发,支持项目管理、配置管理、配置发布、项目对比、配置复制,接口获取配置等;

安装教程

  1. 从git下载项目: git clone https://github.com/goflyfox/gcs
  2. 安装mysql数据库,创建db,运行deploy下gcs.sql脚本
  3. 修改config下config.toml配置文件
# 数据库配置
[database]
    link = "root:[email protected](127.0.0.1:3306)/gcs"
  1. go run main.go ; 编译使用 go build
  2. 访问http://localhost即可看到登录页面,账号/密码:admin/123456

其他配置

  1. 如果使用集群,可以开启redis token模式;配置如下:
# 缓存模式 1 gcache 2 gredis
cache-mode = 2

# Redis数据库配置
[redis]
  default = "127.0.0.1:16379,0,soccer"
  cache   = "127.0.0.1:16379,1,soccer?idleTimeout=600"

功能模块

  1. 登录、认证、登出
  2. 项目管理
  3. 参数配置
  4. 配置发布
  5. 支持菜单权限及项目权限配置
  6. 其他:组织机构管理、用户管理、角色管理、菜单管理、日志管理

对外接口

  1. 配置平台接口
  2. 基于GF客户端实现
github地址:https://github.com/goflyfox/gcsc
gitee地址:https://gitee.com/goflyfox/gcsc

平台截图

登录: image

配置管理: image

配置发布: image

配置对比: image

组织机构: image

用户管理: image

日志管理: image

感谢

  1. gf框架 https://github.com/gogf/gf

项目支持

jflyfox

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].