I am using the default Synology Container Manager
, and no problems.
This is the setup I have for the Container Manager > Container
:
{
"CapAdd" : null,
"CapDrop" : null,
"cmd" : "/start.sh",
"cpu_priority" : 50,
"enable_publish_all_ports" : false,
"enable_restart_policy" : true,
"enabled" : true,
"env_variables" : [
{
"key" : "PATH",
"value" : "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
},
{
"key" : "ROCKET_PROFILE",
"value" : "release"
},
{
"key" : "ROCKET_ADDRESS",
"value" : "0.0.0.0"
},
{
"key" : "ROCKET_PORT",
"value" : "80"
},
{
"key" : "DEBIAN_FRONTEND",
"value" : "noninteractive"
},
{
"key" : "SEND_PURGE_SCHEDULE",
"value" : "0 0 5 31 2 ?"
},
{
"key" : "TRASH_PURGE_SCHEDULE",
"value" : "0 0 5 31 2 ?"
},
{
"key" : "SMTP_PASSWORD",
"value" : "EDIT_HERE_your_smtp_password"
}
],
"exporting" : false,
"id" : "EDIT_HERE__docker_id_some_hash_",
"image" : "vaultwarden/server:latest",
"is_ddsm" : false,
"is_package" : false,
"labels" : {
"org.opencontainers.image.created" : "2023-11-05T23:08:37+00:00",
"org.opencontainers.image.description" : "Unofficial Bitwarden compatible server written in Rust - 1.30.0",
"org.opencontainers.image.documentation" : "https://github.com/dani-garcia/vaultwarden/wiki",
"org.opencontainers.image.licenses" : "AGPL-3.0-only",
"org.opencontainers.image.revision" : "EDIT_HERE_some_hash_super_long",
"org.opencontainers.image.source" : "https://github.com/dani-garcia/vaultwarden",
"org.opencontainers.image.url" : "https://github.com/dani-garcia/vaultwarden",
"org.opencontainers.image.version" : "1.30.0"
},
"links" : [],
"memory_limit" : 0,
"name" : "vaultwarden",
"network" : [
{
"driver" : "bridge",
"name" : "bridge"
}
],
"network_mode" : "bridge",
"port_bindings" : [
{
"container_port" : 80,
"host_port" : 8083,
"type" : "tcp"
}
],
"privileged" : false,
"shortcut" : {
"enable_shortcut" : false,
"enable_status_page" : false,
"enable_web_page" : false,
"web_page_url" : ""
},
"use_host_network" : false,
"version" : 2,
"volume_bindings" : [
{
"host_volume_file" : "EDIT_HERE_/where_are_you_storing_the_files_and_data_base_at_your_nas/vaultwarden",
"is_directory" : true,
"mount_point" : "/data",
"type" : "rw"
}
]
}
Notice the EDIT_HERE_
for adding your personal information.
Here is my setup at Control Panel > Login Portal > Advanced > Reverse Proxy
:
Nothing set on Web Station
.
And check your firewall, at Control Panel > Security > Firewall > Edit Rules
.
Check if the ports of Vaultwarden network are open.
Check which ports are being used from: