-
Notifications
You must be signed in to change notification settings - Fork 554
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fc5b14f
commit 20212d7
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Mon Nov 27 02:55:25 UTC 2023 | ||
Mon Nov 27 02:55:47 UTC 2023 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"captainVersion":2,"dockerCompose":{"services":{"$$cap_appname-db":{"image":"mysql:$$cap_mysql_version","volumes":["$$cap_appname-db-data:/var/lib/mysql"],"restart":"always","environment":{"MYSQL_ROOT_PASSWORD":"$$cap_db_pass","MYSQL_DATABASE":"gitea","MYSQL_USER":"gitea","MYSQL_PASSWORD":"$$cap_db_pass"},"notExposeAsWebApp":"true"},"$$cap_appname":{"depends_on":["$$cap_appname-db"],"image":"gitea/gitea:$$cap_gitea_version","volumes":["$$cap_appname-data:/data"],"restart":"always","environment":{"RUN_MODE":"prod","DB_TYPE":"mysql","DB_HOST":"srv-captain--$$cap_appname-db:3306","DB_USER":"gitea","DB_PASSWD":"$$cap_db_pass"},"containerHttpPort":"3000"}}},"variables":[{"id":"$$cap_db_pass","label":"MySQL Root password","defaultValue":"$$cap_gen_random_hex(10)","description":"","validRegex":"/.{1,}/"},{"id":"$$cap_gitea_version","label":"Gitea Version","defaultValue":"1.19.0","description":"Check out their Docker page for the valid tags https://hub.docker.com/r/gitea/gitea/tags","validRegex":"/^([^\\s^\\/])+$/"},{"id":"$$cap_mysql_version","label":"MySQL Version","defaultValue":"8.0.32","description":"Check out their Docker page for the valid tags https://hub.docker.com/r/library/mysql/tags/","validRegex":"/^([^\\s^\\/])+$/"}],"instructions":{"start":"A painless self-hosted Git service. Gitea is a community managed fork of Gogs.\nEnter your Gitea Configuration parameters and click on next. A MySQL (database) and a Gitea container will be created for you. The process will take about a minute to finish.","end":"Gitea is deployed and available as $$cap_appname.\nBe sure to change 'Server domain' to `$$cap_root_domain` during initial setup otherwise you may experience issues. \nSince Gitea is running inside a container, you can optionally map a port (not 22) of the host to port 22 of the container, if you want to use git commands over SSH. You can perform port mapping in your CapRover dashboard, in App Config section.\nIMPORTANT: It will take up to 2 minutes for Gitea to be ready. Before that, you might see 502 error page.\n"},"displayName":"Gitea","isOfficial":true,"description":"Gitea is a software package for hosting software development using Git as well as bug tracking, wikis and code review","documentation":"Taken from https://hub.docker.com/r/gitea/gitea/"} | ||
{"captainVersion":2,"dockerCompose":{"services":{"$$cap_appname-db":{"image":"mysql:$$cap_mysql_version","volumes":["$$cap_appname-db-data:/var/lib/mysql"],"restart":"always","environment":{"MYSQL_ROOT_PASSWORD":"$$cap_db_pass","MYSQL_DATABASE":"gitea","MYSQL_USER":"gitea","MYSQL_PASSWORD":"$$cap_db_pass"},"notExposeAsWebApp":"true"},"$$cap_appname":{"depends_on":["$$cap_appname-db"],"image":"gitea/gitea:$$cap_gitea_version","volumes":["$$cap_appname-data:/data"],"restart":"always","environment":{"RUN_MODE":"prod","DB_TYPE":"mysql","DB_HOST":"srv-captain--$$cap_appname-db:3306","DB_USER":"gitea","DB_PASSWD":"$$cap_db_pass"},"containerHttpPort":"3000"}}},"variables":[{"id":"$$cap_db_pass","label":"MySQL Root password","defaultValue":"$$cap_gen_random_hex(10)","description":"","validRegex":"/.{1,}/"},{"id":"$$cap_gitea_version","label":"Gitea Version","defaultValue":"1.21.1","description":"Check out their Docker page for the valid tags https://hub.docker.com/r/gitea/gitea/tags","validRegex":"/^([^\\s^\\/])+$/"},{"id":"$$cap_mysql_version","label":"MySQL Version","defaultValue":"8.0.32","description":"Check out their Docker page for the valid tags https://hub.docker.com/r/library/mysql/tags/","validRegex":"/^([^\\s^\\/])+$/"}],"instructions":{"start":"A painless self-hosted Git service. Gitea is a community managed fork of Gogs.\nEnter your Gitea Configuration parameters and click on next. A MySQL (database) and a Gitea container will be created for you. The process will take about a minute to finish.","end":"Gitea is deployed and available as $$cap_appname.\nBe sure to change 'Server domain' to `$$cap_root_domain` during initial setup otherwise you may experience issues. \nSince Gitea is running inside a container, you can optionally map a port (not 22) of the host to port 22 of the container, if you want to use git commands over SSH. You can perform port mapping in your CapRover dashboard, in App Config section.\nIMPORTANT: It will take up to 2 minutes for Gitea to be ready. Before that, you might see 502 error page.\n"},"displayName":"Gitea","isOfficial":true,"description":"Gitea is a software package for hosting software development using Git as well as bug tracking, wikis and code review","documentation":"Taken from https://hub.docker.com/r/gitea/gitea/"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"captainVersion":2,"dockerCompose":{"services":{"$$cap_appname-db":{"image":"mysql:$$cap_mysql_version","volumes":["$$cap_appname-db-data:/var/lib/mysql"],"restart":"always","environment":{"MYSQL_ROOT_PASSWORD":"$$cap_db_pass","MYSQL_DATABASE":"gitea","MYSQL_USER":"gitea","MYSQL_PASSWORD":"$$cap_db_pass"},"notExposeAsWebApp":"true"},"$$cap_appname":{"depends_on":["$$cap_appname-db"],"image":"gitea/gitea:$$cap_gitea_version","volumes":["$$cap_appname-data:/data"],"restart":"always","environment":{"RUN_MODE":"prod","DB_TYPE":"mysql","DB_HOST":"srv-captain--$$cap_appname-db:3306","DB_USER":"gitea","DB_PASSWD":"$$cap_db_pass"},"containerHttpPort":"3000"}}},"variables":[{"id":"$$cap_db_pass","label":"MySQL Root password","defaultValue":"$$cap_gen_random_hex(10)","description":"","validRegex":"/.{1,}/"},{"id":"$$cap_gitea_version","label":"Gitea Version","defaultValue":"1.19.0","description":"Check out their Docker page for the valid tags https://hub.docker.com/r/gitea/gitea/tags","validRegex":"/^([^\\s^\\/])+$/"},{"id":"$$cap_mysql_version","label":"MySQL Version","defaultValue":"8.0.32","description":"Check out their Docker page for the valid tags https://hub.docker.com/r/library/mysql/tags/","validRegex":"/^([^\\s^\\/])+$/"}],"instructions":{"start":"A painless self-hosted Git service. Gitea is a community managed fork of Gogs.\nEnter your Gitea Configuration parameters and click on next. A MySQL (database) and a Gitea container will be created for you. The process will take about a minute to finish.","end":"Gitea is deployed and available as $$cap_appname.\nBe sure to change 'Server domain' to `$$cap_root_domain` during initial setup otherwise you may experience issues. \nSince Gitea is running inside a container, you can optionally map a port (not 22) of the host to port 22 of the container, if you want to use git commands over SSH. You can perform port mapping in your CapRover dashboard, in App Config section.\nIMPORTANT: It will take up to 2 minutes for Gitea to be ready. Before that, you might see 502 error page.\n"},"displayName":"Gitea","isOfficial":true,"description":"Gitea is a software package for hosting software development using Git as well as bug tracking, wikis and code review","documentation":"Taken from https://hub.docker.com/r/gitea/gitea/"} | ||
{"captainVersion":2,"dockerCompose":{"services":{"$$cap_appname-db":{"image":"mysql:$$cap_mysql_version","volumes":["$$cap_appname-db-data:/var/lib/mysql"],"restart":"always","environment":{"MYSQL_ROOT_PASSWORD":"$$cap_db_pass","MYSQL_DATABASE":"gitea","MYSQL_USER":"gitea","MYSQL_PASSWORD":"$$cap_db_pass"},"notExposeAsWebApp":"true"},"$$cap_appname":{"depends_on":["$$cap_appname-db"],"image":"gitea/gitea:$$cap_gitea_version","volumes":["$$cap_appname-data:/data"],"restart":"always","environment":{"RUN_MODE":"prod","DB_TYPE":"mysql","DB_HOST":"srv-captain--$$cap_appname-db:3306","DB_USER":"gitea","DB_PASSWD":"$$cap_db_pass"},"containerHttpPort":"3000"}}},"variables":[{"id":"$$cap_db_pass","label":"MySQL Root password","defaultValue":"$$cap_gen_random_hex(10)","description":"","validRegex":"/.{1,}/"},{"id":"$$cap_gitea_version","label":"Gitea Version","defaultValue":"1.21.1","description":"Check out their Docker page for the valid tags https://hub.docker.com/r/gitea/gitea/tags","validRegex":"/^([^\\s^\\/])+$/"},{"id":"$$cap_mysql_version","label":"MySQL Version","defaultValue":"8.0.32","description":"Check out their Docker page for the valid tags https://hub.docker.com/r/library/mysql/tags/","validRegex":"/^([^\\s^\\/])+$/"}],"instructions":{"start":"A painless self-hosted Git service. Gitea is a community managed fork of Gogs.\nEnter your Gitea Configuration parameters and click on next. A MySQL (database) and a Gitea container will be created for you. The process will take about a minute to finish.","end":"Gitea is deployed and available as $$cap_appname.\nBe sure to change 'Server domain' to `$$cap_root_domain` during initial setup otherwise you may experience issues. \nSince Gitea is running inside a container, you can optionally map a port (not 22) of the host to port 22 of the container, if you want to use git commands over SSH. You can perform port mapping in your CapRover dashboard, in App Config section.\nIMPORTANT: It will take up to 2 minutes for Gitea to be ready. Before that, you might see 502 error page.\n"},"displayName":"Gitea","isOfficial":true,"description":"Gitea is a software package for hosting software development using Git as well as bug tracking, wikis and code review","documentation":"Taken from https://hub.docker.com/r/gitea/gitea/"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"captainVersion":4,"services":{"$$cap_appname-db":{"image":"mysql:$$cap_mysql_version","volumes":["$$cap_appname-db-data:/var/lib/mysql"],"restart":"always","environment":{"MYSQL_ROOT_PASSWORD":"$$cap_db_pass","MYSQL_DATABASE":"gitea","MYSQL_USER":"gitea","MYSQL_PASSWORD":"$$cap_db_pass"},"caproverExtra":{"notExposeAsWebApp":"true"}},"$$cap_appname":{"depends_on":["$$cap_appname-db"],"image":"gitea/gitea:$$cap_gitea_version","volumes":["$$cap_appname-data:/data"],"restart":"always","environment":{"RUN_MODE":"prod","DB_TYPE":"mysql","DB_HOST":"srv-captain--$$cap_appname-db:3306","DB_USER":"gitea","DB_PASSWD":"$$cap_db_pass"},"caproverExtra":{"containerHttpPort":"3000"}}},"caproverOneClickApp":{"variables":[{"id":"$$cap_db_pass","label":"MySQL Root password","defaultValue":"$$cap_gen_random_hex(10)","description":"","validRegex":"/.{1,}/"},{"id":"$$cap_gitea_version","label":"Gitea Version","defaultValue":"1.19.0","description":"Check out their Docker page for the valid tags https://hub.docker.com/r/gitea/gitea/tags","validRegex":"/^([^\\s^\\/])+$/"},{"id":"$$cap_mysql_version","label":"MySQL Version","defaultValue":"8.0.32","description":"Check out their Docker page for the valid tags https://hub.docker.com/r/library/mysql/tags/","validRegex":"/^([^\\s^\\/])+$/"}],"instructions":{"start":"A painless self-hosted Git service. Gitea is a community managed fork of Gogs.\nEnter your Gitea Configuration parameters and click on next. A MySQL (database) and a Gitea container will be created for you. The process will take about a minute to finish.","end":"Gitea is deployed and available as $$cap_appname.\nBe sure to change 'Server domain' to `$$cap_root_domain` during initial setup otherwise you may experience issues. \nSince Gitea is running inside a container, you can optionally map a port (not 22) of the host to port 22 of the container, if you want to use git commands over SSH. You can perform port mapping in your CapRover dashboard, in App Config section.\nIMPORTANT: It will take up to 2 minutes for Gitea to be ready. Before that, you might see 502 error page.\n"},"displayName":"Gitea","isOfficial":true,"description":"Gitea is a software package for hosting software development using Git as well as bug tracking, wikis and code review","documentation":"Taken from https://hub.docker.com/r/gitea/gitea/"}} | ||
{"captainVersion":4,"services":{"$$cap_appname-db":{"image":"mysql:$$cap_mysql_version","volumes":["$$cap_appname-db-data:/var/lib/mysql"],"restart":"always","environment":{"MYSQL_ROOT_PASSWORD":"$$cap_db_pass","MYSQL_DATABASE":"gitea","MYSQL_USER":"gitea","MYSQL_PASSWORD":"$$cap_db_pass"},"caproverExtra":{"notExposeAsWebApp":"true"}},"$$cap_appname":{"depends_on":["$$cap_appname-db"],"image":"gitea/gitea:$$cap_gitea_version","volumes":["$$cap_appname-data:/data"],"restart":"always","environment":{"RUN_MODE":"prod","DB_TYPE":"mysql","DB_HOST":"srv-captain--$$cap_appname-db:3306","DB_USER":"gitea","DB_PASSWD":"$$cap_db_pass"},"caproverExtra":{"containerHttpPort":"3000"}}},"caproverOneClickApp":{"variables":[{"id":"$$cap_db_pass","label":"MySQL Root password","defaultValue":"$$cap_gen_random_hex(10)","description":"","validRegex":"/.{1,}/"},{"id":"$$cap_gitea_version","label":"Gitea Version","defaultValue":"1.21.1","description":"Check out their Docker page for the valid tags https://hub.docker.com/r/gitea/gitea/tags","validRegex":"/^([^\\s^\\/])+$/"},{"id":"$$cap_mysql_version","label":"MySQL Version","defaultValue":"8.0.32","description":"Check out their Docker page for the valid tags https://hub.docker.com/r/library/mysql/tags/","validRegex":"/^([^\\s^\\/])+$/"}],"instructions":{"start":"A painless self-hosted Git service. Gitea is a community managed fork of Gogs.\nEnter your Gitea Configuration parameters and click on next. A MySQL (database) and a Gitea container will be created for you. The process will take about a minute to finish.","end":"Gitea is deployed and available as $$cap_appname.\nBe sure to change 'Server domain' to `$$cap_root_domain` during initial setup otherwise you may experience issues. \nSince Gitea is running inside a container, you can optionally map a port (not 22) of the host to port 22 of the container, if you want to use git commands over SSH. You can perform port mapping in your CapRover dashboard, in App Config section.\nIMPORTANT: It will take up to 2 minutes for Gitea to be ready. Before that, you might see 502 error page.\n"},"displayName":"Gitea","isOfficial":true,"description":"Gitea is a software package for hosting software development using Git as well as bug tracking, wikis and code review","documentation":"Taken from https://hub.docker.com/r/gitea/gitea/"}} |