Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
leafac committed May 17, 2024
1 parent ad0bbfc commit 37caf3a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 17 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"backup": "rsync -av --delete --progress [email protected]:kill-the-newsletter/data/ /Volumes/leafac--external-storage/Backups/kill-the-newsletter/"
},
"dependencies": {
"@radically-straightforward/production": "^1.0.13",
"@radically-straightforward/production": "^1.0.14",
"crypto-random-string": "^5.0.0",
"mailparser": "^3.7.1",
"smtp-server": "^3.13.4"
Expand Down
9 changes: 1 addition & 8 deletions source/index.mts
Original file line number Diff line number Diff line change
Expand Up @@ -875,12 +875,5 @@ if (application.commandLineArguments.values.type === undefined) {
},
),
);
caddy.start({
address: application.configuration.hostname,
untrustedStaticFilesRoots: [],
dynamicServerPorts: application.configuration.ports,
email: application.configuration.systemAdministratorEmail,
hstsPreload: application.configuration.hstsPreload,
extraCaddyfile: application.configuration.extraCaddyfile,
});
caddy.start(application.configuration);
}

0 comments on commit 37caf3a

Please sign in to comment.