mirror of
https://github.com/kmein/niveum
synced 2026-03-30 01:01:10 +02:00
Compare commits
3 Commits
bd089bd408
...
f8af039913
| Author | SHA1 | Date | |
|---|---|---|---|
| f8af039913 | |||
| 46882af11e | |||
| 2c5d2f4add |
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"url": "https://cgit.krebsco.de/stockholm",
|
"url": "https://github.com/kmein/stockholm",
|
||||||
"rev": "a85b25865a5b4aade9e3ec97871f3e3d553199d6",
|
"rev": "f0325bef7954cb946674050847c6d52112cb658f",
|
||||||
"date": "2020-11-10T21:07:09+01:00",
|
"date": "2020-11-11T07:45:58+01:00",
|
||||||
"path": "/nix/store/4n7vv3clsld151pyzjda0xrwxqsqmrcp-stockholm",
|
"path": "/nix/store/lka6fhjfbwdx9bc7lk1bz4gizdv7nrbm-stockholm",
|
||||||
"sha256": "117n7a0094n02li325qlv2ly6v4pa186gfbvrw1plyjsl0r85i0f",
|
"sha256": "0gbw6n5yq36ysc30afa5d2dbsl2d46f73ms6f0rprdbr4nhdw8l2",
|
||||||
"fetchSubmodules": false,
|
"fetchSubmodules": false,
|
||||||
"deepClone": false,
|
"deepClone": false,
|
||||||
"leaveDotGit": false
|
"leaveDotGit": false
|
||||||
|
|||||||
13
configs/gitea.nix
Normal file
13
configs/gitea.nix
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
services.gitea = {
|
||||||
|
enable = true;
|
||||||
|
disableRegistration = true;
|
||||||
|
rootUrl = "https://code.xn--kiern-0qa.de";
|
||||||
|
appName = "code.kierán.de";
|
||||||
|
};
|
||||||
|
services.nginx.virtualHosts."code.xn--kiern-0qa.de" = {
|
||||||
|
forceSSL = true;
|
||||||
|
enableACME = true;
|
||||||
|
locations."/".extraConfig = "proxy_pass http://localhost:3000;";
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -22,7 +22,7 @@ let
|
|||||||
};
|
};
|
||||||
stockholm = {
|
stockholm = {
|
||||||
ref = "refs/heads/master";
|
ref = "refs/heads/master";
|
||||||
url = "https://cgit.krebsco.de/stockholm";
|
url = "https://github.com/kmein/stockholm";
|
||||||
path = toString .versions/stockholm.json;
|
path = toString .versions/stockholm.json;
|
||||||
};
|
};
|
||||||
retiolum = {
|
retiolum = {
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ in
|
|||||||
<niveum/configs/nextcloud.nix>
|
<niveum/configs/nextcloud.nix>
|
||||||
<niveum/configs/save-space.nix>
|
<niveum/configs/save-space.nix>
|
||||||
<niveum/configs/version.nix>
|
<niveum/configs/version.nix>
|
||||||
|
<niveum/configs/gitea.nix>
|
||||||
<niveum/modules/retiolum.nix>
|
<niveum/modules/retiolum.nix>
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -40,7 +41,6 @@ in
|
|||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||||
|
|
||||||
|
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
recommendedGzipSettings = true;
|
recommendedGzipSettings = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user