teddycloud is an alternative to the public toniebox server.
It is designed to be used in a local network and does not provide
means of authentication. In order to use this server, certificates
have to be read out of a toniebox, which requires UART access to
the boxes internal processor.
¦ ¦ ¦ ¦
Manual pages:
FreshPorts has no man page information for this port.
Teddycloud will require exclusive access to following ports:
80: HTTP port for the webinterface
8443: HTTPS port for the webinterface
443: HTTPS API port for Toniebox API
If you have already daemons running using these ports like nginx, apache, haproxy
it is best to bind an alias IP (second ip) to your network card and use that exclusively
with teddycloud.
You can tell teddycloud to use this IP.
At first you must start teddycloud that the config file /usr/local/etc/teddycloud/config.ini is created with command:
teddycloud
After this you can change the IP teddycloud is using:
core.server.bind_ip=_your_alias_ip_for_teddycloud
To start teddycloud at startup:
sysrc teddycloudd_enable="YES"
To start in background:
service teddycloud start
net/teddycloud: Ignore i386
Does fail to build on i386 targets, ignore this arch.
Replace space characters to tabs.
PR: 283062
Approved by: submitter is maintainer