mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-04 03:27:12 -05:00 
			
		
		
		
	v1.7.0-rc1
This commit is contained in:
		
							parent
							
								
									cc93616019
								
							
						
					
					
						commit
						301ad7e07d
					
				@ -6,7 +6,7 @@ WORKDIR /src/src-ui
 | 
				
			|||||||
RUN npm update npm -g && npm ci --no-optional
 | 
					RUN npm update npm -g && npm ci --no-optional
 | 
				
			||||||
RUN ./node_modules/.bin/ng build --configuration production
 | 
					RUN ./node_modules/.bin/ng build --configuration production
 | 
				
			||||||
 | 
					
 | 
				
			||||||
FROM ghcr.io/paperless-ngx/builder/ngx-base:dev as main-app
 | 
					FROM ghcr.io/paperless-ngx/builder/ngx-base:1.7.0 as main-app
 | 
				
			||||||
 | 
					
 | 
				
			||||||
LABEL org.opencontainers.image.authors="paperless-ngx team <hello@paperless-ngx.com>"
 | 
					LABEL org.opencontainers.image.authors="paperless-ngx team <hello@paperless-ngx.com>"
 | 
				
			||||||
LABEL org.opencontainers.image.documentation="https://paperless-ngx.readthedocs.io/en/latest/"
 | 
					LABEL org.opencontainers.image.documentation="https://paperless-ngx.readthedocs.io/en/latest/"
 | 
				
			||||||
 | 
				
			|||||||
@ -5,6 +5,11 @@
 | 
				
			|||||||
Changelog
 | 
					Changelog
 | 
				
			||||||
*********
 | 
					*********
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					paperless-ngx 1.7.0
 | 
				
			||||||
 | 
					###################
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Changelog pending
 | 
				
			||||||
 | 
					
 | 
				
			||||||
paperless-ngx 1.6.0
 | 
					paperless-ngx 1.6.0
 | 
				
			||||||
###################
 | 
					###################
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -5,7 +5,7 @@ export const environment = {
 | 
				
			|||||||
  apiBaseUrl: document.baseURI + 'api/',
 | 
					  apiBaseUrl: document.baseURI + 'api/',
 | 
				
			||||||
  apiVersion: '2',
 | 
					  apiVersion: '2',
 | 
				
			||||||
  appTitle: 'Paperless-ngx',
 | 
					  appTitle: 'Paperless-ngx',
 | 
				
			||||||
  version: '1.6.0',
 | 
					  version: '1.7.0-rc1',
 | 
				
			||||||
  webSocketHost: window.location.host,
 | 
					  webSocketHost: window.location.host,
 | 
				
			||||||
  webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:',
 | 
					  webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:',
 | 
				
			||||||
  webSocketBaseUrl: base_url.pathname + 'ws/',
 | 
					  webSocketBaseUrl: base_url.pathname + 'ws/',
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user