cf5a985b31 
								
									
								
							
								 
							
						 
						
							
							
								
								Updated rust images and enabled minimal profile  
							
							
								
 
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								cbadf00941 
								
									
								
							
								 
							
						 
						
							
							
								
								Update web vault to fix twofactorauth.org integration  
							
							
 
							
							
							Update dependencies and toolchain
Update included equivalent domains with upstream changes 
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								748c825202 
								
							
								 
							
						 
						
							
							
								
								cleaner startup exec in order to build the image and run the container with podman/libpod  
							
							
								
 
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								204993568a 
								
							
								 
							
						 
						
							
							
								
								cleaner startup exec in order to build the image and run the container with podman/libpod  
							
							
								
 
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								70be2d93ce 
								
							
								 
							
						 
						
							
							
								
								cleaner startup exec in order to build the image and run the container with podman/libpod  
							
							
								
 
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								efc65b93f8 
								
									
								
							
								 
							
						 
						
							
							
								
								Don't install mysql libraries for sqlite builds  
							
							
								
 
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								97d41c2686 
								
									
								
							
								 
							
						 
						
							
							
								
								Revert rustup minimal profile, rustup can't be updated  
							
							
								
 
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								fccc0a4b05 
								
									
								
							
								 
							
						 
						
							
							
								
								Update rocket to latest master  
							
							
 
							
							
							Downgrade rust version to fix cargo issue
Set rustup profile to minimal 
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								57b1d3f850 
								
									
								
							
								 
							
						 
						
							
							
								
								Update dependencies and docker base images  
							
							
								
 
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								acdd42935b 
								
							
								 
							
						 
						
							
							
								
								Add sqlite binary into the docker images  
							
							
 
							
							
							This is done to enable backup functionality in the admin interface while
we're waiting for the libsqlite-sys 0.17 to bubble up in the upstream
dependencies. Then we can start using `VACUUM INTO`
This also extends the check for the sqlite binary to also try `sqlite3`
as this is the name of the binary in baseimage distributions we use. 
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								f5f9861a78 
								
									
								
							
								 
							
						 
						
							
							
								
								Adds support for PostgreSQL which  resolves   #87  and is mentioned in  #246 .  
							
							
 
							
							
							This includes migrations as well as Dockerfile's for amd64.
The biggest change is that replace_into isn't supported by Diesel for the
PostgreSQL backend, instead requiring the use of on_conflict. This
unfortunately requires a branch for save() on all of the models currently
using replace_into. 
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								f9408a00c6 
								
									
								
							
								 
							
						 
						
							
							
								
								Allow self signed certs and increase a bit the timings  
							
							
								
 
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								ae8bf954c1 
								
									
								
							
								 
							
						 
						
							
							
								
								Updated web vault to 2.12  
							
							
								
 
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								eea3f13bb3 
								
							
								 
							
						 
						
							
							
								
								Fix   #603  and  remove mysql from sqlite image  
							
							
 
							
							
							This changes the healthcheck to use `sh` instead of bash, that is absent
from some image versions. (like alpine)
It also removes `*mariadb*` packages from runtime image of sqlite images
as these shouldn't be required. 
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cce3ce816c 
								
							
								 
							
						 
						
							
							
								
								Adds environment port to curl healthcheck  
							
							
								
 
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								66a68f6d22 
								
							
								 
							
						 
						
							
							
								
								Adds Healthcheck for all docker container  
							
							
								
 
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								469318bcbd 
								
									
								
							
								 
							
						 
						
							
							
								
								Updated dependencies and web vault version  
							
							
								
 
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								8be2ed6255 
								
									
								
							
								 
							
						 
						
							
							
								
								Update web vault to 2.11.0  
							
							
								
 
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								05a1137828 
								
									
								
							
								 
							
						 
						
							
							
								
								Move backend checks to build.rs to fail fast, and updated dependencies  
							
							
								
 
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0b13a8c4aa 
								
							
								 
							
						 
						
							
							
								
								last round of linting fixes  
							
							
 
							
							
							Signed-off-by: Felix Bartels <felix@host-consultants.de> 
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3fbd7919d8 
								
							
								 
							
						 
						
							
							
								
								more linting fixes  
							
							
 
							
							
							Signed-off-by: Felix Bartels <felix@host-consultants.de> 
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5f688ff209 
								
							
								 
							
						 
						
							
							
								
								no more linting errors for the main Dockerfile  
							
							
 
							
							
							Signed-off-by: Felix Bartels <felix@host-consultants.de> 
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d10ef3fd4b 
								
							
								 
							
						 
						
							
							
								
								Create Dockerfiles for mysql builds  
							
							
								
 
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dd0b847912 
								
							
								 
							
						 
						
							
							
								
								Move current dockerfiles to their arch folders  
							
							
								
 
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								9a8cae836b 
								
									
								
							
								 
							
						 
						
							
							
								
								Remove vault patch file, and point users to the vault builds repo for the patch  
							
							
								
 
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								adf40291e8 
								
									
								
							
								 
							
						 
						
							
							
								
								Update web vault to 2.4.0  
							
							
								
 
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6660b0aef3 
								
							
								 
							
						 
						
							
							
								
								Updated web vault to version 2.2  
							
							
								
 
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5ecafb157d 
								
							
								 
							
						 
						
							
							
								
								Disable analytics via patch to Vault  
							
							
								
 
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								039860f87e 
								
							
								 
							
						 
						
							
							
								
								Fix patch file for v2.1.1  
							
							
								
 
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a291dea16f 
								
							
								 
							
						 
						
							
							
								
								Updated dependencies and Docker image to new web-vault  
							
							
								
 
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f00732ddc5 
								
							
								 
							
						 
						
							
							
								
								Move settings out of web-vault  
							
							
								
 
							
							
						 
						8 years ago