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

Added ProtonVPN container #186

Open
wants to merge 25 commits into
base: 0.0.x
Choose a base branch
from
Open

Added ProtonVPN container #186

wants to merge 25 commits into from

Commits on Mar 3, 2022

  1. ref: change branch to dev for tests

    Dmitriy Panchenko committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    4c070ce View commit details
    Browse the repository at this point in the history
  2. ref: change repo to dmpanch for tests

    Dmitriy Panchenko committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    f1b5c6d View commit details
    Browse the repository at this point in the history
  3. Merge pull request opengs#3 from opengs/master

    Merge from master
    dmpanch authored Mar 3, 2022
    Configuration menu
    Copy the full SHA
    217f5a5 View commit details
    Browse the repository at this point in the history
  4. ref: disabled proxy

    Dmitriy Panchenko committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    d96e193 View commit details
    Browse the repository at this point in the history
  5. ref: changed branch to master

    Dmitriy Panchenko committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    cbda8fe View commit details
    Browse the repository at this point in the history
  6. ref: added --no-cache option to the docker-compose

    Dmitriy Panchenko committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    a6c4c8f View commit details
    Browse the repository at this point in the history
  7. ref: added image name to the docker-compose

    Dmitriy Panchenko committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    79a2309 View commit details
    Browse the repository at this point in the history
  8. ref: added step for removing old uashield images and containers

    Dmitriy Panchenko committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    8022539 View commit details
    Browse the repository at this point in the history
  9. ref: added -f key for approving images/containers removing

    Dmitriy Panchenko committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    3f8d5b8 View commit details
    Browse the repository at this point in the history
  10. ref: replaced image/container prune command with system prune

    Dmitriy Panchenko committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    cdb6fe2 View commit details
    Browse the repository at this point in the history
  11. ref: added check step if docker-compose installed

    ref: added step for stopping and removing all containers/images before installation
    Dmitriy Panchenko committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    1763724 View commit details
    Browse the repository at this point in the history
  12. ref: removed build/no-cache/force-recreate keys

    Dmitriy Panchenko committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    1e1d6c2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    471cb02 View commit details
    Browse the repository at this point in the history
  14. ref: removed container removing step

    Dmitriy Panchenko committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    3f8a581 View commit details
    Browse the repository at this point in the history
  15. ref: changed repo URL to original

    Dmitriy Panchenko committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    79b1449 View commit details
    Browse the repository at this point in the history
  16. ref: enable proxy

    Dmitriy Panchenko committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    fd6f1c3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    64819dc View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2022

  1. Merge branch 'master' of https://github.com/opengs/uashield into open…

    …gs-master
    
    # Conflicts:
    #	tools/ansible/roles/docker/tasks/main.yml
    #	tools/ansible/roles/tools/tasks/main.yaml
    Dmitriy Panchenko committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    6bcc9fc View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. 0.0.x (opengs#15)

    * Improve docs with latest changes (opengs#134)
    
    * Add varios scripts to improve ansible workflow
    
    * Fix text
    
    * Fix var
    
    * Update settings
    
    * Changed references of 0.0.x to master
    
    * Start docker containers on reboot (opengs#128)
    
    * Changed script to down and timeout only for one second, added restart always
    
    * Added tool terraform-do-uashield (opengs#122)
    
    * added tool terraform-do-uashield
    
    * added readme
    
    * Changed script to restart always and don't wait too much on docker compose down
    
    Co-authored-by: adam <adam@razniewski.eu>
    
    * Create README.MD
    
    Co-authored-by: Denys Butenko <ua13dark@gmail.com>
    Co-authored-by: vtinkerer <72277127+vtinkerer@users.noreply.github.com>
    Co-authored-by: rdemachkovych <demachkovych@gmail.com>
    
    * Added MacOS build
    
    * Fixed tag builder
    
    * docker platform all
    
    * Fixed builds
    
    * Corrected some English spelling and grammar (opengs#137)
    
    * Build for mac arm64
    
    * Corrected some English spelling and grammar
    
    Note I do not know Ukrainian, so hopefully this translation is accurate. Glory to Ukraine!
    
    Co-authored-by: adam <adam@razniewski.eu>
    
    * Too big package for arm dockerfile fix
    
    * yarnrc
    
    Co-authored-by: Adam Raźniewski <adam@razniewski.eu>
    Co-authored-by: Denys Butenko <ua13dark@gmail.com>
    Co-authored-by: vtinkerer <72277127+vtinkerer@users.noreply.github.com>
    Co-authored-by: rdemachkovych <demachkovych@gmail.com>
    Co-authored-by: H. J. Poe <35583004+hjpoe@users.noreply.github.com>
    6 people authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    e67801e View commit details
    Browse the repository at this point in the history
  2. Feat/ansible autoupdate (opengs#16)

    ref: changed uashield start from docker to docker-compose
    ref: added repo autoupdate and image autobuild script
    dmpanch authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    de04bd7 View commit details
    Browse the repository at this point in the history
  3. Feat/ansible autoupdate (opengs#19)

    * ref: changed uashield start from docker to docker-compose
    * ref: added repo autoupdate and image autobuild script
    dmpanch authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    856806c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    236a2d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Configuration menu
    Copy the full SHA
    efb0d96 View commit details
    Browse the repository at this point in the history
  2. feat: added healthcheck for protonvpn before uashield run. Docker-com…

    …pose doesn't provide a convenient interface for specifying a delay between container launches, so a helcheck with a delayed timer was used
    
    feat: added readme
    dmpanch committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    d806d19 View commit details
    Browse the repository at this point in the history
  3. ref: typo fix

    dmpanch committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    2b93e6c View commit details
    Browse the repository at this point in the history