4 Star 10 Fork 6

Gitee 极速下载/SCIPIO-ERP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/ilscipio/scipio-erp
克隆/下载
git-addons-config 4.81 KB
一键复制 编辑 原始数据 按行查看 历史
# SCIPIO-ERP git-addons script configuration
#
# NOTE: This file is intended to be committed to version control (git), for shared project config.
# If you need machine/developer-specific config, you can create a file named "git-addons-config-local"
# beside this one and put your definitions there instead.
# Enterprise addons base folder [INPUT PURCHASED ADDONS BASE SSH ADDRESS HERE]
# Please set this to the address of the Ilscipio servers provided to you upon addon purchase.
# This will be an ssh:// address and end with /scipio-erp/ (including trailing slash).
# You will have to commit the change locally (git add git-addons-config && git commit -m "Updated git-addons-config").
if [ -z "${SCIPIO_ADDONS_URL_EE}" ]; then
SCIPIO_ADDONS_URL_EE=""
fi
# Suffix added just before ".git" to all EE repo URLs
if [ -z "${SCIPIO_ADDONS_URL_SUFFIX_EE}" ]; then
SCIPIO_ADDONS_URL_SUFFIX_EE=""
fi
# Community addons base folder
# This is used for addons that are public on Github.
# Maintained by Ilscipio [DO NOT MODIFY]
if [ -z "${SCIPIO_ADDONS_URL_CE}" ]; then
SCIPIO_ADDONS_URL_CE="https://github.com/ilscipio/addons-"
fi
# Suffix added just before ".git" to all CE repo URLs
if [ -z "${SCIPIO_ADDONS_URL_SUFFIX_CE}" ]; then
SCIPIO_ADDONS_URL_SUFFIX_CE=""
fi
# Suffix added just before ".git" to all repo URLs *if* no more specific suffix (from above)
if [ -z "${SCIPIO_ADDONS_URL_SUFFIX}" ]; then
SCIPIO_ADDONS_URL_SUFFIX=""
fi
if [ -z "${SCIPIO_ADDONS_OP_PUSH_ALL}" ]; then
SCIPIO_ADDONS_OP_PUSH_ALL=false
fi
# Addon definitions and target directories.
# Maintained by Ilscipio [DO NOT MODIFY - if you need custom definitions, override these further below (to avoid merge conflicts)]
declare -A SCIPIO_ADDON_MAP
# FORMAT:
# SCIPIO_ADDON_MAP[addon-name]="[addon-name] [addon-directory] [addon-dist] [addon-repo] [branch-prefix] [addon-options]"
# * addon-name - name of the addon specified on the command line (must be same as array key) or detected by --all
# * addon-dir - addon directory, relative to project root, used as (--prefix for git subtree
# * addon-dist - (ce|ee) distribution type, used to select the correct SCIPIO_ADDONS_URL_* base url
# * addon-repo - addon repo name or url, with or without .git extension
# * branch-prefix - prefix of the branch, omitting the trailing /[master|2.x|...]; use '/' for no prefix
# * addon-options - comma-separated options, fstab format: [push]
SCIPIO_ADDON_MAP[accountingat]="accountingat addons/accountingat ee accountingat /"
SCIPIO_ADDON_MAP[accountingde]="accountingde addons/accountingde ee accountingde /"
SCIPIO_ADDON_MAP[accountingde-skr03]="accountingde-skr03 addons/accountingde-skr03 ee accountingde-skr03 /"
SCIPIO_ADDON_MAP[accountinges]="accountinges addons/accountinges ee accountinges /"
SCIPIO_ADDON_MAP[angular-shop]="angular-shop addons/angular-shop ce angular-shop /"
SCIPIO_ADDON_MAP[angular-theme]="angular-theme themes/angular ee angular-theme /"
SCIPIO_ADDON_MAP[auth-cas-client]="auth-cas-client addons/auth-cas-client ee auth-cas-client /"
SCIPIO_ADDON_MAP[auth-cas-server]="auth-cas-server addons/auth-cas-server ee auth-cas-server /"
SCIPIO_ADDON_MAP[auth-facebook]="auth-facebook addons/auth-facebook ee auth-facebook /"
SCIPIO_ADDON_MAP[auth-google]="auth-google addons/auth-google ee auth-google /"
SCIPIO_ADDON_MAP[auth-linkedin]="auth-linkedin addons/auth-linkedin ee auth-linkedin /"
SCIPIO_ADDON_MAP[auth-twitter]="auth-twitter addons/auth-twitter ee auth-twitter /"
SCIPIO_ADDON_MAP[bootstrap-theme]="bootstrap-theme themes/bootstrap ee bootstrap-theme /"
SCIPIO_ADDON_MAP[camel]="camel addons/camel ee camel /"
SCIPIO_ADDON_MAP[data-categorytree]="data-categorytree addons/data-categorytree ee data-categorytree /"
SCIPIO_ADDON_MAP[google-shopping]="google-shopping addons/google-shopping ee google-shopping /"
SCIPIO_ADDON_MAP[lightning]="lightning addons/lightning ee lightning /"
SCIPIO_ADDON_MAP[paypal]="paypal addons/paypal ee paypal /"
SCIPIO_ADDON_MAP[projectmgr]="projectmgr addons/projectmgr ee projectmgr /"
SCIPIO_ADDON_MAP[redsys]="redsys addons/redsys ee redsys /"
SCIPIO_ADDON_MAP[shopde]="shopde addons/shopde ee shopde /"
SCIPIO_ADDON_MAP[vue-theme]="vue-theme themes/vue ee vue-theme /"
SCIPIO_ADDON_MAP[stripe]="stripe addons/stripe ee stripe /"
SCIPIO_ADDON_MAP[mailchimp]="mailchimp addons/mailchimp ee mailchimp /"
SCIPIO_ADDON_MAP[matomo]="matomo addons/matomo ee matomo /"
SCIPIO_ADDON_MAP[wordpress]="wordpress addons/wordpress ee wordpress /"
SCIPIO_ADDON_MAP[amazon-selling-partners]="amazon-selling-partners addons/amazon-selling-partners ee amazon-selling-partners /"
SCIPIO_ADDON_MAP[algolia]="algolia addons/algolia ee algolia /"
SCIPIO_ADDON_MAP[openai]="openai addons/openai ee openai /"
SCIPIO_ADDON_MAP[maileon]="maileon addons/maileon ee maileon /"
# OVERRIDES
# If you need to override any of the above definitions (for whatever reason, normally not),
# you may do so below this line.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/mirrors/SCIPIO-ERP.git
[email protected]:mirrors/SCIPIO-ERP.git
mirrors
SCIPIO-ERP
SCIPIO-ERP
master

搜索帮助