Implements OAuth2 and Github Actions
* [v0.0.2] Adds Google and Github OAuth2 Authentication Adds to the API the feature of OAuth2 Authentication via two providers: Google and Github, and implements better handling of secrets * Create deploy.yml * Update deploy.yml * Update deploy.yml * Update deploy.yml * Fixes k3s * Update deploy.yml * Update deploy.yml Update deploy.yml update deploy.yml * Reemplements Frontend and Backend Connection * Final Configurations
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
function check_k3s_installation() {
|
||||
if [ ! -f /usr/local/bin/k3s ]; then
|
||||
export INSTALL_K3S_EXEC="--no-deploy traefik";
|
||||
curl -sfL https://get.k3s.io | sh -s -;
|
||||
curl -sfL https://get.k3s.io | sh - ;
|
||||
sudo chmod 644 /etc/rancher/k3s/k3s.yaml;
|
||||
fi
|
||||
}
|
||||
@@ -66,7 +66,7 @@ function main {
|
||||
minikube kubectl -- $@
|
||||
}
|
||||
|
||||
minikube start --driver docker;
|
||||
minikube start --driver kvm2;
|
||||
minikube addons enable ingress;
|
||||
|
||||
start_cert_manager
|
||||
|
||||
Reference in New Issue
Block a user