mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 23:12:24 +00:00
b99d91b96e
The package depends on two resources. - A Nic session should be routed to the nic_router "http" domain make the HTTP server available from the outside on forwarded port 80. - A File_system session labeled "webroot" can be routed to any server by relabeling the session, e.g., to "report" or "config" in parent. Sculpt deploy exmaple exporting report_fs via HTTP. <start name="lighttpd" pkg="lighttpd"> <route> <service name="Nic"> <child name="nic_router" label="http"/> </service> <service name="File_system" label="webroot"> <parent label="report"/> </service> </route> </start> |
||
---|---|---|
.. | ||
api/noux | ||
pkg | ||
raw | ||
src |