viola: upstream

Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
s0me1newithhand7s 2026-03-25 18:48:47 +03:00
parent bcb7f2dcb0
commit 793b14918a
34 changed files with 1320 additions and 326 deletions

View file

@ -5,7 +5,7 @@ _: {
database = {
type = "postgres";
port = "${dbport}";
host = "localhost";
};
settings = {
@ -19,9 +19,9 @@ _: {
repository = {
DEFAULT_PRIVATE = "last";
PREFERRED_LICENSES = "MIT";
DISABLE_HTTP_GIT = true;
DISABLE_HTTP_GIT = false;
USE_COMPAT_SSH_URI = true;
GO_GET_CLONE_URL_PROTOCOL = "ssh";
GO_GET_CLONE_URL_PROTOCOL = "http";
DEFAULT_BRANCH = "master";
};
@ -47,6 +47,11 @@ _: {
MERGES = "always";
};
opentelemetry = {
EXPORTER = "otlp";
ENDPOINT = "http://127.0.0.1:4318";
};
badges = {
ENABLED = false;
};
@ -90,6 +95,13 @@ _: {
service = {
DISABLE_REGISTRATION = true;
ALLOW_ONLY_EXTERNAL_REGISTRATION = true;
};
oauth2_client = {
ENABLE_AUTO_REGISTER = true;
ACCOUNT_LINKING = "auto";
USERNAME = "preferred_username";
};
"service.explore" = {