mirror of
https://github.com/caprover/caprover
synced 2026-08-26 17:36:36 +00:00
added: template ID generator for readme
This commit is contained in:
Generated
+1554
File diff suppressed because it is too large
Load Diff
@@ -154,6 +154,14 @@ class TemplateHelper {
|
||||
|
||||
self.cachedImageTags = tempCache;
|
||||
|
||||
// Used for README
|
||||
for (let tempIdx = 0; tempIdx < self.templates.length; tempIdx++) {
|
||||
Logger.d(' ');
|
||||
Logger.d(self.templates[tempIdx].templateName + '/');
|
||||
Logger.d(self.getDockerVersionsForTemplateName(self.templates[tempIdx].templateName).join(', '));
|
||||
Logger.d(' ');
|
||||
}
|
||||
|
||||
setTimeout(function () {
|
||||
|
||||
self.updateCachedImageTags();
|
||||
|
||||
@@ -44,6 +44,9 @@ Captain definition file for a nodejs application is:
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
See https://github.com/githubsaturn/captainduckduck/blob/master/README.md for more details on Captain Definition file.
|
||||
|
||||
After making sure that this file exists, run the following command and answers questions:
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user