mirror of
https://github.com/caprover/caprover
synced 2026-08-01 05:10:59 +00:00
Merge branch 'master' into feature/v1.0
This commit is contained in:
@@ -9,9 +9,6 @@
|
||||
- Someone who likes installing MySQL, MongoDB and etc on their server by selecting from a dropdown and clicking on install!
|
||||
- How much server/docker/linux knowledge is required to set up a CaptainDuckDuck server? Answer: Knowledge of Copy & Paste!! Head over to "Getting Started" for information on what to copy & paste ;-)
|
||||
|
||||
## Survey
|
||||
<a href="https://www.surveymonkey.com/r/Z2FDK2Q"> Take a 1 minute survey to shape the future for CaptainDuckDuck </a>
|
||||
|
||||
## Learn More!
|
||||
|
||||
For more details and documentation, please visit https://captainduckduck.com/
|
||||
|
||||
+12
-6
@@ -41,12 +41,18 @@ class Footer extends React.Component {
|
||||
</div>
|
||||
<div>
|
||||
<h5>Community</h5>
|
||||
<a
|
||||
href="https://twitter.com/search?vertical=default&q=captainduckduck&src=typd"
|
||||
target="_blank"
|
||||
rel="noreferrer noopener">
|
||||
Twitter
|
||||
</a>
|
||||
<a
|
||||
href="https://twitter.com/search?vertical=default&q=captainduckduck&src=typd"
|
||||
target="_blank"
|
||||
rel="noreferrer noopener">
|
||||
Twitter
|
||||
</a>
|
||||
<a
|
||||
href="https://join.slack.com/t/captainduckduck/shared_invite/enQtNDEwMjc3MjcxNjUzLWQ4YjljN2JiMGU5Nzk5NjcwMDEzNDNiMTNkOTVhNTA4YTYwOThkNDkyMTlkMDFhMzAzOTA5YjcwY2E4NWRkYzk"
|
||||
target="_blank"
|
||||
rel="noreferrer noopener">
|
||||
Slack Group
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<h5>More</h5>
|
||||
|
||||
+84
-42
@@ -4,48 +4,90 @@
|
||||
"next": "Next",
|
||||
"previous": "Previous",
|
||||
"tagline": "Build your own PaaS in a few minutes!",
|
||||
"app-configuration": "App Configuration",
|
||||
"App Configuration": "App Configuration",
|
||||
"app-scaling-and-cluster": "App Scaling & Cluster",
|
||||
"App Scaling & Cluster": "App Scaling & Cluster",
|
||||
"captain-definition-file": "Captain Definition File",
|
||||
"Captain Definition File": "Captain Definition File",
|
||||
"cli-commands": "CLI Commands",
|
||||
"CLI Commands": "CLI Commands",
|
||||
"complete-webapp-tutorial": "Complete Webapp Tutorial",
|
||||
"Complete Webapp Tutorial": "Complete Webapp Tutorial",
|
||||
"deployment-methods": "Deployment Methods",
|
||||
"Deployment Methods": "Deployment Methods",
|
||||
"disk-cleanup": "Disk Clean-Up",
|
||||
"Disk Clean-Up": "Disk Clean-Up",
|
||||
"enabling-https": "Enabling HTTPS",
|
||||
"Enabling HTTPS": "Enabling HTTPS",
|
||||
"firewall": "Firewall & Port Forwarding",
|
||||
"Firewall & Port Forwarding": "Firewall & Port Forwarding",
|
||||
"get-started": "Getting Started",
|
||||
"Getting Started": "Getting Started",
|
||||
"nginx-customization": "NGINX Config",
|
||||
"NGINX Config": "NGINX Config",
|
||||
"one-click-apps": "One-Click Apps",
|
||||
"One-Click Apps": "One-Click Apps",
|
||||
"pre-deploy-script": "Pre-deploy Script",
|
||||
"Pre-deploy Script": "Pre-deploy Script",
|
||||
"recipe-deploy-create-react-app": "Static React App",
|
||||
"Static React App": "Static React App",
|
||||
"resource-monitoring": "Resource Monitoring",
|
||||
"Resource Monitoring": "Resource Monitoring",
|
||||
"run-locally": "Run Locally",
|
||||
"Run Locally": "Run Locally",
|
||||
"server-purchase": "Server & Public IP address",
|
||||
"Server Purchase": "Server Purchase",
|
||||
"troubleshooting": "Troubleshooting",
|
||||
"Troubleshooting": "Troubleshooting",
|
||||
"Docs": "Docs",
|
||||
"GitHub": "GitHub",
|
||||
"Basics": "Basics",
|
||||
"Do More": "Do More",
|
||||
"Recipes and Tips": "Recipes and Tips",
|
||||
"Help": "Help"
|
||||
"docs": {
|
||||
"app-configuration": {
|
||||
"title": "App Configuration",
|
||||
"sidebar_label": "App Configuration"
|
||||
},
|
||||
"app-scaling-and-cluster": {
|
||||
"title": "App Scaling & Cluster",
|
||||
"sidebar_label": "App Scaling & Cluster"
|
||||
},
|
||||
"captain-definition-file": {
|
||||
"title": "Captain Definition File",
|
||||
"sidebar_label": "Captain Definition File"
|
||||
},
|
||||
"cli-commands": {
|
||||
"title": "CLI Commands",
|
||||
"sidebar_label": "CLI Commands"
|
||||
},
|
||||
"complete-webapp-tutorial": {
|
||||
"title": "Complete Webapp Tutorial",
|
||||
"sidebar_label": "Complete Webapp Tutorial"
|
||||
},
|
||||
"deployment-methods": {
|
||||
"title": "Deployment Methods",
|
||||
"sidebar_label": "Deployment Methods"
|
||||
},
|
||||
"disk-cleanup": {
|
||||
"title": "Disk Clean-Up",
|
||||
"sidebar_label": "Disk Clean-Up"
|
||||
},
|
||||
"enabling-https": {
|
||||
"title": "Enabling HTTPS",
|
||||
"sidebar_label": "Enabling HTTPS"
|
||||
},
|
||||
"firewall": {
|
||||
"title": "Firewall & Port Forwarding",
|
||||
"sidebar_label": "Firewall & Port Forwarding"
|
||||
},
|
||||
"get-started": {
|
||||
"title": "Getting Started",
|
||||
"sidebar_label": "Getting Started"
|
||||
},
|
||||
"nginx-customization": {
|
||||
"title": "NGINX Config",
|
||||
"sidebar_label": "NGINX Config"
|
||||
},
|
||||
"one-click-apps": {
|
||||
"title": "One-Click Apps",
|
||||
"sidebar_label": "One-Click Apps"
|
||||
},
|
||||
"pre-deploy-script": {
|
||||
"title": "Pre-deploy Script",
|
||||
"sidebar_label": "Pre-deploy Script"
|
||||
},
|
||||
"recipe-deploy-create-react-app": {
|
||||
"title": "Static React App",
|
||||
"sidebar_label": "Static React App"
|
||||
},
|
||||
"resource-monitoring": {
|
||||
"title": "Resource Monitoring",
|
||||
"sidebar_label": "Resource Monitoring"
|
||||
},
|
||||
"run-locally": {
|
||||
"title": "Run Locally",
|
||||
"sidebar_label": "Run Locally"
|
||||
},
|
||||
"server-purchase": {
|
||||
"title": "Server & Public IP address",
|
||||
"sidebar_label": "Server Purchase"
|
||||
},
|
||||
"troubleshooting": {
|
||||
"title": "Troubleshooting",
|
||||
"sidebar_label": "Troubleshooting"
|
||||
}
|
||||
},
|
||||
"links": {
|
||||
"Docs": "Docs",
|
||||
"GitHub": "GitHub"
|
||||
},
|
||||
"categories": {
|
||||
"Basics": "Basics",
|
||||
"Do More": "Do More",
|
||||
"Recipes and Tips": "Recipes and Tips",
|
||||
"Help": "Help"
|
||||
}
|
||||
},
|
||||
"pages-strings": {
|
||||
"Help Translate|recruit community translators for your project": "Help Translate",
|
||||
|
||||
Reference in New Issue
Block a user