Skip to content

Instantly share code, notes, and snippets.

View Fazendaaa's full-sized avatar

Lucas de Almeida Carotta Fazendaaa

View GitHub Profile
@Fazendaaa
Fazendaaa / .block
Created February 22, 2024 15:52
test
license: none
height:
scrolling: no
border: yes
@Fazendaaa
Fazendaaa / retroarch.rancher.yml
Created August 30, 2022 10:43
RetroArch Rancher K3s
---
apiVersion: apps/v1
kind: Deployment
metadata:
namespace: default
name: retroarch-web
labels:
app: retroarch-web
spec:
replicas: 1
@Fazendaaa
Fazendaaa / heimdall.rancher.yml
Created August 30, 2022 04:04
Heimdall Rancher K3s Deploy
---
apiVersion: apps/v1
kind: Deployment
metadata:
namespace: default
name: heimdall
labels:
app: heimdall
spec:
replicas: 1
@Fazendaaa
Fazendaaa / .block
Created February 11, 2022 10:56
blog post example
license: none
height:
scrolling: no
border: yes
@Fazendaaa
Fazendaaa / .block
Created February 10, 2022 20:14
test
license: none
height: 600
scrolling: no
border: yes
@Fazendaaa
Fazendaaa / .block
Created February 10, 2022 20:04
test
license: none
height:
scrolling: no
border: yes
@Fazendaaa
Fazendaaa / .block
Created February 10, 2022 19:41
test
license: none
height:
scrolling: no
border: yes
@Fazendaaa
Fazendaaa / .block
Created February 10, 2022 19:35
test
license: none
height:
scrolling: no
border: yes
@Fazendaaa
Fazendaaa / configureMkcert.sh
Last active March 15, 2021 17:56
Configure mkcert to traefik local development
#!/bin/sh
mkdir ~/.certs
mkdir ~/.traefik
git clone https://gist.github.com/Fazendaaa/a41a3d4bc4e693ac6f5fadc26817c520
git clone https://gist.github.com/Fazendaaa/d518f09567f50cda3018f00211bce5a1
cp a41a3d4bc4e693ac6f5fadc26817c520/* ~/.traefik
cp d518f09567f50cda3018f00211bce5a1/* ~/.traefik
sudo rm -r a41a3d4bc4e693ac6f5fadc26817c520 d518f09567f50cda3018f00211bce5a1
@Fazendaaa
Fazendaaa / traefik.yml
Created March 12, 2021 03:06
Traefik HTTPS example
global:
sendAnonymousUsage: false
api:
dashboard: true
insecure: true
providers:
docker:
endpoint: "unix:///var/run/docker.sock"