Compare commits

..

No commits in common. "9dbf8471555e65282bd0d55abed4dedf2a705e5c" and "0a7f9ecc863da362f852f67277820ff38e684c7a" have entirely different histories.

4 changed files with 4 additions and 5 deletions

View file

@ -8,13 +8,12 @@ let
in in
{ {
system.activationScripts.copyStuff = "cp -r ${../../../rsrcs/giteaCustomDir}/. /Aurora/Forgejo/custom"; system.activationScripts.copyStuff = "cp -r ${../../../rsrcs/giteaCustomDir}/. /Aurora/Forgejo/custom";
system.activationScripts.copyTheme = "mkdir -p /Aurora/Forgejo/custom/public/assets/css && cp ${palenight}/dist/theme-palenight.css /Aurora/Forgejo/custom/public/assets/css/"; system.activationScripts.copyTheme = "cp ${palenight}/dist/theme-palenight.css /Aurora/Forgejo/custom/public/css/";
services.gitea = { services.gitea = {
enable = true; enable = true;
package = pkgs.forgejo; package = pkgs.forgejo;
stateDir = "/Aurora/Forgejo"; stateDir = "/Aurora/Forgejo";
customDir = "/Aurora/Forgejo/custom";
appName = "Nickiel's Repos"; appName = "Nickiel's Repos";
settings = { settings = {
@ -30,7 +29,7 @@ in
security.DISABLE_GIT_HOOKS = false; security.DISABLE_GIT_HOOKS = false;
session.COOKIE_SECURE = true; #session.COOKIE_SECURE = true;
# external facing ui # external facing ui
server = { server = {
ROOT_URL = "https://git.nickiel.net"; ROOT_URL = "https://git.nickiel.net";
@ -42,7 +41,7 @@ in
mailer = { mailer = {
ENABLED = true; ENABLED = true;
PROTOCOL = "sendmail"; PROTOCOL = "sendmail";
FROM = "nickiel.is.a.dev@gmail.com"; FROM = "noreply@nickiel.net";
SENDMAIL_PATH = "${pkgs.system-sendmail}/bin/sendmail"; SENDMAIL_PATH = "${pkgs.system-sendmail}/bin/sendmail";
}; };
}; };

View file

@ -8,7 +8,7 @@
}; };
services.chrono_track = { services.chrono_track = {
enable = true; enable = true;
from_address = ''"NoReply <nickiel.is.a.dev@gmail.com>"''; from_address = ''"NoReply <noreply@nickiel.net>"'';
config_path = "/home/nixolas/nextcloud_testing.toml"; config_path = "/home/nixolas/nextcloud_testing.toml";
frequency = 5; frequency = 5;
}; };

View file

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View file

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB