Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions default_email_templates/admin_notification/html.default.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
}
</style>
</head>
<body style="margin: 0; padding: 0; font-family: Arial, sans-serif">
<body style="margin: 0; padding: 0; font-family: <%= locals.app_font %>monospace;">
<table border="0"
cellpadding="0"
cellspacing="0"
width="100%"
style="max-width: 600px; margin: 0 auto">
style="max-width: 600px; margin: 0 auto; font-family: <%= locals.app_font %>monospace;">
<tr>
<td align="center" style="padding: 20px 0">
<table border="0"
Expand Down Expand Up @@ -83,7 +83,7 @@
<a
href="<%= locals.users_url %>"
style="font-size: 16px;
font-family: Arial, sans-serif;
font-family: <%= locals.app_font %>monospace;
color: <%= locals.primary_contrast_color %>;
text-decoration: none;
border-radius: 50px;
Expand Down
6 changes: 3 additions & 3 deletions default_email_templates/approved/html.default.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
}
</style>
</head>
<body style="margin: 0; padding: 0; font-family: Arial, sans-serif">
<body style="margin: 0; padding: 0; font-family: <%= locals.app_font %>monospace;">
<table border="0"
cellpadding="0"
cellspacing="0"
width="100%"
style="max-width: 600px; margin: 0 auto">
style="max-width: 600px; margin: 0 auto; font-family: <%= locals.app_font %>monospace;">
<tr>
<td align="center" style="padding: 20px 0">
<table border="0"
Expand Down Expand Up @@ -61,7 +61,7 @@
<a
href="<%= locals.default_url %>"
style="font-size: 16px;
font-family: Arial, sans-serif;
font-family: <%= locals.app_font %>monospace;
color: <%= locals.primary_contrast_color %>;
text-decoration: none;
border-radius: 50px;
Expand Down
6 changes: 3 additions & 3 deletions default_email_templates/email_verification/html.default.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
}
</style>
</head>
<body style="margin: 0; padding: 0; font-family: Arial, sans-serif">
<body style="margin: 0; padding: 0; font-family: <%= locals.app_font %>monospace;">
<table border="0"
cellpadding="0"
cellspacing="0"
width="100%"
style="max-width: 600px; margin: 0 auto">
style="max-width: 600px; margin: 0 auto; font-family: <%= locals.app_font %>monospace;">
<tr>
<td align="center" style="padding: 20px 0">
<table border="0"
Expand Down Expand Up @@ -65,7 +65,7 @@
<a
href="<%= locals.verification_url %>"
style="font-size: 16px;
font-family: Arial, sans-serif;
font-family: <%= locals.app_font %>monospace;
color: <%= locals.primary_contrast_color %>;
text-decoration: none;
border-radius: 50px;
Expand Down
6 changes: 3 additions & 3 deletions default_email_templates/invitation/html.default.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
}
</style>
</head>
<body style="margin: 0; padding: 0; font-family: Arial, sans-serif">
<body style="margin: 0; padding: 0; font-family: <%= locals.app_font %>monospace;">
<table border="0"
cellpadding="0"
cellspacing="0"
width="100%"
style="max-width: 600px; margin: 0 auto">
style="max-width: 600px; margin: 0 auto; font-family: <%= locals.app_font %>monospace;">
<tr>
<td align="center" style="padding: 20px 0">
<table border="0"
Expand Down Expand Up @@ -61,7 +61,7 @@
<a
href="<%= locals.invitation_url %>"
style="font-size: 16px;
font-family: Arial, sans-serif;
font-family: <%= locals.app_font %>monospace;
color: <%= locals.primary_contrast_color %>;
text-decoration: none;
border-radius: 50px;
Expand Down
6 changes: 3 additions & 3 deletions default_email_templates/reset_password/html.default.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
}
</style>
</head>
<body style="margin: 0; padding: 0; font-family: Arial, sans-serif">
<body style="margin: 0; padding: 0; font-family: <%= locals.app_font %>monospace;">
<table border="0"
cellpadding="0"
cellspacing="0"
width="100%"
style="max-width: 600px; margin: 0 auto">
style="max-width: 600px; margin: 0 auto; font-family: <%= locals.app_font %>monospace;">
<tr>
<td align="center" style="padding: 20px 0">
<table border="0"
Expand Down Expand Up @@ -65,7 +65,7 @@
<a
href="<%= locals.reset_url %>"
style="font-size: 16px;
font-family: Arial, sans-serif;
font-family: <%= locals.app_font %>monospace;
color: <%= locals.primary_contrast_color %>;
text-decoration: none;
border-radius: 50px;
Expand Down
4 changes: 2 additions & 2 deletions default_email_templates/test_notification/html.default.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
}
</style>
</head>
<body style="margin: 0; padding: 0; font-family: Arial, sans-serif">
<body style="margin: 0; padding: 0; font-family: <%= locals.app_font %>monospace;">
<table border="0"
cellpadding="0"
cellspacing="0"
width="100%"
style="max-width: 600px; margin: 0 auto">
style="max-width: 600px; margin: 0 auto; font-family: <%= locals.app_font %>monospace;">
<tr>
<td align="center" style="padding: 20px 0">
<table border="0"
Expand Down
1 change: 1 addition & 0 deletions docs/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ VoidAuth is configurable primarily by environment variable. The available enviro
| APP_TITLE | `VoidAuth` | Title that will show on the web interface, use your own brand/app/title. | | ✅ |
| APP_PORT | `3000` | The port that app will listen on. | | |
| APP_COLOR | `#906bc7` | Theme color, rgb format; ex. #xxyyzz | | ✅ |
| APP_FONT | `monospace` | Font used in the web interface and sent emails. Safe fonts should be used, if a font is missing it will fallback to default. Multiple font families may be chosen in fallback-font format. ex. `APP_FONT: "Tahoma, Verdana, sans-serif"` | | |
| CONTACT_EMAIL | | The email address used for 'Contact' links, which are shown on most end-user pages if this is set. | | |

#### Database Settings
Expand Down
1 change: 0 additions & 1 deletion esbuild.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ rmSync(outDir, {

// dependencies that cannot be bundled
const externalDeps = [
'isomorphic-dompurify',
'sqlite3',
'@angular/material',
]
Expand Down
Loading