Skip to content

Commit

Permalink
move from deprecated paths
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Dec 2, 2022
1 parent 4cf5a75 commit 08d43f0
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions machines/gitea/default.nix
Expand Up @@ -93,24 +93,20 @@

appName = "Git in the Bytes Zone";

# only for people I invite!
disableRegistration = true;

rootUrl = "https://git.bytes.zone";

ssh = {
enable = true;
clonePort = 2222;
};

settings = {
# only for people I invite!
service.DISABLE_REGISTRATION = true;

ui.DEFAULT_THEME = "gitea";

server = {
LANDING_PAGE = "explore";

# ssh
START_SSH_SERVER = true;
SSH_PORT = 2222;
BUILTIN_SSH_SERVER_USER = "git";

# gitea
Expand All @@ -134,14 +130,13 @@
};

log = {
LEVEL = "Warn";
ENABLE_XORM_LOG = false;
ENABLE_ACCESS_LOG = false;
};

other.SHOW_FOOTER_BRANDING = false;
};

log.level = "Warn";
};

## Nginx
Expand Down

0 comments on commit 08d43f0

Please sign in to comment.