{"id":35202723,"url":"https://github.com/dionysius/vaultwarden-deb","last_synced_at":"2026-04-17T13:07:21.825Z","repository":{"id":81075204,"uuid":"582538768","full_name":"dionysius/vaultwarden-deb","owner":"dionysius","description":"Ubuntu/Debian packages and repository for vaultwarden","archived":false,"fork":false,"pushed_at":"2026-02-24T11:02:34.000Z","size":10880,"stargazers_count":58,"open_issues_count":2,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-02-24T16:46:17.354Z","etag":null,"topics":["debian","debian-package","gpg","packages","repository","ubuntu","vaultwarden"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dionysius.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"dionysius"}},"created_at":"2022-12-27T06:28:17.000Z","updated_at":"2026-02-24T11:02:37.000Z","dependencies_parsed_at":"2024-06-03T15:36:12.650Z","dependency_job_id":"30674143-fe22-4c3a-8c06-154d86f67e34","html_url":"https://github.com/dionysius/vaultwarden-deb","commit_stats":null,"previous_names":[],"tags_count":96,"template":false,"template_full_name":null,"purl":"pkg:github/dionysius/vaultwarden-deb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dionysius%2Fvaultwarden-deb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dionysius%2Fvaultwarden-deb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dionysius%2Fvaultwarden-deb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dionysius%2Fvaultwarden-deb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dionysius","download_url":"https://codeload.github.com/dionysius/vaultwarden-deb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dionysius%2Fvaultwarden-deb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30106188,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T01:39:18.192Z","status":"online","status_checked_at":"2026-03-05T02:00:06.710Z","response_time":93,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["debian","debian-package","gpg","packages","repository","ubuntu","vaultwarden"],"created_at":"2025-12-29T12:01:54.071Z","updated_at":"2026-04-17T13:07:21.817Z","avatar_url":"https://github.com/dionysius.png","language":null,"funding_links":["https://github.com/sponsors/dionysius"],"categories":[],"sub_categories":[],"readme":"# Vaultwarden deb packages\n\nEasy to install and highly configurable debian packages for running [Vaultwarden](https://github.com/dani-garcia/vaultwarden) on your system natively without docker - with mysql, postgresql, sqlite and s3 support. Out of the box it can be installed and built on Debian stable, Debian oldstable and latest Ubuntu LTS.\n\n## Installation\n\nThe easiest way to install vaultwarden is using the apt repository on [apt.crunchy.run/vaultwarden](https://apt.crunchy.run/vaultwarden). Installation instructions are available directly on the repository page.\n\nQuick installation:\n\n```bash\nsudo apt install curl\ncurl -fsSL https://apt.crunchy.run/vaultwarden/install.sh | sudo bash -\nsudo apt install vaultwarden\n```\n\nAlternatively, download prebuilt packages from the [releases section](https://github.com/dionysius/vaultwarden-deb/releases) and verify signatures with the [signing-key](signing-key.pub). Packages are automatically built in [Github Actions](https://github.com/dionysius/vaultwarden-deb/actions). You will also need [vaultwarden-web-vault-deb](https://github.com/dionysius/vaultwarden-web-vault-deb).\n\n## Configuration\n\nAfter installation, you can configure the service to your liking by editing `/etc/vaultwarden/vaultwarden.env`. Restart the service afterwards using `systemctl restart vaultwarden`. Visit the [Vaultwarden wiki](https://github.com/dani-garcia/vaultwarden/wiki) for additional resources.\n\n## Issues\n\n- [Get in touch](https://github.com/dani-garcia/vaultwarden/wiki#get-in-touch) - For issues with Vaultwarden\n- [Issues](https://github.com/dionysius/vaultwarden-deb/issues) and [Discussions](https://github.com/dionysius/vaultwarden-deb/discussions) - For issues with or related to these packages\n\n## Release schedule\n\nThis project aims to closely match the releases of upstream. The first release in each minor version series starts as a prerelease with a 7-day waiting period to allow upstream to fix oversights in new features or changes. Subsequent releases follow the same waiting period. After the waiting period has passed, all prereleases are automatically promoted to normal releases including new releases.\n\n## Build source package\n\nThis debian source package builds [Vaultwarden](https://github.com/dani-garcia/vaultwarden) natively on your build environment. No annoying docker! It is managed with [git-buildpackage](https://wiki.debian.org/PackagingWithGit) and aims to be a pretty good quality debian source package. You can find the maintaining command summary in [debian/gbp.conf](debian/gbp.conf).\n\n### Requirements\n\nInstalled `git-buildpackage` from your apt, clone with it and switch to the folder:\n\n```bash\ngbp clone https://github.com/dionysius/vaultwarden-deb.git\ncd vaultwarden-deb\n```\n\nInstalled build dependencies as defined in [debian/control `Build-Depends`](debian/control) (will notify you in the build process otherwise). [`mk-build-deps`](https://manpages.debian.org/testing/devscripts/mk-build-deps.1.en.html) can help you automate the installation, for example:\n\n```bash\nmk-build-deps -i -r debian/control -t \"apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends --yes\"\n```\n\nIf your distro doesn't package `rustup`, check `*-updates`/`*-backports` or install it using the [`rustup installer`](https://rustup.rs).\n\n### Build package\n\nThere are many arguments to fine-tune the build (see `gbp buildpackage --help` and `dpkg-buildpackage --help`), notable options: `-b` (binary-only, no source files), `-us` (unsigned source package), `-uc` (unsigned .buildinfo and .changes file), `--git-export-dir=\u003csomedir\u003e` (before building the package export the source there), for example:\n\n```bash\ngbp buildpackage -b -us -uc\n```\n\nOn successful build packages can now be found in the parent directory `ls ../*.deb`.\n\n### Cross-building for other architectures\n\nAdd the target architecture with `dpkg --add-architecture \u003carch\u003e` and update package lists with `apt update`.\n\nInstall build dependencies using mk-build-deps from above with additional `--host-arch \u003carch\u003e` flag.\n\nUse the build command from above with additional `-a\u003carch\u003e` and `-Pcross,nocheck` flags.\n\n## Inspirations and Alternatives\n\n- [vaultwarden third party packages](https://github.com/dani-garcia/vaultwarden/wiki/Third-party-packages)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdionysius%2Fvaultwarden-deb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdionysius%2Fvaultwarden-deb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdionysius%2Fvaultwarden-deb/lists"}