(on company time)
77f842485f
➕ support Bearer auth
2022-07-29 17:13:53 -05:00
(on company time)
fff278a494
report VmRSS in metrics
2022-07-29 17:02:25 -05:00
_
7fe4444b65
➕ linux-only memory measurement
2022-07-29 16:56:45 -05:00
_
70eb419fdc
🐛 bug: move the metrics page behind auth
2022-07-29 16:45:10 -05:00
_
96fdf642c3
✅ test: start adding Bearer Auth so Prometheus can connect to the scraper API
2022-07-27 17:31:37 -05:00
_
140434cf66
🚧 wip: placeholder metrics page
2022-07-27 17:31:28 -05:00
_
4307a199bc
🔊 why is there some delay here?
2022-07-03 01:46:06 +00:00
_
40338ca4aa
🔊 bump this back up to a debug
2022-07-03 01:33:34 +00:00
_
ead9ebdcf8
🚨 update: `cargo clippy` pass
2022-05-26 01:19:54 +00:00
_
68932e00de
Merge remote-tracking branch 'external/main'
2022-05-26 01:00:02 +00:00
_
ed660f3432
➕ add `index_directories`
2022-04-29 01:07:00 +00:00
_
097c9cf313
➕ add diceware subcommand
2022-04-22 11:53:19 -05:00
_
820c5aeef4
✅ bring tests up to date
...
I definitely remember doing this already. I must have left the changes on
my home PC.
2022-04-22 11:37:20 -05:00
_
da581f452d
➖ remove that stupid bad passwords file
2022-04-20 12:31:35 +00:00
_
c2299ab39a
✅ fix up the tests
2022-04-20 12:25:44 +00:00
_
2ccd5167d9
🔧 allow hiding the audit log on the relay
2022-04-20 12:14:06 +00:00
_
734602244d
Merge /run/media/user/Elements/file-jar/ptth
2022-04-12 01:29:46 +00:00
_
b69770870c
🚧 wip: chasing the 30-second download timeout issue
2022-04-11 17:25:18 -05:00
_
8c731c4cef
🐛 bug: looks like the memory leak for large files might have been in Tokio or reqwest.
2022-04-11 16:56:59 -05:00
_
4c8521c50a
🐛 bug: fix Content-Length header
2022-04-09 20:47:46 +00:00
_
39bb4d0137
🔊 log to stderr if the config TOML has an error
2022-04-04 14:59:17 -05:00
Trisha
800dbcb019
➕ add hit counter
2022-03-25 16:39:26 -05:00
Trisha
365c878a90
♻️ refactor: extract `refresh_label` for GUI
2022-03-25 16:17:09 -05:00
Trisha
fb9b0c67f5
➕ add multi-root
2022-03-25 16:14:22 -05:00
Trisha
436adb98ef
🚧 swich to the new routing func
2022-03-25 16:04:51 -05:00
Trisha
de5338f4f2
♻️ refactor: extract routing func
2022-03-25 15:47:34 -05:00
Trisha
e6273209f9
🚧 wip: threading the multi-root stuff into the file server module
2022-03-25 15:40:36 -05:00
Trisha
81141e2faf
➕ add `file_server_roots` config
2022-03-25 15:30:38 -05:00
Trisha
8c4e7d484c
♻️ refactor: load server GUI config before creating the GUI
2022-03-25 15:24:45 -05:00
Trisha
1d9ef8f510
⬆️ new FLTK
2022-03-25 14:42:50 -05:00
_
cffb888ac8
➕ add download subcommand
2022-03-25 00:44:43 +00:00
_
c852efb343
➕ add subcommand to generate a random ULID
2022-03-24 23:24:23 +00:00
_
931ad6d81b
🔇 change logging a little
2022-03-24 22:45:19 +00:00
_
80bd4abad3
🔊 change logs a bit
2022-02-06 20:03:27 +00:00
_
6ea8b5c30f
🐛 bug: fix Cache-Control header so Nginx can cache my blog
2022-02-05 17:28:30 +00:00
_
e5d157e1af
🐛 bug: don't send Content-Length to relay if status code is 304 Not Modified
...
Thanks to Nginx for noticing this
2022-02-05 17:00:17 +00:00
_
2656d16264
♻️ refactor: extract `http_listen` fn
2022-02-05 16:52:56 +00:00
_
d96bf801c6
🔇 make logs quieter
2022-02-05 15:57:40 +00:00
_
c47ab6d282
🚧 wip: messing with cache parameters
2022-01-09 00:22:16 +00:00
_
b642142332
🐛 bug: fix content length when byte serving
2021-11-13 21:31:30 -06:00
_
16aaac0965
🐛 bug: used the wrong PathBuf function in resolving the merge
2021-10-14 18:51:12 -05:00
_
134035f198
Merge remote-tracking branch 'origin/main'
2021-10-14 18:35:31 -05:00
_
1a775622cf
🐛 bug: fix compile bugs for tests
2021-10-10 18:24:35 +00:00
_
b21f8a7c50
♻️ refactor: move `main` up
2021-10-10 18:20:08 +00:00
_
98b43d1ba2
guess MIME for JavaScript files so that `ptth_file_server` can serve Jet Racing 4 locally.
...
Firfox has a bunch of odd security features that I only sometimes understand.
Among them is that it won't load JS files without the `content-type` header,
and it also disables a lot of features for the `file://` scheme. Which I think
is a shame. There's probably a good reason they do this, but I'm not aware of one.
So now you can use PTTH's file server to host Jet Racing 4.
2021-10-02 20:03:03 +00:00
_
2972e85671
➕ use rust_embed and default configs so you can call `ptth_file_server` from any working dir.
...
This is like Python's old `-m SimpleHTTPServer` but better because I wrote it.
2021-10-02 19:49:19 +00:00
_
f7b78b8a12
⬆️ update to blake3 1.0.0 to de-dupe the cfg-if depend
2021-10-02 19:13:46 +00:00
_
b8d07c526a
➕ add ptth_file_server to ptth_multi_call_server.
...
Even with all 3 servers it's only 18 MB - Most of the big code is shared.
2021-10-02 19:07:55 +00:00
_
4911a37887
add ptth_file_server depend to ptth_multi_call_server
2021-10-02 19:00:13 +00:00
_
4c79af3f4b
♻️ refactor: clean up `.exe` handling and add a place for `ptth_file_server`
2021-10-02 18:58:27 +00:00