Skip to content

Commit 540d80a

Browse files
authored
Update Vaultwarden Source (#3036)
1 parent 9ad4dcf commit 540d80a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ct/vaultwarden.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
33
# Copyright (c) 2021-2025 tteck
44
# Author: tteck (tteckster)
55
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
6-
# Source: https://www.vaultwarden.net/
6+
# Source: https://github.com/dani-garcia/vaultwarden
77

88
APP="Vaultwarden"
99
var_tags="password-manager"

install/vaultwarden-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (c) 2021-2025 tteck
44
# Author: tteck (tteckster)
55
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
6-
# Source: https://www.vaultwarden.net/
6+
# Source: https://github.com/dani-garcia/vaultwarden
77

88
source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"
99
color

json/vaultwarden.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"privileged": false,
1111
"interface_port": 8000,
1212
"documentation": null,
13-
"website": "https://www.vaultwarden.net/",
13+
"website": "https://github.com/dani-garcia/vaultwarden/",
1414
"logo": "https://raw.githubusercontent.com/dani-garcia/vaultwarden/main/resources/vaultwarden-icon-white.svg",
1515
"description": "Vaultwarden is a self-hosted password manager which provides secure and encrypted password storage. It uses client-side encryption and provides access to passwords through a web interface and mobile apps.",
1616
"install_methods": [

0 commit comments

Comments
 (0)