parent
4cdbdac8e0
commit
63b9735106
|
@ -16,16 +16,18 @@ in {
|
||||||
type = "postgres"; # Database type
|
type = "postgres"; # Database type
|
||||||
passwordFile = config.age.secrets.forgejo.path;
|
passwordFile = config.age.secrets.forgejo.path;
|
||||||
};
|
};
|
||||||
domain = "reciproka.dev"; # Domain name
|
|
||||||
rootUrl = "https://reciproka.dev/"; # Root web URL
|
|
||||||
httpPort = 3002; # Provided unique port
|
|
||||||
package = forgejo; # a soft fork of gitea
|
package = forgejo; # a soft fork of gitea
|
||||||
settings = let
|
settings = let
|
||||||
docutils = pkgs.python37.withPackages (ps:
|
docutils = pkgs.python39.withPackages (ps:
|
||||||
with ps; [
|
with ps; [
|
||||||
docutils # Provides rendering of ReStructured Text files
|
docutils # Provides rendering of ReStructured Text files
|
||||||
pygments # Provides syntax highlighting
|
pygments # Provides syntax highlighting
|
||||||
]);
|
]);
|
||||||
|
server = {
|
||||||
|
DOMAIN = "reciproka.dev"; # Domain name
|
||||||
|
HTTP_PORT = 3002; # Provided unique port
|
||||||
|
ROOT_URL = "https://reciproka.dev/"; # Root web URL
|
||||||
|
};
|
||||||
service.DISABLE_REGISTRATION = true;
|
service.DISABLE_REGISTRATION = true;
|
||||||
in {
|
in {
|
||||||
mailer = {
|
mailer = {
|
||||||
|
|
Loading…
Reference in a new issue