gitea -> forgejo
This commit is contained in:
parent
6e69171320
commit
d49f8611d5
1 changed files with 3 additions and 1 deletions
|
|
@ -107,13 +107,14 @@
|
||||||
package = pkgs.ollama-intel;
|
package = pkgs.ollama-intel;
|
||||||
};
|
};
|
||||||
|
|
||||||
gitea = {
|
forgejo = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
service.DISABLE_REGISTRATION = true;
|
service.DISABLE_REGISTRATION = true;
|
||||||
service.ENABLE_PUSH_CREATE_USER = true;
|
service.ENABLE_PUSH_CREATE_USER = true;
|
||||||
server = {
|
server = {
|
||||||
HTTP_PORT = 8001;
|
HTTP_PORT = 8001;
|
||||||
|
SSH_PORT = 2020;
|
||||||
DOMAIN = "dhilton.xyz";
|
DOMAIN = "dhilton.xyz";
|
||||||
ROOT_URL = "https://git.dhilton.xyz";
|
ROOT_URL = "https://git.dhilton.xyz";
|
||||||
ENABLE_PUSH_CREATE_USER = true;
|
ENABLE_PUSH_CREATE_USER = true;
|
||||||
|
|
@ -121,6 +122,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
gitea-actions-runner.package = pkgs.forgejo-runner;
|
||||||
gitea-actions-runner.instances.home = {
|
gitea-actions-runner.instances.home = {
|
||||||
enable = true;
|
enable = true;
|
||||||
url = "https://git.dhilton.xyz";
|
url = "https://git.dhilton.xyz";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue