Skip to content

Instantly share code, notes, and snippets.

View fabriciojf's full-sized avatar
🏠
Working from home

Fabricio S Costa fabriciojf

🏠
Working from home
View GitHub Profile
@fabriciojf
fabriciojf / uptime-kuma.conf
Created October 23, 2023 16:50 — forked from spiritualized/uptime-kuma.conf
Uptime Kuma reverse proxy nginx config for a URL prefix
# nginx configuration snippet for running Uptime Kuma on a URL prefix
# set up for yourdomain.com/kuma, with traffic forwarded to a docker
# container with the hostname 'uptime-kuma'
# Use docker's DNS
resolver 127.0.0.11;
# uptime kuma
location /uptime {
<Comandos GIT>
[Repositório]
git –bare init
Cria um repositório git para acesso remoto
[ Commits ]
git add -A
// Adiciona todas as alterações, inclusive arquivos novos, para commit