This commit introduces dedicated `readme.md` files for individual services within both the `Local Homelab` and `Oracle Homelab` directories. Each service-specific README provides a brief description of the service, its deployment method (Docker Compose), and references relevant configuration files. Additionally, the main `Local Homelab/readme.md` was updated to enumerate all deployed services, describe the repository's structure, and include pertinent links. This change aims to significantly improve the clarity, organization, and discoverability of information across the homelab setups.
15 lines
388 B
Markdown
15 lines
388 B
Markdown
# Vaultwarden
|
|
|
|
[Vaultwarden](https://github.com/dani-garcia/vaultwarden) is an unofficial Bitwarden compatible server written in Rust, providing secure password management.
|
|
|
|
## 🚀 Deployment
|
|
|
|
This service is deployed using Docker Compose.
|
|
|
|
### Files
|
|
- `compose/compose.yaml`: Docker Compose configuration.
|
|
- `compose/.env`: Environment variables.
|
|
|
|
## 🔗 Links
|
|
- [Oracle Homelab](../)
|