Commit graph

288 commits

Author SHA1 Message Date
e02115303c server: add javascript test 2023-06-26 10:56:25 -03:00
76b1d24669 server: add TTF font support 2023-06-26 07:49:50 -03:00
40f51387bd server: add "page not found" test 2023-06-26 06:18:18 -03:00
e0fffe0ac8 server: handle "permission denied" error 2023-06-26 05:54:04 -03:00
Robert
3e640c22a2
server: add content-type based on path extname (#133)
### Summary

Add content-type based on path extname using `Rack::Mime`.
2023-06-25 21:21:00 -03:00
Robert
bf1558eeb0
Add packages/ruby/server/ (#132)
### Summary

The `server` package implements a static file web server intended to be 
used during development. The goal is to have it as close to a production
environment as possible. Not there yet. This is the first step.
2023-06-25 21:03:07 -03:00
564b01da62 postman: update readme 2023-06-24 00:01:43 -03:00
89bfac58a2 postman: update readme 2023-06-24 00:00:47 -03:00
04df34d00d postman: update readme 2023-06-23 23:58:36 -03:00
99f2cbe27e postman: update readme 2023-06-23 23:54:09 -03:00
7d4834558a postman: update readme 2023-06-23 23:52:22 -03:00
344192862f postman: update readme 2023-06-23 23:52:09 -03:00
bd40397477 postman: update readme 2023-06-23 23:48:26 -03:00
7db6e9829f postman: update readme 2023-06-23 23:42:19 -03:00
9d770051ee postman: update readme 2023-06-23 23:42:09 -03:00
89d2bf7659 postman: update readme 2023-06-23 23:40:30 -03:00
f902545513 Fix build 2023-06-23 22:52:43 -03:00
4698db6aed postman: export item before default 2023-06-23 22:44:09 -03:00
26a5fe055b postman: add parseArgs. 2023-06-23 22:41:36 -03:00
Robert
5716425bd2
Rename Packet to Postman (#131) 2023-06-23 22:31:25 -03:00
Robert
5f300681d2
Add new packet interface (#130) 2023-06-23 21:58:56 -03:00
6935e67a49 WebPackage -> Packet
Rename WebPackage to Packet.
Move Packet to `/packages/typescript/packet`.
2023-06-21 19:58:31 -03:00
42707049a3 Add OpenBSD to Gemfile.lock 2023-06-15 21:54:57 -03:00
4b6f44719c rubocop: fix 2023-05-28 22:28:15 -03:00
0feee70fa0 Rename bin/ script 2023-05-27 15:41:59 -03:00
233d428c0f Silence which output (reliably)
"which -s" is not available on all platforms
2023-05-27 15:41:59 -03:00
5680e7596b Add localhost to local.yml.sample 2023-03-29 20:19:21 -03:00
0c568d2541 Improve local install instructions (work in progress) 2023-03-29 20:17:01 -03:00
498dd62da9 Improve local install instructions (work in progress) 2023-03-29 20:12:41 -03:00
a217fcffc9 Add local install instructions (work in progress) 2023-03-29 20:10:49 -03:00
419d4186cb Add src/time_slots/ (replaces src/audio/*/timestamps.json) 2023-03-29 12:20:31 -03:00
a3d6a2cdfd Add src/audio/ 2023-03-27 12:24:46 -03:00
fabda18af5 nanoc-webpack: upgrade to v0.2.0 2023-03-27 12:23:20 -03:00
d18bcd0341 README: update 2023-03-25 10:17:36 -03:00
9ea8af1a13 Remove lib/tasks.rb 2023-03-25 08:58:31 -03:00
e5ffadc819 Remove dead require 2023-03-25 08:56:46 -03:00
060cc9919f Replace Tasks::Deploy::Remote 2023-03-25 08:53:22 -03:00
a475109b4d README: update 2023-03-25 08:23:44 -03:00
506ae8779e README: update 2023-03-25 08:23:20 -03:00
3e5435dca1 Replace Tasks::Deploy::Local 2023-03-25 08:02:55 -03:00
605b7c983d Try to fix GitHub build 2023-03-21 03:36:29 -03:00
ad48f02b11 Add tasks/config/install.rake 2023-03-21 03:03:05 -03:00
12b798a6bc Add test-cmd.rb, and rake to Gemfile 2023-03-21 03:01:24 -03:00
2f07479563 Bind to 127.0.0.1 2023-03-20 08:55:52 -03:00
515523ed57 Add support for building configuration from local.yml 2023-03-20 08:35:39 -03:00
ea11bacd69 Add config/local.yml.sample 2023-03-20 07:36:26 -03:00
Robert
0bf5e5d562
Merge pull request #125 from ReflectsLight/nginx_config
Add nginx.conf.erb
2023-03-17 16:16:22 -03:00
34df3a8b27 Add nginx.conf.erb 2023-03-17 16:12:15 -03:00
Robert
1c6fabba12
Merge pull request #124 from ReflectsLight/less_output
Offer option to preview configuration files during build
2023-03-17 13:28:32 -03:00
ecda9156cb Offer option to preview configuration files during build 2023-03-17 13:24:37 -03:00