1
0

Добавил Gitea для хранения кода

This commit is contained in:
2023-06-19 11:54:05 +03:00
parent 20739ccc24
commit c9c58a6c43
6 changed files with 76 additions and 0 deletions

View File

@ -1,3 +1,11 @@
# -------------------------------------------------------------------
# Global options
# -------------------------------------------------------------------
{
grace_period 15s
}
# -------------------------------------------------------------------
# Proxy services
# -------------------------------------------------------------------
@ -46,3 +54,11 @@ nomie-db.vakhrushev.me {
}
}
git.vakhrushev.me {
tls anwinged@ya.ru
reverse_proxy {
to 127.0.0.1:{{ gitea_port }}
}
}
}