Hi,
I’m trying to use the new implementation of the fuota server but I don’t realy understand how to set it up.
I followed the explanation on the git and then started the fuota-server :
root@friloranet01:~/chirpstack-fuota-server# dist/linux_386/chirpstack-fuota-ser ver --config packaging/files/chirpstack-fuota-server.toml
INFO[0000] starting ChirpStack FUOTA Server version=SNAPSHOT-fa9c0b 9
INFO[0000] storage: connecting to PostgreSQL database
INFO[0000] storage: applying PostgreSQL schema migrations
INFO[0000] client/as: setup application-server client
INFO[0000] eventhandler: setup application-server event-handler
INFO[0000] api: starting fuota-server api server bind="0.0.0.0:8070" ca_ cert= tls_cert= tls_key=
INFO[0000] integration/eventhandler: starting event-handler server bind="0.0.0. 0:8090" marshaler=protobuf
It seems to run but I don’t understand how to access it. Is there a UI? I tried to acces the localhost:8070 and 8090 but nothing happend
Thank’s in advance for your help