mirror of
				https://github.com/linuxserver/docker-swag.git
				synced 2025-11-04 15:02:38 +09:00 
			
		
		
		
	@@ -144,6 +144,8 @@ RUN \
 | 
				
			|||||||
  sed -i \
 | 
					  sed -i \
 | 
				
			||||||
    's|#ssl_trusted_certificate /config/keys/cert.crt;|ssl_trusted_certificate /config/keys/cert.crt;|' \
 | 
					    's|#ssl_trusted_certificate /config/keys/cert.crt;|ssl_trusted_certificate /config/keys/cert.crt;|' \
 | 
				
			||||||
    /defaults/nginx/ssl.conf.sample && \
 | 
					    /defaults/nginx/ssl.conf.sample && \
 | 
				
			||||||
 | 
					  echo "**** remove stream.conf ****" && \
 | 
				
			||||||
 | 
					  rm -f /etc/nginx/conf.d/stream.conf && \
 | 
				
			||||||
  echo "**** correct ip6tables legacy issue ****" && \
 | 
					  echo "**** correct ip6tables legacy issue ****" && \
 | 
				
			||||||
  rm \
 | 
					  rm \
 | 
				
			||||||
    /sbin/ip6tables && \
 | 
					    /sbin/ip6tables && \
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -144,6 +144,8 @@ RUN \
 | 
				
			|||||||
  sed -i \
 | 
					  sed -i \
 | 
				
			||||||
    's|#ssl_trusted_certificate /config/keys/cert.crt;|ssl_trusted_certificate /config/keys/cert.crt;|' \
 | 
					    's|#ssl_trusted_certificate /config/keys/cert.crt;|ssl_trusted_certificate /config/keys/cert.crt;|' \
 | 
				
			||||||
    /defaults/nginx/ssl.conf.sample && \
 | 
					    /defaults/nginx/ssl.conf.sample && \
 | 
				
			||||||
 | 
					  echo "**** remove stream.conf ****" && \
 | 
				
			||||||
 | 
					  rm -f /etc/nginx/conf.d/stream.conf && \
 | 
				
			||||||
  echo "**** correct ip6tables legacy issue ****" && \
 | 
					  echo "**** correct ip6tables legacy issue ****" && \
 | 
				
			||||||
  rm \
 | 
					  rm \
 | 
				
			||||||
    /sbin/ip6tables && \
 | 
					    /sbin/ip6tables && \
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -400,6 +400,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## Versions
 | 
					## Versions
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					* **04.03.24:** - Remove `stream.conf` inside the container to allow users to include their own block in `nginx.conf`.
 | 
				
			||||||
* **23.01.24:** - Rebase to Alpine 3.19 with php 8.3, add root periodic crontabs for logrotate.
 | 
					* **23.01.24:** - Rebase to Alpine 3.19 with php 8.3, add root periodic crontabs for logrotate.
 | 
				
			||||||
* **01.01.24:** - Add GleSYS DNS plugin.
 | 
					* **01.01.24:** - Add GleSYS DNS plugin.
 | 
				
			||||||
* **11.12.23:** - Deprecate certbot-dns-dynu to resolve dependency conflicts with other plugins.
 | 
					* **11.12.23:** - Deprecate certbot-dns-dynu to resolve dependency conflicts with other plugins.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -168,6 +168,7 @@ app_setup_block: |
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# changelog
 | 
					# changelog
 | 
				
			||||||
changelogs:
 | 
					changelogs:
 | 
				
			||||||
 | 
					  - { date: "04.03.24:", desc: "Remove `stream.conf` inside the container to allow users to include their own block in `nginx.conf`." }
 | 
				
			||||||
  - { date: "23.01.24:", desc: "Rebase to Alpine 3.19 with php 8.3, add root periodic crontabs for logrotate." }
 | 
					  - { date: "23.01.24:", desc: "Rebase to Alpine 3.19 with php 8.3, add root periodic crontabs for logrotate." }
 | 
				
			||||||
  - { date: "01.01.24:", desc: "Add GleSYS DNS plugin." }
 | 
					  - { date: "01.01.24:", desc: "Add GleSYS DNS plugin." }
 | 
				
			||||||
  - { date: "11.12.23:", desc: "Deprecate certbot-dns-dynu to resolve dependency conflicts with other plugins." }
 | 
					  - { date: "11.12.23:", desc: "Deprecate certbot-dns-dynu to resolve dependency conflicts with other plugins." }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user