kopia lustrzana https://codeberg.org/Codeberg/pages-server
				
				
				
			
		
			
				
	
	
		
			33 wiersze
		
	
	
		
			603 B
		
	
	
	
		
			TOML
		
	
	
			
		
		
	
	
			33 wiersze
		
	
	
		
			603 B
		
	
	
	
		
			TOML
		
	
	
| logLevel = 'debug'
 | |
| 
 | |
| [server]
 | |
| host = '[::]'
 | |
| port = 443
 | |
| httpPort = 80
 | |
| httpServerEnabled = true
 | |
| mainDomain = 'codeberg.page'
 | |
| rawDomain = 'raw.codeberg.page'
 | |
| pagesBranches = ["pages"]
 | |
| allowedCorsDomains = []
 | |
| blacklistedPaths = []
 | |
| 
 | |
| [forge]
 | |
| root = 'https://codeberg.org'
 | |
| token = 'ASDF1234'
 | |
| lfsEnabled = true
 | |
| followSymlinks = true
 | |
| 
 | |
| [database]
 | |
| type = 'sqlite'
 | |
| conn = 'certs.sqlite'
 | |
| 
 | |
| [ACME]
 | |
| email = 'noreply@example.email'
 | |
| apiEndpoint = 'https://acme-v02.api.letsencrypt.org/directory'
 | |
| acceptTerms = false
 | |
| useRateLimits = false
 | |
| eab_hmac = ''
 | |
| eab_kid = ''
 | |
| dnsProvider = ''
 | |
| accountConfigFile = 'acme-account.json'
 |