mirror of
				https://github.com/Stunkymonkey/nixos.git
				synced 2025-10-31 01:32:11 +01:00 
			
		
		
		
	Compare commits
	
		
			2 commits
		
	
	
		
			76f3333f7f
			...
			6cd5f4f8e8
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|   | 6cd5f4f8e8 | ||
|   | e7584f16fd | 
					 2 changed files with 8 additions and 0 deletions
				
			
		|  | @ -49,6 +49,10 @@ in | ||||||
|       webserver = "caddy"; |       webserver = "caddy"; | ||||||
|     }; |     }; | ||||||
| 
 | 
 | ||||||
|  |     services.caddy.virtualHosts."news.${domain}".extraConfig = lib.mkAfter '' | ||||||
|  |       import common | ||||||
|  |     ''; | ||||||
|  | 
 | ||||||
|     webapps.apps.freshrss = { |     webapps.apps.freshrss = { | ||||||
|       dashboard = { |       dashboard = { | ||||||
|         name = "News"; |         name = "News"; | ||||||
|  |  | ||||||
|  | @ -22,6 +22,10 @@ in | ||||||
|       webserver = "caddy"; |       webserver = "caddy"; | ||||||
|     }; |     }; | ||||||
| 
 | 
 | ||||||
|  |     services.caddy.virtualHosts."${domain}".extraConfig = lib.mkAfter '' | ||||||
|  |       import common | ||||||
|  |     ''; | ||||||
|  | 
 | ||||||
|     webapps.apps.rss-bridge = { |     webapps.apps.rss-bridge = { | ||||||
|       dashboard = { |       dashboard = { | ||||||
|         name = "RSS-Bridge"; |         name = "RSS-Bridge"; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue