mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-07 13:44:38 +02:00
Explaination of some design decisions: * Icon cache folder & tmp folder paths have been changed from default /var/cache/... & /tmp/... respectively so that backing up /var/lib/vaultwarden backs up everything needed minus extra fluff. Also having them at linux standard locations allow users to take advantage of tmpfs on /tmp and other fine tunings. * USE +web pulls in dependency www-apps/vaultwarden-web instead of just downloading tarball conditionally because sometimes only web frontend gets updated but not backend. So it doesn't make sense to recompile backend (rust package which takes ~20 minutes to compile) just to update frontend (*js, *css, *html files) Thanks Fabian Groffen <grobian@gentoo.org> for taking interest & good suggestions Closes: https://github.com/gentoo/gentoo/pull/41864 Signed-off-by: Rahil Bhimjiani <me@rahil.rocks> Signed-off-by: Fabian Groffen <grobian@gentoo.org>
25 lines
795 B
XML
25 lines
795 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person" proxied="yes">
|
|
<email>me@rahil.rocks</email>
|
|
<name>Rahil Bhimjiani</name>
|
|
</maintainer>
|
|
<maintainer type="person">
|
|
<email>grobian@gentoo.org</email>
|
|
<name>Fabian Groffen</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="cli">
|
|
Install client with the Command-Line Interface
|
|
</flag>
|
|
<flag name="web">
|
|
Install client with Web UI
|
|
</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">dani-garcia/vaultwarden</remote-id>
|
|
<bugs-to>https://github.com/dani-garcia/vaultwarden/issues</bugs-to>
|
|
<doc>https://github.com/dani-garcia/vaultwarden/blob/main/README.md</doc>
|
|
</upstream>
|
|
</pkgmetadata>
|