feat: scana11y changes
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
-depth=3 \
|
-depth=3 \
|
||||||
-max-pages=100 \
|
-max-pages=100 \
|
||||||
-image=cloonar/sa-core:v0.1.3 \
|
-image=cloonar/sa-core:v0.1.3 \
|
||||||
-output=/var/www/scana11y.com/reports \
|
-output=/var/www/scana11y.com/public/reports \
|
||||||
-wkhtmltopdf=${pkgs.wkhtmltopdf}/bin/wkhtmltopdf \
|
-wkhtmltopdf=${pkgs.wkhtmltopdf}/bin/wkhtmltopdf \
|
||||||
-email-server=imap.cloonar.com \
|
-email-server=imap.cloonar.com \
|
||||||
-email-username=office@scana11y.com \
|
-email-username=office@scana11y.com \
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
let
|
let
|
||||||
saRepoSrc = builtins.fetchGit {
|
saRepoSrc = builtins.fetchGit {
|
||||||
url = "ssh://gitea@git.cloonar.com/ScanA11y/sa-core.git";
|
url = "ssh://gitea@git.cloonar.com/ScanA11y/sa-core.git";
|
||||||
rev = "daf955c2dffb5d27593746274c33e6e3043c8227";
|
rev = "844c5a6b95ae28ab17da127011d1f027680d1a9a";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "sa-core";
|
pname = "sa-core";
|
||||||
version = "0.1.0";
|
version = "0.2.0";
|
||||||
|
|
||||||
src = saRepoSrc;
|
src = saRepoSrc;
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ in {
|
|||||||
enableACME = true;
|
enableACME = true;
|
||||||
acmeRoot = "/var/lib/acme/acme-challenge";
|
acmeRoot = "/var/lib/acme/acme-challenge";
|
||||||
|
|
||||||
root = "${dataDir}";
|
root = "${dataDir}/public";
|
||||||
|
|
||||||
locations."/favicon.ico".extraConfig = ''
|
locations."/favicon.ico".extraConfig = ''
|
||||||
log_not_found off;
|
log_not_found off;
|
||||||
|
|||||||
Reference in New Issue
Block a user