2020-09-01 04:54:39 +03:00
|
|
|
:: file-server [landscape]:
|
|
|
|
::
|
|
|
|
:: mounts HTTP endpoints for Landscape (and third-party) user applications
|
|
|
|
::
|
2020-07-15 22:26:55 +03:00
|
|
|
/- srv=file-server, glob
|
2020-08-26 07:06:50 +03:00
|
|
|
/+ *server, default-agent, verb, dbug, version
|
2020-04-30 03:41:31 +03:00
|
|
|
|%
|
|
|
|
+$ card card:agent:gall
|
2020-08-26 22:22:54 +03:00
|
|
|
+$ serving (map url-base=path [=content public=? single-page=?])
|
2020-07-15 22:26:55 +03:00
|
|
|
+$ content
|
|
|
|
$% [%clay =path]
|
|
|
|
[%glob =glob:glob]
|
2020-04-30 03:41:31 +03:00
|
|
|
==
|
2020-08-26 22:22:54 +03:00
|
|
|
::
|
|
|
|
+$ state-3
|
|
|
|
$: %3
|
|
|
|
=configuration:srv
|
2020-05-28 01:00:40 +03:00
|
|
|
=serving
|
2020-05-19 22:56:07 +03:00
|
|
|
==
|
2020-04-30 03:41:31 +03:00
|
|
|
--
|
2020-06-01 21:28:05 +03:00
|
|
|
::
|
2020-04-30 03:41:31 +03:00
|
|
|
%+ verb |
|
|
|
|
%- agent:dbug
|
2020-06-01 21:28:05 +03:00
|
|
|
::
|
2020-08-26 22:22:54 +03:00
|
|
|
=| state-3
|
2020-04-30 03:41:31 +03:00
|
|
|
=* state -
|
|
|
|
^- agent:gall
|
|
|
|
|_ =bowl:gall
|
|
|
|
+* this .
|
|
|
|
def ~(. (default-agent this %|) bowl)
|
|
|
|
::
|
|
|
|
++ on-init
|
|
|
|
^- (quip card _this)
|
2020-05-28 01:40:32 +03:00
|
|
|
|^
|
2020-05-28 01:00:40 +03:00
|
|
|
:_ %_ this
|
|
|
|
serving
|
|
|
|
%- ~(gas by *^serving)
|
|
|
|
%+ turn
|
|
|
|
^- (list path)
|
2020-05-28 21:47:34 +03:00
|
|
|
[/ /'~landscape' ~]
|
2020-08-26 22:22:54 +03:00
|
|
|
|=(pax=path [pax [clay+/app/landscape %.n %.y]])
|
2020-05-28 01:00:40 +03:00
|
|
|
==
|
2020-05-28 01:40:32 +03:00
|
|
|
:~ (connect /)
|
|
|
|
(connect /'~landscape')
|
2020-05-28 01:00:40 +03:00
|
|
|
==
|
2020-05-28 01:40:32 +03:00
|
|
|
::
|
|
|
|
++ connect
|
|
|
|
|= =path
|
|
|
|
^- card
|
2020-05-28 21:36:31 +03:00
|
|
|
[%pass path %arvo %e %connect [~ path] %file-server]
|
2020-05-28 01:40:32 +03:00
|
|
|
--
|
2020-05-06 01:27:39 +03:00
|
|
|
::
|
2020-04-30 03:41:31 +03:00
|
|
|
++ on-save !>(state)
|
|
|
|
++ on-load
|
|
|
|
|= old-vase=vase
|
|
|
|
^- (quip card _this)
|
2020-07-18 02:58:28 +03:00
|
|
|
|^
|
|
|
|
=+ !<(old-state=versioned-state old-vase)
|
|
|
|
=? old-state ?=(%0 -.old-state)
|
|
|
|
%= old-state
|
|
|
|
- %1
|
|
|
|
serving-0
|
|
|
|
%- ~(run by serving-0.old-state)
|
|
|
|
|= [=clay=path public=?]
|
|
|
|
^- [content ?]
|
|
|
|
[[%clay clay-path] public]
|
|
|
|
==
|
2020-08-04 03:38:56 +03:00
|
|
|
=? old-state ?=(%1 -.old-state)
|
|
|
|
%= old-state
|
|
|
|
- %2
|
|
|
|
serving (~(del by serving.old-state) /'~landscape'/js/index)
|
|
|
|
==
|
2020-08-26 22:22:54 +03:00
|
|
|
=? old-state ?=(%2 -.old-state)
|
|
|
|
%= old-state
|
|
|
|
- %3
|
|
|
|
serving
|
|
|
|
%- ~(run by serving.old-state)
|
|
|
|
|= [=content public=?]
|
|
|
|
^- [^content ? ?]
|
|
|
|
[content public %.y]
|
|
|
|
==
|
|
|
|
?> ?=(%3 -.old-state)
|
2020-07-18 02:58:28 +03:00
|
|
|
[~ this(state old-state)]
|
|
|
|
::
|
2020-08-26 22:22:54 +03:00
|
|
|
+$ serving-0 (map url-base=path [=clay=path public=?])
|
|
|
|
+$ serving-1 (map url-base=path [=content public=?])
|
2020-07-18 02:58:28 +03:00
|
|
|
+$ versioned-state
|
2020-08-04 03:38:56 +03:00
|
|
|
$% state-0
|
2020-08-26 22:22:54 +03:00
|
|
|
[%1 state-1]
|
|
|
|
[%2 state-1]
|
|
|
|
state-3
|
2020-07-18 02:58:28 +03:00
|
|
|
==
|
|
|
|
::
|
|
|
|
+$ state-0
|
|
|
|
$: %0
|
|
|
|
=configuration:srv
|
|
|
|
=serving-0
|
|
|
|
==
|
2020-08-04 03:38:56 +03:00
|
|
|
+$ state-1
|
2020-08-26 22:22:54 +03:00
|
|
|
$: =configuration:srv
|
|
|
|
serving=serving-1
|
2020-08-04 03:38:56 +03:00
|
|
|
==
|
2020-07-18 02:58:28 +03:00
|
|
|
--
|
2020-04-30 03:41:31 +03:00
|
|
|
::
|
|
|
|
++ on-poke
|
|
|
|
|= [=mark =vase]
|
|
|
|
^- (quip card _this)
|
|
|
|
|^
|
2020-05-28 01:56:20 +03:00
|
|
|
?> (team:title our.bowl src.bowl)
|
2020-04-30 03:41:31 +03:00
|
|
|
?+ mark (on-poke:def mark vase)
|
2020-06-01 21:28:05 +03:00
|
|
|
%file-server-action (file-server-action !<(action:srv vase))
|
2020-04-30 03:41:31 +03:00
|
|
|
%handle-http-request
|
|
|
|
=+ !<([id=@ta req=inbound-request:eyre] vase)
|
|
|
|
:_ this
|
2020-05-19 22:56:07 +03:00
|
|
|
%+ give-simple-payload:app id
|
|
|
|
(handle-http-request req)
|
2020-04-30 03:41:31 +03:00
|
|
|
==
|
|
|
|
::
|
2020-05-28 21:36:31 +03:00
|
|
|
++ file-server-action
|
2020-06-01 21:28:05 +03:00
|
|
|
|= act=action:srv
|
2020-05-19 22:56:07 +03:00
|
|
|
^- (quip card _this)
|
2020-05-28 01:40:32 +03:00
|
|
|
|^
|
2020-05-19 22:56:07 +03:00
|
|
|
?- -.act
|
|
|
|
%serve-dir
|
2020-05-28 01:00:40 +03:00
|
|
|
=* url-base url-base.act
|
2020-05-29 19:57:51 +03:00
|
|
|
?: (~(has by serving) url-base)
|
|
|
|
~|("url already bound to {<(~(got by serving) url-base.act)>}" !!)
|
2020-05-28 21:36:31 +03:00
|
|
|
:- [%pass url-base %arvo %e %connect [~ url-base] %file-server]~
|
2020-08-26 22:22:54 +03:00
|
|
|
%_ this
|
|
|
|
serving
|
|
|
|
(~(put by serving) url-base clay+clay-base.act public.act spa.act)
|
|
|
|
==
|
2020-07-15 22:26:55 +03:00
|
|
|
::
|
|
|
|
%serve-glob
|
|
|
|
=* url-base url-base.act
|
|
|
|
?: (~(has by serving) url-base)
|
|
|
|
~|("url already bound to {<(~(got by serving) url-base.act)>}" !!)
|
|
|
|
:- [%pass url-base %arvo %e %connect [~ url-base] %file-server]~
|
2020-08-26 22:22:54 +03:00
|
|
|
this(serving (~(put by serving) url-base glob+glob.act public.act %.y))
|
2020-05-21 00:43:15 +03:00
|
|
|
::
|
2020-05-19 22:56:07 +03:00
|
|
|
%unserve-dir
|
2020-05-28 01:40:32 +03:00
|
|
|
:- [%pass url-base.act %arvo %e %disconnect [~ url-base.act]]~
|
|
|
|
this(serving (~(del by serving) url-base.act))
|
2020-05-21 00:43:15 +03:00
|
|
|
::
|
|
|
|
%toggle-permission
|
|
|
|
?. (~(has by serving) url-base.act)
|
|
|
|
~|("url is not bound" !!)
|
2020-08-26 22:22:54 +03:00
|
|
|
=/ [=content public=? spa=?] (~(got by serving) url-base.act)
|
2020-05-19 22:56:07 +03:00
|
|
|
:- ~
|
2020-08-26 22:22:54 +03:00
|
|
|
this(serving (~(put by serving) url-base.act [content !public spa]))
|
2020-05-28 01:40:32 +03:00
|
|
|
::
|
|
|
|
%set-landscape-homepage-prefix
|
|
|
|
=. landscape-homepage-prefix.configuration prefix.act
|
|
|
|
:_ this
|
|
|
|
(give [%configuration configuration])
|
2020-05-19 22:56:07 +03:00
|
|
|
==
|
2020-05-28 01:40:32 +03:00
|
|
|
::
|
|
|
|
++ give
|
2020-06-01 21:28:05 +03:00
|
|
|
|= =update:srv
|
2020-05-28 01:40:32 +03:00
|
|
|
^- (list card)
|
2020-05-28 21:36:31 +03:00
|
|
|
[%give %fact [/all]~ [%file-server-update !>(update)]]~
|
2020-05-28 01:40:32 +03:00
|
|
|
--
|
2020-05-19 22:56:07 +03:00
|
|
|
::
|
2020-04-30 03:41:31 +03:00
|
|
|
++ handle-http-request
|
|
|
|
|= =inbound-request:eyre
|
|
|
|
^- simple-payload:http
|
2020-05-28 01:00:40 +03:00
|
|
|
|^
|
2020-05-19 22:56:07 +03:00
|
|
|
=* req request.inbound-request
|
|
|
|
=* headers header-list.req
|
2020-04-30 03:41:31 +03:00
|
|
|
=/ req-line (parse-request-line url.req)
|
2020-05-28 01:00:40 +03:00
|
|
|
?. =(method.req %'GET') not-found:gen
|
2020-08-17 23:29:44 +03:00
|
|
|
=. site.req-line
|
|
|
|
%+ murn site.req-line
|
|
|
|
|= =cord
|
|
|
|
^- (unit ^cord)
|
|
|
|
?:(=(cord '') ~ `cord)
|
2020-08-26 22:22:54 +03:00
|
|
|
=/ is-file ?=(^ ext.req-line)
|
2020-05-19 22:56:07 +03:00
|
|
|
=? req-line ?=(~ ext.req-line)
|
2020-08-17 23:29:44 +03:00
|
|
|
[[[~ %html] (snoc site.req-line 'index')] args.req-line]
|
2020-05-19 22:56:07 +03:00
|
|
|
?~ site.req-line
|
|
|
|
not-found:gen
|
2020-05-28 01:40:32 +03:00
|
|
|
=* url-prefix landscape-homepage-prefix.configuration
|
2020-05-28 22:28:02 +03:00
|
|
|
?. ?| ?=(~ url-prefix)
|
|
|
|
=(u.url-prefix i.site.req-line)
|
2020-04-30 03:41:31 +03:00
|
|
|
==
|
|
|
|
not-found:gen
|
2020-05-19 22:56:07 +03:00
|
|
|
::
|
2020-05-21 00:43:15 +03:00
|
|
|
?: ?=([%'~landscape' %js %session ~] site.req-line)
|
2020-05-19 22:56:07 +03:00
|
|
|
%+ require-authorization-simple:app
|
|
|
|
inbound-request
|
2021-04-16 20:58:27 +03:00
|
|
|
%. %- as-octs:mimes:html
|
2021-04-17 00:45:22 +03:00
|
|
|
(rap 3 'window.ship = "' (rsh 3 (scot %p our.bowl)) '";' ~)
|
2021-04-16 20:58:27 +03:00
|
|
|
%* . js-response:gen
|
|
|
|
cache %.n
|
|
|
|
==
|
2020-05-19 22:56:07 +03:00
|
|
|
::
|
2020-08-26 22:22:54 +03:00
|
|
|
=/ [payload=simple-payload:http public=?] (get-file req-line is-file)
|
2020-05-28 01:00:40 +03:00
|
|
|
?: public payload
|
2020-05-21 00:43:15 +03:00
|
|
|
(require-authorization-simple:app inbound-request payload)
|
2020-05-28 01:00:40 +03:00
|
|
|
::
|
|
|
|
++ get-file
|
2020-08-26 22:22:54 +03:00
|
|
|
|= [req-line=request-line is-file=?]
|
2020-05-28 01:00:40 +03:00
|
|
|
^- [simple-payload:http ?]
|
2020-08-17 23:29:44 +03:00
|
|
|
=/ pax=path
|
|
|
|
?~ ext.req-line site.req-line
|
|
|
|
(snoc site.req-line u.ext.req-line)
|
2020-08-26 22:22:54 +03:00
|
|
|
=/ content=(unit [=content suffix=path public=?])
|
|
|
|
(get-content pax is-file)
|
2020-07-15 22:26:55 +03:00
|
|
|
?~ content [not-found:gen %.n]
|
|
|
|
?- -.content.u.content
|
|
|
|
%clay
|
2020-08-03 02:53:49 +03:00
|
|
|
=/ scry-path=path
|
2020-07-15 22:26:55 +03:00
|
|
|
:* (scot %p our.bowl)
|
|
|
|
q.byk.bowl
|
|
|
|
(scot %da now.bowl)
|
|
|
|
(lowercase (weld path.content.u.content suffix.u.content))
|
|
|
|
==
|
|
|
|
?. .^(? %cu scry-path) [not-found:gen %.n]
|
2020-12-10 23:37:25 +03:00
|
|
|
?: ?=([~ %woff2] ext.req-line)
|
|
|
|
:_ public.u.content
|
|
|
|
[[200 [['content-type' '/font/woff2'] ~]] `.^(octs %cx scry-path)]
|
2020-07-15 22:26:55 +03:00
|
|
|
=/ file (as-octs:mimes:html .^(@ %cx scry-path))
|
|
|
|
:_ public.u.content
|
|
|
|
?+ ext.req-line not-found:gen
|
|
|
|
[~ %js] (js-response:gen file)
|
|
|
|
[~ %css] (css-response:gen file)
|
|
|
|
[~ %png] (png-response:gen file)
|
2021-05-26 22:18:45 +03:00
|
|
|
[~ %svg] (svg-response:gen file)
|
2021-04-29 07:38:43 +03:00
|
|
|
[~ %ico] (ico-response:gen file)
|
2020-08-03 02:53:49 +03:00
|
|
|
::
|
|
|
|
[~ %html]
|
|
|
|
%. file
|
2020-09-01 04:54:39 +03:00
|
|
|
%* . html-response:gen
|
|
|
|
cache
|
2020-08-03 02:53:49 +03:00
|
|
|
!=(/app/landscape/index/html (slag 3 scry-path))
|
|
|
|
==
|
2020-05-28 01:00:40 +03:00
|
|
|
==
|
2020-07-15 22:26:55 +03:00
|
|
|
::
|
|
|
|
%glob
|
|
|
|
=/ data=(unit mime)
|
|
|
|
(~(get by glob.content.u.content) suffix.u.content)
|
|
|
|
?~ data
|
|
|
|
[not-found:gen %.n]
|
|
|
|
:_ public.u.content
|
2020-12-02 11:47:29 +03:00
|
|
|
=/ mime-type=@t (rsh 3 (crip <p.u.data>))
|
2021-02-04 08:26:59 +03:00
|
|
|
=/ headers
|
|
|
|
:~ content-type+mime-type
|
2021-04-16 21:01:27 +03:00
|
|
|
max-1-wk:gen
|
2021-04-13 08:19:08 +03:00
|
|
|
'service-worker-allowed'^'/'
|
2021-02-04 08:26:59 +03:00
|
|
|
==
|
|
|
|
[[200 headers] `q.u.data]
|
2020-04-30 03:41:31 +03:00
|
|
|
==
|
2020-05-28 01:00:40 +03:00
|
|
|
::
|
2020-06-20 00:52:18 +03:00
|
|
|
++ lowercase
|
|
|
|
|= upper=(list @t)
|
|
|
|
%+ turn upper
|
|
|
|
|= word=@t
|
|
|
|
%- crip
|
|
|
|
%+ turn (rip 3 word)
|
|
|
|
|= char=@t
|
|
|
|
?. &((gte char 'A') (lte char 'Z'))
|
|
|
|
char
|
|
|
|
(add char ^~((sub 'a' 'A')))
|
|
|
|
::
|
2020-07-15 22:26:55 +03:00
|
|
|
++ get-content
|
2020-08-26 22:22:54 +03:00
|
|
|
|= [pax=path is-file=?]
|
2020-07-15 22:26:55 +03:00
|
|
|
^- (unit [content path ?])
|
2020-08-26 22:22:54 +03:00
|
|
|
=/ first-try (match-content-path pax (~(del by serving) /) is-file)
|
2020-05-28 01:00:40 +03:00
|
|
|
?^ first-try first-try
|
|
|
|
=/ root (~(get by serving) /)
|
|
|
|
?~ root ~
|
2020-08-26 22:22:54 +03:00
|
|
|
(match-content-path pax (~(gas by *^serving) [[/ u.root] ~]) is-file)
|
2020-05-28 01:00:40 +03:00
|
|
|
::
|
2020-07-15 22:26:55 +03:00
|
|
|
++ match-content-path
|
2020-08-26 22:22:54 +03:00
|
|
|
|= [pax=path =^serving is-file=?]
|
2020-07-15 22:26:55 +03:00
|
|
|
^- (unit [content path ?])
|
2021-05-19 01:12:39 +03:00
|
|
|
%+ roll
|
|
|
|
%+ sort ~(tap by serving)
|
|
|
|
|= [[a=path *] [b=path *]]
|
|
|
|
(gth (lent a) (lent b))
|
2020-08-26 22:22:54 +03:00
|
|
|
|= $: [url-base=path =content public=? spa=?]
|
|
|
|
out=(unit [content path ?])
|
|
|
|
==
|
2020-05-28 01:00:40 +03:00
|
|
|
?^ out out
|
|
|
|
=/ suf (get-suffix url-base pax)
|
|
|
|
?~ suf ~
|
2020-08-26 22:22:54 +03:00
|
|
|
=- `[content - public]
|
|
|
|
?: ?&(spa !is-file)
|
|
|
|
/index/html
|
|
|
|
u.suf
|
2020-05-28 01:00:40 +03:00
|
|
|
::
|
|
|
|
++ get-suffix
|
|
|
|
|= [a=path b=path]
|
|
|
|
^- (unit path)
|
|
|
|
?: (gth (lent a) (lent b)) ~
|
|
|
|
|-
|
|
|
|
?~ a `b
|
|
|
|
?~ b ~
|
|
|
|
?. =(i.a i.b) ~
|
|
|
|
%= $
|
|
|
|
a t.a
|
|
|
|
b t.b
|
|
|
|
==
|
|
|
|
--
|
2020-04-30 03:41:31 +03:00
|
|
|
--
|
|
|
|
::
|
|
|
|
++ on-watch
|
|
|
|
|= =path
|
|
|
|
^- (quip card _this)
|
2020-05-28 01:40:32 +03:00
|
|
|
|^
|
2020-05-28 01:56:20 +03:00
|
|
|
?> (team:title our.bowl src.bowl)
|
2020-04-30 03:41:31 +03:00
|
|
|
?+ path (on-watch:def path)
|
|
|
|
[%http-response *] [~ this]
|
2020-05-28 01:40:32 +03:00
|
|
|
[%all ~] [(give [%configuration configuration]) this]
|
2020-04-30 03:41:31 +03:00
|
|
|
==
|
2020-05-28 01:40:32 +03:00
|
|
|
::
|
|
|
|
++ give
|
2020-06-01 21:28:05 +03:00
|
|
|
|= =update:srv
|
2020-05-28 01:40:32 +03:00
|
|
|
^- (list card)
|
2020-05-28 21:36:31 +03:00
|
|
|
[%give %fact ~ [%file-server-update !>(update)]]~
|
2020-05-28 01:40:32 +03:00
|
|
|
--
|
2020-04-30 03:41:31 +03:00
|
|
|
::
|
|
|
|
++ on-arvo
|
|
|
|
|= [=wire sign=sign-arvo]
|
|
|
|
^- (quip card _this)
|
|
|
|
?+ +<.sign (on-arvo:def wire sign)
|
2020-05-28 01:00:40 +03:00
|
|
|
%bound
|
2020-05-28 01:40:32 +03:00
|
|
|
?: accepted.sign [~ this]
|
2020-07-08 19:54:38 +03:00
|
|
|
~& [dap.bowl %failed-to-bind path.binding.sign]
|
2020-05-28 01:40:32 +03:00
|
|
|
[~ this(serving (~(del by serving) path.binding.sign))]
|
2020-04-30 03:41:31 +03:00
|
|
|
==
|
|
|
|
::
|
|
|
|
++ on-leave on-leave:def
|
2020-07-23 23:11:24 +03:00
|
|
|
++ on-peek
|
2020-07-15 07:26:50 +03:00
|
|
|
|= =path
|
|
|
|
^- (unit (unit cage))
|
|
|
|
?+ path (on-peek:def path)
|
2020-08-26 07:06:50 +03:00
|
|
|
[%x %clay %base %hash ~]
|
|
|
|
=/ versions (base-hash:version [our now]:bowl)
|
2020-12-02 11:47:29 +03:00
|
|
|
``hash+!>(?~(versions 0v0 (end [0 25] i.versions)))
|
2020-07-15 07:26:50 +03:00
|
|
|
==
|
2020-04-30 03:41:31 +03:00
|
|
|
++ on-agent on-agent:def
|
|
|
|
++ on-fail on-fail:def
|
|
|
|
--
|