1
0
mirror of https://github.com/ilyakooo0/urbit.git synced 2024-12-24 23:44:56 +03:00
urbit/pkg/arvo/sur/file-server.hoon

17 lines
340 B
Plaintext
Raw Normal View History

|%
+$ action
$% [%serve-dir url-base=path clay-base=path public=?]
[%unserve-dir url-base=path]
[%toggle-permission url-base=path]
[%set-landscape-homepage-prefix prefix=(unit term)]
==
::
+$ configuration
$: landscape-homepage-prefix=(unit term)
==
::
+$ update
$% [%configuration =configuration]
==
--