Alicia Sykes
ff13552c96
🚑 Rever param change in cors-proxy.js
2024-08-17 15:42:15 +01:00
conlan0
78ea929c93
🩹 Send request body as data instead of json
2024-07-25 15:25:58 -04:00
Alicia Sykes
db9d7e362d
🛂 Remove page reload on auth failure ( #981 )
2024-04-28 20:00:17 +01:00
Alicia Sykes
27f10d76db
🦺 Update schema validation, disable strict for multi options
2024-04-28 15:05:53 +01:00
Alicia Sykes
f295958c44
✨ Put config backups in own directory
2024-04-21 14:45:52 +01:00
Alicia Sykes
bbb9ce7272
⚡ Better spacing in print-message service
2024-04-13 14:06:33 +01:00
Alicia Sykes
e1a95405c1
🗑 Remove watch-for-changes script, no longer needed
2024-04-13 12:42:51 +01:00
Alicia Sykes
4d851b6e86
⚡ Lint and port update
2024-04-13 12:35:21 +01:00
Alicia Sykes
b66ce53669
📡 Make user-data directory configurable
2024-04-10 22:59:35 +01:00
Alicia Sykes
18e2338735
🚨 Fix linter warning
2024-04-08 20:36:35 +01:00
Alicia Sykes
fd45aa6bd1
🚚 Update path to config file
2024-04-08 20:36:00 +01:00
Alicia Sykes
041e5d8c28
🔂 Merge master into branch
2024-03-30 21:35:46 +00:00
Alicia Sykes
147016278a
⚡ Auto-rebuild script done, with debounce and term logging
2024-03-04 21:29:53 +00:00
Alicia Sykes
1f6bb48463
⚡ Implement debounce, to stop dup rebuild when file meta changes in Linux
2024-03-04 20:21:33 +00:00
Alicia Sykes
a6a2ee232a
🧱 Writes script to watch for changes and trigger re-build
2024-03-04 20:07:34 +00:00
Todd E Johnson
821ed3433b
Add Proxy IP check for header security
2023-11-24 00:11:04 -06:00
Todd E Johnson
27dfe6219a
Make userHeader pull from config
2023-11-23 00:02:08 -06:00
Todd E Johnson
4aa34f66dc
WIP: Attempt at adding header auth. Ignore Settings #981
2023-11-17 00:00:48 -06:00
Stavros Kois
2839821ab1
Fix healthcheck.js without ssl
2023-11-13 19:12:38 +02:00
rokiden
00bc03f257
Added BACKUP_DIR env
2023-09-22 20:27:31 +06:00
rtm516
3c5177dd70
Update health-check to support SSL properly
2023-01-21 16:36:49 +00:00
Thomas Dissert
5d11c58ac4
fixed the comment a bit more
2022-10-28 09:55:54 +02:00
Thomas Dissert
b658d94adc
Fixed comment describing healthcheck
2022-10-28 09:43:38 +02:00
Alicia Sykes
bd759d63fd
⚡ ️ Moves host variable below imports
2022-07-07 18:05:34 +01:00
flechaig
b4db66f339
Allow specifying a host on which to listen even with SSL
...
Allow specifying a host on which to listen even with SSL
Grab the IP address from the HOST environment variable and use it to bind the SSL server.
Default to 0.0.0.0
IPv6 compliant.
2022-07-07 17:05:47 +02:00
Marcell Fülöp
91d4fd55c0
🩹 Ensure stat finished before startSSLServer()
...
The two chained stat() promises may not have finished by the time
`enableSSL` is evaluated in case of a slow file system (e.g. on a
Raspberry Pi where the only block device is an SD card).
2022-06-24 19:36:00 +00:00
Alicia Sykes
8c15ab4c84
🔐 Adds local path checking
2022-05-01 22:26:55 +01:00
Alicia Sykes
5ab619f195
✨ Adds a parameter to specify which config file to edit
2022-04-24 16:02:14 +01:00
Alicia Sykes
4932a86f3c
🚨 Removes rougue console.log ( #581 )
2022-04-03 16:04:01 +01:00
Alicia Sykes
4779434924
✨ Adds backend support for status check redirects (Re: #494 )
2022-03-13 21:58:40 +00:00
aterox
a4e5402e5a
Fix always true accident
2022-03-07 06:11:06 -05:00
aterox
6ee5286ebf
Add redirection from http to https
2022-03-07 05:54:45 -05:00
aterox
50acc0f711
No longer requires a rebuild
2022-03-06 03:34:05 -05:00
aterox
6553f1463d
No longer needed
2022-03-06 03:02:41 -05:00
aterox
aeec449dc7
Pull conf.yml from server
2022-03-05 01:22:12 -05:00
Alicia Sykes
c3b93e4164
🥅 Clearer info about any errors found in the config
...
This should make it easier for users to understand exactly where an issue is, and give clear instructions on how to fix it
2022-02-09 20:05:56 +00:00
Alicia Sykes
7f67ea6a5f
✨ Adds option for custom acceptCodes ( #456 )
2022-01-28 23:23:16 +00:00
Alicia Sykes
6cd9eac49b
🔒 Updates CORS proxy to use res.status
2022-01-21 13:00:26 +00:00
Alicia Sykes
6e310628f7
🎨 Updates how headers are applied to Netlify CORS proxy
2022-01-01 00:42:55 +00:00
Alicia Sykes
661b1aab07
🔥 Removes appended slash from URL
2022-01-01 00:41:56 +00:00
Alicia Sykes
e3f2b910ec
✨ Adds Netlify support for proxying CORS requests
2021-12-31 22:23:39 +00:00
Alicia Sykes
676d1cb106
✨ Writes a CORS proxy, to secure widget requests
2021-12-19 20:05:15 +00:00
Alicia Sykes
e0b09d48ee
✨ Adds widget to fetch and display system stats
2021-12-16 04:03:36 +00:00
Alicia Sykes
cc89edd296
⚡ Updates SSL server to get paths from env vars
2021-11-09 22:54:43 +00:00
Alicia Sykes
3593721fd7
🔒 Adds support for native SSL
2021-11-09 22:40:57 +00:00
Alicia Sykes
4667642dbe
⚡ Refactors console-out into own function
2021-10-24 13:31:48 +01:00
Alicia Sykes
4900bf3200
✨ Adds a cloud function for unsupported endpoints
2021-09-18 21:36:46 +01:00
Alicia Sykes
018041d025
✨ Writes a cloud function to wrap the status-check endpoint
2021-09-18 21:36:20 +01:00
Alicia Sykes
a8f7df4544
🔥 Removes ping-only check, accidental commit
2021-09-18 18:25:20 +01:00
Alicia Sykes
7272749325
✨ Creates an endpoint to run ping-only status check
2021-09-17 23:51:02 +01:00