mirror of
				https://git.cloudron.io/cloudron/gitea-app
				synced 2025-11-04 00:52:35 +00:00 
			
		
		
		
	Password must be 6 chars long
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "id": "io.gogs.cloudronapp",
 | 
					  "id": "io.gogs.cloudronapp",
 | 
				
			||||||
  "title": "A self-hosted Git service",
 | 
					  "title": "A self-hosted Git service",
 | 
				
			||||||
  "description": "easiest, fastest and most painless way to set up a self-hosted Git service.\nDefault credentials are admin:admin",
 | 
					  "description": "easiest, fastest and most painless way to set up a self-hosted Git service.\nDefault credentials are administrator:admin123",
 | 
				
			||||||
  "tagline": "painless self-hosted Git Service",
 | 
					  "tagline": "painless self-hosted Git Service",
 | 
				
			||||||
  "version": "0.0.1",
 | 
					  "version": "0.0.1",
 | 
				
			||||||
  "healthCheckPath": "/",
 | 
					  "healthCheckPath": "/",
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										6
									
								
								start.sh
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								start.sh
									
									
									
									
									
								
							@@ -37,9 +37,9 @@ if [[ ! -f /home/cloudron/gogs/custom/conf/app.ini ]]; then
 | 
				
			|||||||
        --data "smtp_host=${MAIL_SMTP_SERVER}" \
 | 
					        --data "smtp_host=${MAIL_SMTP_SERVER}" \
 | 
				
			||||||
        --data smtp_user= \
 | 
					        --data smtp_user= \
 | 
				
			||||||
        --data smtp_pwd= \
 | 
					        --data smtp_pwd= \
 | 
				
			||||||
        --data admin_name=admin \
 | 
					        --data admin_name=administrator \
 | 
				
			||||||
        --data admin_passwd=admin \
 | 
					        --data admin_passwd=admin123 \
 | 
				
			||||||
        --data admin_confirm_passwd=admin \
 | 
					        --data admin_confirm_passwd=admin123 \
 | 
				
			||||||
        --data-urlencode admin_email=girish@forwardbias.in
 | 
					        --data-urlencode admin_email=girish@forwardbias.in
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user