Prefer gitea to gogs
Gitea's announcement notes explain some of the benefits of Gitea over Gogs: https://blog.gitea.io/2016/12/welcome-to-gitea/ Also, I never configured Gogs such that I could use it, so the cost of switching from Gogs to Gitea was basically zero.
This commit is contained in:
		
							parent
							
								
									46d817665f
								
							
						
					
					
						commit
						2686a9a2ed
					
				
					 1 changed files with 1 additions and 8 deletions
				
			
		| 
						 | 
				
			
			@ -81,14 +81,7 @@ in {
 | 
			
		|||
 | 
			
		||||
  services.openssh.enable = true;
 | 
			
		||||
 | 
			
		||||
  systemd.services.gogs = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
    description = "Easy-to-use Git server written in golang";
 | 
			
		||||
    script = "${pkgs.gogs}/bin/gogs web";
 | 
			
		||||
    serviceConfig = {
 | 
			
		||||
      Type = "simple";
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
  services.gitea.enable = true;
 | 
			
		||||
 | 
			
		||||
  systemd.services.monzo-token-server = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue