[mod] vault
This commit is contained in:
		
							parent
							
								
									d733f5e6f2
								
							
						
					
					
						commit
						7e97c1a4cb
					
				
					 3 changed files with 8 additions and 8 deletions
				
			
		| 
						 | 
					@ -89,9 +89,8 @@ quodatum.duckdns.org {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	@warden host warden.quodatum.duckdns.org:443
 | 
						@warden host warden.quodatum.duckdns.org:443
 | 
				
			||||||
	handle @warden {
 | 
						handle @warden {
 | 
				
			||||||
		import duckdns
 | 
					        reverse_proxy /notifications/hub 0.0.0.0:3012
 | 
				
			||||||
        reverse_proxy /notifications/hub 192.168.1.5:3012
 | 
					        reverse_proxy 0.0.0.0:8882 {
 | 
				
			||||||
        reverse_proxy 192.168.1.5:8882 {
 | 
					 | 
				
			||||||
           header_up X-Real-IP {remote_host}
 | 
					           header_up X-Real-IP {remote_host}
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
| 
						 | 
					@ -184,6 +183,6 @@ xu4.local {
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
warden.local:443 {
 | 
					warden.local:443 {
 | 
				
			||||||
	tls "bunce.andy@gmail.com"
 | 
						tls "bunce.andy@gmail.com"
 | 
				
			||||||
	reverse_proxy 192.168.1.5:8882
 | 
						reverse_proxy 0.0.0.0:8882
 | 
				
			||||||
    reverse_proxy /notifications/hub 192.168.1.5:3012
 | 
					    reverse_proxy /notifications/hub 0.0.0.0:3012
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					@ -7,9 +7,8 @@ services:
 | 
				
			||||||
    restart: unless-stopped
 | 
					    restart: unless-stopped
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
      - WEBSOCKET_ENABLED=true
 | 
					      - WEBSOCKET_ENABLED=true
 | 
				
			||||||
      - ROCKET_PORT=8882
 | 
					 | 
				
			||||||
    volumes:
 | 
					    volumes:
 | 
				
			||||||
      - ./data/:/data/
 | 
					      - ./data/:/data/
 | 
				
			||||||
    ports:
 | 
					    ports:
 | 
				
			||||||
      - 8882:8882
 | 
					      - 127.0.0.1:8882:80
 | 
				
			||||||
      - 3012:3012
 | 
					      - 127.0.0.1:3012:3012
 | 
				
			||||||
| 
						 | 
					@ -1,3 +1,5 @@
 | 
				
			||||||
 | 
					https://www.linode.com/docs/guides/how-to-self-host-the-vaultwarden-password-manager/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
https://webdock.io/en/docs/how-guides/app-installation-and-setup/how-install-vaultwarden-your-webdock-server
 | 
					https://webdock.io/en/docs/how-guides/app-installation-and-setup/how-install-vaultwarden-your-webdock-server
 | 
				
			||||||
# was
 | 
					# was
 | 
				
			||||||
https://www.techaddressed.com/tutorials/vaultwarden-docker-compose/
 | 
					https://www.techaddressed.com/tutorials/vaultwarden-docker-compose/
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue