mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-12 11:38:47 +00:00
update vaultwarden image
This commit is contained in:
parent
cecd4ce85d
commit
9168b490bb
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ If you have a spare domain name you can configure applications to be accessible
|
|||
|
||||
* [Airsonic](https://airsonic.github.io/) - catalog and stream music
|
||||
* [Bazarr](https://github.com/morpheus65535/bazarr) - companion to Radarr and Sonarr for downloading subtitles
|
||||
* [Bitwarden_rs](https://github.com/dani-garcia/bitwarden_rs) - Self-Hosting port of password manager
|
||||
* [Bitwarden](https://github.com/dani-garcia/vaultwarden) - Password Manger (Technically Vaultwarden, a lightweight implementation in Rust)
|
||||
* [Booksonic](https://booksonic.org/) - The selfhosted audiobook server
|
||||
* [Calibre-web](https://github.com/janeczku/calibre-web) - Provides a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.
|
||||
* [Code Server](https://code.visualstudio.com/) - Powerful IDE from Microsoft accessible through the browser
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
- name: Bitwarden Docker Container
|
||||
docker_container:
|
||||
name: "{{ bitwarden_container_name }}"
|
||||
image: bitwardenrs/server:latest
|
||||
image: vaultwarden/server:latest
|
||||
pull: true
|
||||
ports:
|
||||
- "{{ bitwarden_port_a }}:80"
|
||||
|
|
Loading…
Reference in a new issue