-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add vaultwarden (ex. bitwarden_rs) #5284
Open
hgy59
wants to merge
26
commits into
SynoCommunity:master
Choose a base branch
from
hgy59:add_vaultwarden
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hgy59
referenced
this pull request
in th0ma7/spksrc
May 27, 2022
Co-Author: hgy59 <[email protected]>
hgy59
force-pushed
the
add_vaultwarden
branch
2 times, most recently
from
May 28, 2022 12:57
f0b61a6
to
6141f7f
Compare
hgy59
force-pushed
the
add_vaultwarden
branch
from
September 11, 2022 22:36
901bc23
to
1dde799
Compare
hgy59
force-pushed
the
add_vaultwarden
branch
from
January 28, 2023 15:28
1dde799
to
55c65f0
Compare
1 task
hgy59
force-pushed
the
add_vaultwarden
branch
2 times, most recently
from
January 30, 2023 19:24
4efd43d
to
eddddd5
Compare
hgy59
commented
Jan 31, 2023
hgy59
force-pushed
the
add_vaultwarden
branch
from
February 24, 2023 21:04
fe90f25
to
0777b9e
Compare
10 tasks
This reverts commit 0dfd636.
- udpate to vaultwarden v1.25.0 and vaultwarden_web v2.28.1 - initial service setup - initial installation wizard
- include libatomic from toolchain for newer glic (i.e. DSM >= 7)
- add libpq (postgresql client library) - add and document unsupported archs
- activate .env file - adjust config data
- use valid json file to pass json lint checks
- update vaultwarden to v1.27.0 - update vaultwarden_web to v2023.1.1
- update vaultwarden to v1.28.1 - update vaultwarden_web to v2023.3.0b - update native-cmake-env to use additional c/cxx flags
- update vaultwarden to v1.30.1 - update vaultwarden_web to v2024.1.0 - use cross/openssl3
hgy59
force-pushed
the
add_vaultwarden
branch
from
January 20, 2024 10:10
589da52
to
0d17172
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR is based on the work of @Hylen for a bitwarden_rs package (see https://github.com/Hylen/spksrc/tree/bitwarden).
Meanwhile the name has changed from bitwarden_rs to vaultwarden.
I got the main components working with the latest version 1.25.0 (released two days ago).
Still some work todo for MySQL/MariaDB integration and package updates.
Fixes #
Checklist
all-supported
completed successfullyType of change