Commit Graph

363 Commits

Author SHA1 Message Date
7f2da1905c docs: Updates contributors list 2024-03-10 02:00:35 +00:00
7583843e80 Merge pull request #106 from Gertje823/master
Added Mimecast as mail provider
2024-03-09 22:22:24 +00:00
e77075764e Added Mimecast as mail provider 2024-03-09 13:49:38 +01:00
195577fe0c Merge pull request #91 from ChrisCarini/patch-1
Adding linux/arm64 platform to docker build-push-action
2024-03-06 00:11:51 +00:00
29398665b0 Merge pull request #100 from epreston/chore-caniuse-lite
chore(deps): update browserlist db
2024-03-03 16:16:45 +00:00
1780b2323d docs: Updates contributors list 2024-03-03 01:59:09 +00:00
1e6802afbf Merge pull request #97 from 0xflotus/patch-1
chore: fixed small error
2024-03-02 11:27:03 +00:00
2cd68c5b98 chore(deps): update browserlist db
Remove "Browserslist: caniuse-lite is outdated." warning by updating browserlist db.
2024-03-02 14:26:44 +11:00
ac3a70ae0d chore: fixed small error 2024-03-01 17:08:23 +01:00
761f9dab81 Install python + increase yarn install timeout
(cherry picked from commit 4e70e1621e7c44dc5e3c51edd0b5f3577b846eed)
2024-02-29 08:36:11 -08:00
64fbcb3f7d Merge remote-tracking branch 'origin/FIX/chromium-docker' into patch-1
# Conflicts:
#	Dockerfile
2024-02-29 08:35:56 -08:00
2fb7dc9a2b Add linux/arm64/v8 platform 2024-02-29 08:34:57 -08:00
0a1023ce19 Merge pull request #72 from PhiRequiem/patch-1
Update SslCert.tsx
2024-02-28 20:06:25 +00:00
f4dd5d7a31 Remove commented out duplicate line 2024-02-28 20:06:07 +00:00
aff5ea5f52 Merge pull request #74 from brianteeman/typos
Typos
2024-02-28 16:56:05 +00:00
4c4813620d Merge pull request #85 from eltociear/patch-1
Update README.md
2024-02-28 16:55:53 +00:00
b9bc24156b Update README.md
minor fix
2024-02-29 00:27:53 +09:00
13d0e4ac9f Fix typo in about page (#81) 2024-02-26 17:59:42 +00:00
01fb32e43c Merge pull request #78 from robinson/master
multi stage build docker, to minimize the docker image
2024-02-26 17:46:11 +00:00
ec30ef7b8b docs: Updates contributors list 2024-02-25 01:59:26 +00:00
lth
af70930be2 multi stage build docker, to minimize the docker image file 2024-02-19 17:16:29 +01:00
55299f001f docs: Updates contributors list 2024-02-18 01:59:13 +00:00
7e51239c8d docs: Updates contributors list 2024-02-11 01:59:38 +00:00
cb6a008680 docs: Updates contributors list 2024-02-04 02:00:45 +00:00
55f30f5537 Update docs.ts 2024-01-28 10:56:56 +00:00
cc3ca64f25 Update netlify.toml 2024-01-28 10:55:18 +00:00
8c0cf5f870 docs: Updates contributors list 2024-01-28 01:59:30 +00:00
2f46de124d docs: Updates contributors list 2024-01-21 02:04:01 +00:00
0db0b044b2 Update SslCert.tsx
esta línea está repetida
2024-01-18 17:51:22 -06:00
299925d22e docs: Updates contributors list 2024-01-14 02:03:54 +00:00
db9b69fac3 docs: Updates contributors list 2024-01-07 02:03:38 +00:00
be307e6876 docs: Updates contributors list 2023-12-31 02:02:28 +00:00
e44f8e73aa docs: Updates contributors list 2023-12-24 02:02:14 +00:00
9c4335f2af docs: Updates contributors list 2023-12-17 02:02:55 +00:00
44cbe47983 docs: Updates contributors list 2023-12-10 02:02:58 +00:00
5924d89f54 docs: Updates contributors list 2023-12-03 02:02:19 +00:00
b5ec08da8b docs: Updates contributors list 2023-11-26 02:02:21 +00:00
184b962731 docs: Updates contributors list 2023-11-19 02:03:01 +00:00
d6035b8e9c docs: Updates contributors list 2023-11-12 02:01:46 +00:00
2988486a65 docs: Updates contributors list 2023-11-05 02:01:26 +00:00
5616b71564 Updates the readme 2023-10-27 21:23:23 +01:00
5348175b5e docs: Updates contributors list 2023-10-15 03:01:08 +01:00
f9b4edda01 docs: Updates contributors list 2023-10-08 03:00:49 +01:00
50590334be docs: Updates contributors list 2023-09-24 02:59:42 +01:00
33a35b94f5 docs: Updates contributors list 2023-09-17 02:59:36 +01:00
a6711aeb63 Update Dockerfile (#43)
Updates the Dockerfile with changes suggested by @GWnbsp  in https://github.com/Lissy93/web-check/issues/43#issuecomment-1719212234

### Summary of Changes
1. **ARG Statements:** Introduced `ARG` statements for Node.js and Debian versions, making the Dockerfile more customizable.
2. **SHELL Command:** Changed the default shell to Bash with certain options enabled, improving robustness.
3. **Chromium Installation:** Updated Chromium installation to use Google's signing keys and repositories, aiming for more secure and up-to-date packages.
4. **Chromium Version:** Added a step to save Chromium's version into `/etc/chromium-version` for reference.
5. **Directory Creation:** Added a new directory /app/data in the container's filesystem.
6. **CMD Change:** Changed the CMD to start Node.js server (server.js) instead of using yarn serve.
7. **General Cleanup and Comments:** Code has been refactored for better readability and detailed comments have been added for clarity.
8. **Dependency Installation:** Kept yarn install and the removal of the Yarn cache, but the command is more streamlined.
9. **Other Minor Changes:**
  - Added flags like `-qq` and `--no-install-recommends` for quieter and optimized installation.
  - Enhanced cleanup with `rm -rf /var/lib/apt/lists/*.`
2023-09-14 20:59:09 +01:00
f36ac56370 Merge pull request #53 from murrple-1/murrple-1-patch-1
Check the correct header for the `strictTransportPolicy` property - Fixes #52
2023-09-14 20:34:44 +01:00
09e5b5d888 Check the correct header for the strictTransportPolicy property
See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security
2023-09-13 19:29:58 -07:00
ad57aaa7f8 Merge pull request #51 from t3chn0m4g3/master
Allow for screenshot within Docker
2023-09-12 17:37:12 +01:00
2bce29e3cb Allow for Screenshot within Docker
Chromium in Docker needs to be startet without sandbox or screenshot will fail.
2023-09-12 11:01:49 +02:00