Make vaultwarden available for external access and rename stack security to vault.
This commit is contained in:
10
readme.md
10
readme.md
@@ -104,6 +104,14 @@ networks:
|
||||
name: home
|
||||
````
|
||||
|
||||
### SQLite3
|
||||
|
||||
Vaultwarden stores data in a sqlite database. To view data sqlite3 should be installed.
|
||||
|
||||
````
|
||||
sudo apt install sqlite3
|
||||
````
|
||||
|
||||
## Components and structure
|
||||
|
||||
The root's docker-compose is used to install common components like databases and traefik.
|
||||
@@ -136,7 +144,7 @@ Subdirectories are used to structure and keep components independent. You have t
|
||||
- nextcloud-fpm
|
||||
- nginx
|
||||
|
||||
### Security
|
||||
### Vault
|
||||
|
||||
- vaultwarden
|
||||
|
||||
|
||||
Reference in New Issue
Block a user