summaryrefslogtreecommitdiffhomepage
path: root/public/v4/apps/sourcegraph.yml
diff options
context:
space:
mode:
authorKasra Bigdeli <[email protected]>2020-08-16 19:40:55 -0400
committerKasra Bigdeli <[email protected]>2020-08-16 19:40:55 -0400
commit83103a180914dff274188594132c1395f12a1645 (patch)
tree7aa940008857256403702753b464fccf57096d8f /public/v4/apps/sourcegraph.yml
parent723ca5cca53bf5a569cb951b77f7a9b71fe088bd (diff)
downloadcaprover-one-click-apps-83103a180914dff274188594132c1395f12a1645.tar.gz
caprover-one-click-apps-83103a180914dff274188594132c1395f12a1645.zip
Fixed build
Diffstat (limited to 'public/v4/apps/sourcegraph.yml')
-rw-r--r--public/v4/apps/sourcegraph.yml46
1 files changed, 0 insertions, 46 deletions
diff --git a/public/v4/apps/sourcegraph.yml b/public/v4/apps/sourcegraph.yml
deleted file mode 100644
index 610df42..0000000
--- a/public/v4/apps/sourcegraph.yml
+++ /dev/null
@@ -1,46 +0,0 @@
-captainVersion: 4
-services:
- $$cap_appname:
- image: sourcegraph/server:$$cap_container_version
- volumes:
- - $$cap_appname-config:/etc/sourcegraph
- - $$cap_appname-data:/var/opt/sourcegraph
- restart: always
- caproverExtra:
- containerHttpPort: '7080'
-caproverOneClickApp:
- variables:
- - id: $$cap_container_version
- label: Version
- defaultValue: 3.2.2
- description: Check out their Docker page for the valid tags
- https://hub.docker.com/r/sourcegraph/server/tags
- validRegex: /^([^\s^\/])+$/
- instructions:
- start: >-
- Sourcegraph is a code search and navigation tool
- (open-source/self-hosted).
-
- More information about this container can be found here: https://hub.docker.com/r/sourcegraph/server/ .
-
- After installation on CapRover, it will be available as srv-captain--YOUR_CONTAINER_NAME at port 7080 to other CapRover apps.
-
- Enter your Sourcegraph Configuration parameters and click on next. It will take about a minute for the process to finish.
- end: >-
- Sourcegraph is deployed and available as srv-captain--$$cap_appname:7080
- to other apps. Open the application to create the administrator account.
-
- SECURITY: If the site has no users (i.e., during initial setup), it will always allow the first user to sign up and become site admin **without any approval** (first user to sign up becomes the admin).
-
- In order to use administration console, for critical configurations, the port 2633 needs to be mapped on the host. This port is not mapped, by default, for security reasons and because it's required only for special configurations. The administation console requires an admin username and a strong readonly password generated by the application.
-
- More information about the administration console can be found here:
- https://docs.sourcegraph.com/admin/management_console
-
-
- To disable the signup option for other users use the administration console and change the boolean property "allowSignup" to false. More information here: https://docs.sourcegraph.com/admin/config/critical_config#builtin-password-authentication
- displayName: ''
- isOfficial: true
- description: Sourcegraph is a free, self-hosted code search and intelligence
- server that helps developers find, review, understand, and debug code
- documentation: Taken from https://hub.docker.com/r/sourcegraph/server/