Commit Graph

442 Commits

Author SHA1 Message Date
liss-bot 55299f001f docs: Updates contributors list 2024-02-18 01:59:13 +00:00
liss-bot 7e51239c8d docs: Updates contributors list 2024-02-11 01:59:38 +00:00
liss-bot cb6a008680 docs: Updates contributors list 2024-02-04 02:00:45 +00:00
Brian Teeman 55f30f5537 Update docs.ts 2024-01-28 10:56:56 +00:00
Brian Teeman cc3ca64f25 Update netlify.toml 2024-01-28 10:55:18 +00:00
liss-bot 8c0cf5f870 docs: Updates contributors list 2024-01-28 01:59:30 +00:00
liss-bot 2f46de124d docs: Updates contributors list 2024-01-21 02:04:01 +00:00
PhiRequiem 0db0b044b2 Update SslCert.tsx
esta línea está repetida
2024-01-18 17:51:22 -06:00
liss-bot 299925d22e docs: Updates contributors list 2024-01-14 02:03:54 +00:00
liss-bot db9b69fac3 docs: Updates contributors list 2024-01-07 02:03:38 +00:00
liss-bot be307e6876 docs: Updates contributors list 2023-12-31 02:02:28 +00:00
liss-bot e44f8e73aa docs: Updates contributors list 2023-12-24 02:02:14 +00:00
liss-bot 9c4335f2af docs: Updates contributors list 2023-12-17 02:02:55 +00:00
liss-bot 44cbe47983 docs: Updates contributors list 2023-12-10 02:02:58 +00:00
liss-bot 5924d89f54 docs: Updates contributors list 2023-12-03 02:02:19 +00:00
liss-bot b5ec08da8b docs: Updates contributors list 2023-11-26 02:02:21 +00:00
liss-bot 184b962731 docs: Updates contributors list 2023-11-19 02:03:01 +00:00
liss-bot d6035b8e9c docs: Updates contributors list 2023-11-12 02:01:46 +00:00
liss-bot 2988486a65 docs: Updates contributors list 2023-11-05 02:01:26 +00:00
Alicia Sykes 5616b71564 Updates the readme 2023-10-27 21:23:23 +01:00
liss-bot 5348175b5e docs: Updates contributors list 2023-10-15 03:01:08 +01:00
liss-bot f9b4edda01 docs: Updates contributors list 2023-10-08 03:00:49 +01:00
liss-bot 50590334be docs: Updates contributors list 2023-09-24 02:59:42 +01:00
liss-bot 33a35b94f5 docs: Updates contributors list 2023-09-17 02:59:36 +01:00
Alicia Sykes 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
Alicia Sykes 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
Murray Christopherson 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
Alicia Sykes ad57aaa7f8 Merge pull request #51 from t3chn0m4g3/master
Allow for screenshot within Docker
2023-09-12 17:37:12 +01:00
Marco Ochse 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
Alicia Sykes 6b9aad81fd docs: Simplified the configuring docs 2023-09-11 22:05:03 +01:00
liss-bot afc5b54207 docs: Updates contributors list 2023-09-10 02:58:58 +01:00
Alicia Sykes 71ce9a6623 Merge branch 'master' of github.com:lissy93/web-check 2023-09-09 20:30:48 +01:00
Alicia Sykes d8bb822a4e Updated TLS components, to refresh when new data comes in 2023-09-09 20:30:09 +01:00
Alicia Sykes 5297b2ffe7 Fixes block-lists job (#50) 2023-09-09 20:29:19 +01:00
Alicia Sykes 79c88a5d9a Updates docs 2023-09-08 20:28:51 +01:00
Alicia Sykes 0e022f97a2 Adds status badges into readme 2023-09-03 22:51:36 +01:00
Alicia Sykes 0d4942738d Update public URL, from web-check.as93.net to web-check.xyz 2023-09-03 20:35:27 +01:00
Alicia Sykes 32d5962dc3 Merge pull request #48 from Lissy93/FEAT/vercel-support
[FEAT] Vercel support
2023-09-03 17:01:06 +01:00
Alicia Sykes 8a7b024e99 Return plain JSON, to be handled by middleware instead 2023-09-03 16:58:46 +01:00
Alicia Sykes c169a3762d Updates .gitignore, to ignore build assets 2023-09-03 16:28:43 +01:00
Alicia Sykes d26f5b26a7 Renders error page, if there was an error 2023-09-03 16:23:07 +01:00
Alicia Sykes c2a937ac8e Adds placeholder and error pages 2023-09-03 16:22:33 +01:00
Alicia Sykes 59203acdfa Update the env check, to determine what handler format to use 2023-09-03 15:32:58 +01:00
Alicia Sykes 63db1dbd85 Removed the need for lambda handler, added status message to server, refactored 2023-09-03 15:30:11 +01:00
Alicia Sykes e23347a936 Adds cors support to server 2023-09-03 14:11:15 +01:00
Alicia Sykes d41af54513 Updates dev and deployment docs 2023-09-03 14:06:58 +01:00
Alicia Sykes 73c44e39de Adds Deploy to Vercel section 2023-09-03 12:56:45 +01:00
Alicia Sykes 7dd398a9c3 Merge branch 'master' of github.com:lissy93/web-check 2023-09-03 12:27:49 +01:00
Alicia Sykes 1a95a42853 Updates all API functions, to work on both Vercel & Netlify 2023-09-03 12:27:04 +01:00
Alicia Sykes 3695c82472 Updates middleware, with both AWS and Express support 2023-09-03 12:26:41 +01:00