mirror of
				https://github.com/binwiederhier/ntfy.git
				synced 2025-11-03 22:40:29 +01:00 
			
		
		
		
	Check base URL format
This commit is contained in:
		
							parent
							
								
									c83b5c6e73
								
							
						
					
					
						commit
						9fac75b831
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -9,6 +9,7 @@ import (
 | 
			
		|||
	"heckel.io/ntfy/util"
 | 
			
		||||
	"log"
 | 
			
		||||
	"math"
 | 
			
		||||
	"strings"
 | 
			
		||||
	"time"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -123,6 +124,8 @@ func execServe(c *cli.Context) error {
 | 
			
		|||
		return errors.New("if smtp-server-listen is set, smtp-server-domain must also be set")
 | 
			
		||||
	} else if attachmentCacheDir != "" && baseURL == "" {
 | 
			
		||||
		return errors.New("if attachment-cache-dir is set, base-url must also be set")
 | 
			
		||||
	} else if baseURL != "" && (strings.HasPrefix(baseURL, "http://") || strings.HasPrefix(baseURL, "https://")) {
 | 
			
		||||
		return errors.New("if set, base-url must start with http:// or https://")
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	// Special case: Unset default
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue