{"id":35202740,"url":"https://github.com/dionysius/vaultwarden-web-vault-deb","last_synced_at":"2026-05-03T18:03:09.008Z","repository":{"id":65271983,"uuid":"582871090","full_name":"dionysius/vaultwarden-web-vault-deb","owner":"dionysius","description":"Ubuntu/Debian packages and repository for vaultwarden web vault","archived":false,"fork":false,"pushed_at":"2026-04-27T09:29:50.000Z","size":830564,"stargazers_count":39,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-27T10:28:01.887Z","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-28T05:10:50.000Z","updated_at":"2026-04-27T09:29:54.000Z","dependencies_parsed_at":"2024-03-27T15:30:12.268Z","dependency_job_id":"79878106-fa12-4c8f-bd2b-2fbebb33a47e","html_url":"https://github.com/dionysius/vaultwarden-web-vault-deb","commit_stats":null,"previous_names":[],"tags_count":84,"template":false,"template_full_name":null,"purl":"pkg:github/dionysius/vaultwarden-web-vault-deb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dionysius%2Fvaultwarden-web-vault-deb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dionysius%2Fvaultwarden-web-vault-deb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dionysius%2Fvaultwarden-web-vault-deb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dionysius%2Fvaultwarden-web-vault-deb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dionysius","download_url":"https://codeload.github.com/dionysius/vaultwarden-web-vault-deb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dionysius%2Fvaultwarden-web-vault-deb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32579090,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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:02:18.738Z","updated_at":"2026-05-03T18:03:08.974Z","avatar_url":"https://github.com/dionysius.png","language":null,"funding_links":["https://github.com/sponsors/dionysius"],"categories":[],"sub_categories":[],"readme":"# Vaultwarden web vault 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.\n\n## Installation\n\nHead over to [vaultwarden-deb](https://github.com/dionysius/vaultwarden-deb) for installation instructions as this repository contains the debian source for building the web vault part.\n\nAlternatively, download prebuilt packages from the [releases section](https://github.com/dionysius/immich-deb/releases) and verify signatures with the [signing-key](signing-key.pub). Packages are automatically built in [Github Actions](https://github.com/dionysius/immich-deb/actions). You will also need [vaultwarden-deb](https://github.com/dionysius/vaultwarden-deb).\n\n## Release schedule\n\nThis project packages the web UI for [vaultwarden-deb](https://github.com/dionysius/vaultwarden-deb). Releases are automatically coordinated with the main vaultwarden package, which release state dictate the release state of the web vault package.\n\n## Build source package\n\nThis debian source package builds [Vaultwarden Web Vault](https://github.com/vaultwarden/vw_web_builds) 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\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 `nodejs`/`npm` is not recent enough don't forget to look into your `*-updates`/`*-backports` apt sources for newer versions or use a package from [nodesource](https://github.com/nodesource/distributions/blob/master/README.md)\n\n### Build package\n\nClone with git-buildpackage and switch to the folder:\n\n```bash\ngbp clone https://github.com/dionysius/vaultwarden-web-vault-deb.git\ncd vaultwarden-web-vault-deb\n```\n\nBuild with git-buildpackage - there 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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdionysius%2Fvaultwarden-web-vault-deb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdionysius%2Fvaultwarden-web-vault-deb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdionysius%2Fvaultwarden-web-vault-deb/lists"}