mirror of
				https://git.cloudron.io/cloudron/gitea-app
				synced 2025-11-03 16:42:35 +00:00 
			
		
		
		
	Password must be 6 chars long
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
			
		||||
{
 | 
			
		||||
  "id": "io.gogs.cloudronapp",
 | 
			
		||||
  "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",
 | 
			
		||||
  "version": "0.0.1",
 | 
			
		||||
  "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_user= \
 | 
			
		||||
        --data smtp_pwd= \
 | 
			
		||||
        --data admin_name=admin \
 | 
			
		||||
        --data admin_passwd=admin \
 | 
			
		||||
        --data admin_confirm_passwd=admin \
 | 
			
		||||
        --data admin_name=administrator \
 | 
			
		||||
        --data admin_passwd=admin123 \
 | 
			
		||||
        --data admin_confirm_passwd=admin123 \
 | 
			
		||||
        --data-urlencode admin_email=girish@forwardbias.in
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user