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

Merge from upstream master #1

Open
wants to merge 40 commits into
base: master
Choose a base branch
from
Open

Commits on Nov 17, 2022

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

Commits on Nov 18, 2022

  1. Close #35 improve rclone backup synchronization (pr #37)

    * Update .env.template
    
    Fixed the manual to configure rclone backup.
    
    * Update .env.template
    
    Changed description for clone backup
    
    * Update backup.sh
    
    Fixed problem if clone remote has spaces in the name
    frankyboy1604 authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    7295e9a View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Configuration menu
    Copy the full SHA
    837c1fc View commit details
    Browse the repository at this point in the history
  2. Append to log file instead of overwriting (#44)

    Nice catch. As a stand-alone script that is significant. In this project it never was an issue because it's just blasting the lines out to stdout essentially. I'll make a fix for the rest of the scripts that overwrite the $LOG instead of appending.
    felix-albrecht authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    bcb11aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9dcbe5 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

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

Commits on Apr 3, 2023

  1. fixes #54 (YUBICO env vars stop vaultwarden start) (#55)

    * temporary solution for watchtower error, closes #51
    
    * fix YUBICO env vars so vaultwarden can start
    dadatuputi authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    d7c5842 View commit details
    Browse the repository at this point in the history
  2. Use proper caddy image - closes #53 (#56)

    * temporary solution for watchtower error, closes #51
    
    * fix YUBICO env vars so vaultwarden can start
    
    * use proper caddy image
    dadatuputi authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    eba0d57 View commit details
    Browse the repository at this point in the history
  3. feat: add check to see if rclone backup succeeded (#50)

    * Sends a success email if exit code is 0
    * Sends a failure email and logs if code is not 0
    crespire authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    96006e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Use caddy submodule (see #49) (#57)

    * use caddy submodule test
    dadatuputi authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    e8d5ba1 View commit details
    Browse the repository at this point in the history
  2. remove caddy docker src

    dadatuputi committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    2eb41da View commit details
    Browse the repository at this point in the history
  3. remove caddy docker src

    dadatuputi committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    4686e4a View commit details
    Browse the repository at this point in the history
  4. add caddy submodule

    dadatuputi committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    aa8f362 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Configuration menu
    Copy the full SHA
    02d9df3 View commit details
    Browse the repository at this point in the history
  2. rename bwgc_proxy module

    dadatuputi committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    e1cdac3 View commit details
    Browse the repository at this point in the history
  3. rename bwgc_proxy module

    dadatuputi committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    2142017 View commit details
    Browse the repository at this point in the history
  4. Use bwgc countryblock project - closes #49 (#59)

    * use bwgc_countryblock project
    dadatuputi authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    df14647 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Use bwgc backup (#65)

    dadatuputi authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    19c024b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11d7212 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b0e55d View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Configuration menu
    Copy the full SHA
    e1b70aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f213fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02753fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc6041c View commit details
    Browse the repository at this point in the history
  5. Update README.md

    dadatuputi authored Jul 22, 2023
    Configuration menu
    Copy the full SHA
    d1f7a6a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f37a68c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    44870e1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    395333e View commit details
    Browse the repository at this point in the history
  9. Update README.md

    dadatuputi authored Jul 22, 2023
    Configuration menu
    Copy the full SHA
    3458ff1 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. fix typo

    dadatuputi authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    8175382 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

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

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    3373765 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d253d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f46ba9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #80 from dadatuputi/fix_ip_header

    Fix #77 - ip header updated to vaultwarden default
    dadatuputi authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    c9d5bb5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1633d1b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #81 from dadatuputi/update_compose

    update docker-compose version, closes #76
    dadatuputi authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    3d5863a View commit details
    Browse the repository at this point in the history
  7. update changelog

    dadatuputi committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    75d66fd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3126460 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Merge pull request #82 from asardaes/latest-alpine

    Update vaultwarden image's tag
    dadatuputi authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    7fa6948 View commit details
    Browse the repository at this point in the history