Disable registration on Gitea
This commit is contained in:
		
							parent
							
								
									f103b449e9
								
							
						
					
					
						commit
						1e13b5366f
					
				@ -15,9 +15,10 @@
 | 
				
			|||||||
      passwordFile = "/var/keys/gitea/db";
 | 
					      passwordFile = "/var/keys/gitea/db";
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
    cookieSecure = true;
 | 
					    cookieSecure = true;
 | 
				
			||||||
    #disableRegistration = true;
 | 
					    disableRegistration = true;
 | 
				
			||||||
    repositoryRoot = "/vault/git";
 | 
					    repositoryRoot = "/vault/git";
 | 
				
			||||||
    dump.enable = true;
 | 
					    dump.enable = true;
 | 
				
			||||||
 | 
					    useWizard = true;
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user