Skip to content
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 27 commits into from
Nov 28, 2020
Merged

DietPi-Software | Adding Bitwarden_rs #3894

merged 27 commits into from
Nov 28, 2020

Commits on Nov 7, 2020

  1. Add bitwarden_rs

    CactiChameleon9 authored Nov 7, 2020
    Configuration menu
    Copy the full SHA
    bccedf9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0792e50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1638ff0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0241348 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    713d054 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    faf5bdd View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2020

  1. Configuration menu
    Copy the full SHA
    c8d5f61 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Configuration menu
    Copy the full SHA
    254e250 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Configuration menu
    Copy the full SHA
    90d9f86 View commit details
    Browse the repository at this point in the history
  2. Add a custom data dir to env file

    I also removed the making of the no longer needed data dir
    CactiChameleon9 authored Nov 19, 2020
    Configuration menu
    Copy the full SHA
    f3e6d8f View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2020

  1. Configuration menu
    Copy the full SHA
    5f270a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5a6b15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b236497 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6ac631 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1861fde View commit details
    Browse the repository at this point in the history
  6. add a forgotten cd

    CactiChameleon9 authored Nov 21, 2020
    Configuration menu
    Copy the full SHA
    bb94cbc View commit details
    Browse the repository at this point in the history
  7. add G_EXEC to cd

    CactiChameleon9 authored Nov 21, 2020
    Configuration menu
    Copy the full SHA
    dfa7f5f View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2020

  1. Configuration menu
    Copy the full SHA
    3817c95 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. v6.34

    + 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
    MichaIng authored Nov 24, 2020
    Configuration menu
    Copy the full SHA
    68dbaf4 View commit details
    Browse the repository at this point in the history
  2. v6.34

    + DietPi-Software | Align methods when downloading from GitHub archive via latest version tag
    MichaIng authored Nov 24, 2020
    Configuration menu
    Copy the full SHA
    2f7dbd9 View commit details
    Browse the repository at this point in the history
  3. v6.34

    + DietPi-Software | Bitwarden_RS: Web vault requires HTTPS to work with all browsers, so create a self-signed certificate.
    MichaIng authored Nov 24, 2020
    Configuration menu
    Copy the full SHA
    0c4fd7e View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2020

  1. v6.34

    + 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.
    MichaIng authored Nov 26, 2020
    Configuration menu
    Copy the full SHA
    e61eedc View commit details
    Browse the repository at this point in the history
  2. v6.34

    + 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.
    MichaIng authored Nov 26, 2020
    Configuration menu
    Copy the full SHA
    0433d9f View commit details
    Browse the repository at this point in the history
  3. v6.34

    + DietPi-Software | Bitwarden: Allow using all CPU cores for cargo build when >= 3 GiB memory are available, else limit to 2 cores
    MichaIng authored Nov 26, 2020
    Configuration menu
    Copy the full SHA
    2b04194 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2020

  1. v6.34

    + 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.
    MichaIng authored Nov 28, 2020
    Configuration menu
    Copy the full SHA
    39d11c6 View commit details
    Browse the repository at this point in the history
  2. v6.34

    + DietPi-Software | Bitwarden_RS: Adjust listening port from 8000 to 8001 to avoid conflict with WebIOPi, IceCast and Koel
    MichaIng authored Nov 28, 2020
    Configuration menu
    Copy the full SHA
    588e9e2 View commit details
    Browse the repository at this point in the history
  3. v6.34

    + Typo
    MichaIng authored Nov 28, 2020
    Configuration menu
    Copy the full SHA
    27b25c4 View commit details
    Browse the repository at this point in the history