mirror of
https://github.com/hestiacp/hestiacp.git
synced 2025-02-06 09:45:30 +00:00
* Implement CLI install for Quick install - CLI install for Quick install apps Install apps: with v-quick-install-app install user domain appname [options] Notes: - App name is casesensitive (WordPress instead of Wordpress for example) - Option as email="info@hestiacp.com" password="12345678" - Does only check if all fields are present if field is not present it will select the default value if available otherwise returns error Other options: - apps List all available apps (Usage: v-quick-install-app apps) - options list all available apps options (Usage: v-quick-install-app options user domain app) * Minor changes in comments
59 lines
785 B
Plaintext
59 lines
785 B
Plaintext
# macOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
._*
|
|
|
|
# Minified files
|
|
*.min.css
|
|
*.min.js
|
|
|
|
# Husky
|
|
.husky/_/
|
|
|
|
# Exclude bats submodules if present
|
|
/test/test_helper/*
|
|
|
|
# Bats seems to break Prettier
|
|
*.bats
|
|
|
|
# Bin folder
|
|
/bin/v-generate-password-hash
|
|
/bin/v-quick-install-app
|
|
|
|
# Exclude bats submodules if present
|
|
/test/test_helper/*
|
|
|
|
# Web templates (for now)
|
|
web/templates/
|
|
|
|
# Patch files
|
|
/install/upgrade/patch/*
|
|
|
|
# Hestia Nginx.conf
|
|
/src/deb/nginx/nginx.conf
|
|
/src/rpm/nginx/nginx.conf
|
|
|
|
# Email templates
|
|
/install/common/templates/email/
|
|
|
|
# Vendor/packages
|
|
**/node_modules/
|
|
**/vendor/
|
|
**/composer.phar
|
|
**/composer.json
|
|
**/composer.lock
|
|
|
|
# vitepress build output
|
|
**/.vitepress/dist/
|
|
**/.vitepress/cache/
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
# npm lock file
|
|
package-lock.json
|