mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-01 11:19:52 +03:00
dockerless setup #1602
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @moongazer07 on GitHub (Jun 3, 2023).
I need a dockerless setup so I can deploy it to my website
I have latest php installation that my
direct admin panel offers
I have installed other js libs using softacolous
but I don't have docker on there
there is no way to install
and just having docker builds is not fair
to people like me
@RealOrangeOne commented on GitHub (Jun 3, 2023):
Vaultwarden isn't written in PHP, so that's not useful.
You can download the pre-compiled binaries in the releases. Just set that running (will depend on your server host, but it's probably with a systemd service), and then make sure you can get traffic to it.
Without more details of your server setup, it's impossible to answer this properly. There are some deployment examples in the wiki which may help.