mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-30 14:04:03 +01:00 
			
		
		
		
	* Added stupid docker task to makefile * Dropped unknown option PrintLastLog from docker ssh config * OpenSSH should log to docker stdout * Set random pw for docker git user, otherwise it is locked * Stop using templates and public within docker
		
			
				
	
	
		
			7 lines
		
	
	
		
			117 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			117 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| [[ -f ./setup ]] && source ./setup
 | |
| 
 | |
| pushd /root > /dev/null
 | |
|     exec su-exec root /usr/sbin/sshd -D
 | |
| popd
 |