mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 06:33:31 +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>
9 lines
112 B
Plaintext
9 lines
112 B
Plaintext
_/src/libc
|
|
_/src/lighttpd
|
|
_/src/openssl
|
|
_/src/posix
|
|
_/src/vfs
|
|
_/src/vfs_jitterentropy
|
|
_/src/vfs_lwip
|
|
_/src/zlib
|