mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-02-11 08:23:49 +00:00
- Created basic plinth app which starts an introducer and a storage node on the FreedomBox. - Prompt user to set a domain name before creating Tahoe-LAFS nodes. - Support adding and removing of introducers to the storage node. - Serve Tahoe-LAFS from a different port. - Start all nodes and introducers at system startup. - Add utility class YAMLFile with test cases.
8 lines
247 B
XML
8 lines
247 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<service>
|
|
<short>Tahoe-LAFS</short>
|
|
<description>Tahoe-LAFS is a distributed file storage system</description>
|
|
<port protocol="tcp" port="5678"/>
|
|
<port protocol="tcp" port="3456"/>
|
|
</service>
|