-
-
Notifications
You must be signed in to change notification settings - Fork 499
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
DietPi-Software | Adding Bitwarden_rs #3894
Merged
Merged
Commits on Nov 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bccedf9 - Browse repository at this point
Copy the full SHA bccedf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0792e50 - Browse repository at this point
Copy the full SHA 0792e50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1638ff0 - Browse repository at this point
Copy the full SHA 1638ff0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0241348 - Browse repository at this point
Copy the full SHA 0241348View commit details -
Configuration menu - View commit details
-
Copy full SHA for 713d054 - Browse repository at this point
Copy the full SHA 713d054View commit details -
Configuration menu - View commit details
-
Copy full SHA for faf5bdd - Browse repository at this point
Copy the full SHA faf5bddView commit details
Commits on Nov 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c8d5f61 - Browse repository at this point
Copy the full SHA c8d5f61View commit details
Commits on Nov 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 254e250 - Browse repository at this point
Copy the full SHA 254e250View commit details
Commits on Nov 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 90d9f86 - Browse repository at this point
Copy the full SHA 90d9f86View commit details -
Add a custom data dir to env file
I also removed the making of the no longer needed data dir
Configuration menu - View commit details
-
Copy full SHA for f3e6d8f - Browse repository at this point
Copy the full SHA f3e6d8fView commit details
Commits on Nov 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5f270a2 - Browse repository at this point
Copy the full SHA 5f270a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5a6b15 - Browse repository at this point
Copy the full SHA a5a6b15View commit details -
Configuration menu - View commit details
-
Copy full SHA for b236497 - Browse repository at this point
Copy the full SHA b236497View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6ac631 - Browse repository at this point
Copy the full SHA c6ac631View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1861fde - Browse repository at this point
Copy the full SHA 1861fdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb94cbc - Browse repository at this point
Copy the full SHA bb94cbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for dfa7f5f - Browse repository at this point
Copy the full SHA dfa7f5fView commit details
Commits on Nov 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3817c95 - Browse repository at this point
Copy the full SHA 3817c95View commit details
Commits on Nov 24, 2020
-
+ DietPi-Software | Bitwarden_RS: Align indentation + DietPi-Software | Bitwarden_RS: Rename to "Bitwarden_RS" with underscore with matches the official spelling + DietPi-Software | Bitwarden_RS: Export HOME override and revert, to simplify it a bid and assure that it is set for all commands and sub commands where required + DietPi-Software | Bitwarden_RS: Add fallback URL for main download + DietPi-Software | Bitwarden_RS: Fix web vault install where G_CHECK_URL on the final archive fails, and move that to the install step
Configuration menu - View commit details
-
Copy full SHA for 68dbaf4 - Browse repository at this point
Copy the full SHA 68dbaf4View commit details -
+ DietPi-Software | Align methods when downloading from GitHub archive via latest version tag
Configuration menu - View commit details
-
Copy full SHA for 2f7dbd9 - Browse repository at this point
Copy the full SHA 2f7dbd9View commit details -
+ DietPi-Software | Bitwarden_RS: Web vault requires HTTPS to work with all browsers, so create a self-signed certificate.
Configuration menu - View commit details
-
Copy full SHA for 0c4fd7e - Browse repository at this point
Copy the full SHA 0c4fd7eView commit details
Commits on Nov 26, 2020
-
+ DietPi-Software | Bitwarden_RS: Add SAN to self-signed TLS certificate, otherwise the official Bitwarden client refuses connection. As well this makes the connection appear "secure" in some browsers, at least after the certificate has been added to the trusted CA storage.
Configuration menu - View commit details
-
Copy full SHA for e61eedc - Browse repository at this point
Copy the full SHA e61eedcView commit details -
+ DietPi-Software | Bidwarden_RS: Assure 2 GiB memory and 1.5 GiB /tmp size for Rust install to /tmp and Bitwarden_RS build + DietPi-Software | Bidwarden_RS: Don't run multiple jobs concurrently, as one job can require > 500 MiB memory and can utilize all cores as well + DietPi-Software | Bidwarden_RS: Download and execute rustup as separate steps to allow separate error handling, even editing rustup-init.sh, when required, and avoid "eval" where we don't exactly know the scripts content. + DietPi-Software | Mycroft AI: Avoid running "dietpi-set_swapfile 1" if less than 100 MiB would be required, as such a small swap file size is now omitted by the script internally, which lead to ~50 MiB swap files on all 2 GiB physical RAM devices in the past.
Configuration menu - View commit details
-
Copy full SHA for 0433d9f - Browse repository at this point
Copy the full SHA 0433d9fView commit details -
+ DietPi-Software | Bitwarden: Allow using all CPU cores for cargo build when >= 3 GiB memory are available, else limit to 2 cores
Configuration menu - View commit details
-
Copy full SHA for 2b04194 - Browse repository at this point
Copy the full SHA 2b04194View commit details
Commits on Nov 28, 2020
-
+ DietPi-Software | Bitwarden_RS: If APT cache and/or archives have been moved to RAM, build can still run into OOM due to the large amount of DEB packages installed as dependencies. Be failsafe and clean both. As the binary cache file is removed, this could slow down further APT installs within the same run, but much less compared to limiting the build to a single thread and Bitwarden_RS is one of the last installs performed due to its location near the end of the install function.
Configuration menu - View commit details
-
Copy full SHA for 39d11c6 - Browse repository at this point
Copy the full SHA 39d11c6View commit details -
+ DietPi-Software | Bitwarden_RS: Adjust listening port from 8000 to 8001 to avoid conflict with WebIOPi, IceCast and Koel
Configuration menu - View commit details
-
Copy full SHA for 588e9e2 - Browse repository at this point
Copy the full SHA 588e9e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27b25c4 - Browse repository at this point
Copy the full SHA 27b25c4View commit details
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.