mirror of
				https://git.tt-rss.org/fox/ttrss-docker-compose
				synced 2025-11-04 09:14:11 +01:00 
			
		
		
		
	Accept Let's Encrypt TOS when using web-ssl
This commit is contained in:
		
							parent
							
								
									af3e981335
								
							
						
					
					
						commit
						825ec395ac
					
				
					 2 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
					@ -56,10 +56,11 @@ tt-rss will prompt you to do so on next page refresh.
 | 
				
			||||||
3. Rebuild and start the containers: ``docker-compose up --build``
 | 
					3. Rebuild and start the containers: ``docker-compose up --build``
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Using SSL with Letsencrypt (untested!)
 | 
					### Using SSL with Letsencrypt
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 - ``HTTP_HOST`` in ``.env`` should be set to a valid hostname (i.e. no localhost or IP address)
 | 
					 - ``HTTP_HOST`` in ``.env`` should be set to a valid hostname (i.e. no localhost or IP address)
 | 
				
			||||||
 - comment out ``web`` container, uncomment ``web-ssl`` in ``docker-compose.yml``
 | 
					 - comment out ``web`` container, uncomment ``web-ssl`` in ``docker-compose.yml``
 | 
				
			||||||
 | 
					 - ``SELF_URL_PATH`` in ``.env`` should not include a port as the container is going to use default https port
 | 
				
			||||||
 - ports 80 and 443 should be externally accessible i.e. not blocked by firewall and/or conflicting with host services
 | 
					 - ports 80 and 443 should be externally accessible i.e. not blocked by firewall and/or conflicting with host services
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### How do I add plugins and themes?
 | 
					### How do I add plugins and themes?
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,3 +1,4 @@
 | 
				
			||||||
FROM abiosoft/caddy:no-stats
 | 
					FROM abiosoft/caddy:no-stats
 | 
				
			||||||
 | 
					
 | 
				
			||||||
COPY Caddyfile /etc/
 | 
					COPY Caddyfile /etc/
 | 
				
			||||||
 | 
					ENV ACME_AGREE=true
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue