Ettore Di Giacinto
Ettore Di Giacinto
That's a great news! Thanks @dukzcry for confirming that out!
Hi @vip123456789, Can you provide the full log? from the title I can only guess that you have somehow opened it up two times, or the api port default is...
https://github.com/mudler/edgevpn/commit/c34484c54c282c25aefb7e019161f364abcfe53b
This needs still: - [ ] tests - [ ] documentation - [ ] DHCP support updating the description to match what's needed still
We should turn https://github.com/mudler/luet/blob/master/cmd/create-repo.go#L145 to gzip by default
Might require tests to be adapted, but should be an easy one
just for info, this could be also delivered as an extension
This might be already fixed, we need to benchmark it.
We currently have a persistence implementation in Bolt (https://github.com/mudler/luet/blob/master/pkg/package/database_boltdb.go) , and one in-memory ( https://github.com/mudler/luet/blob/master/pkg/package/database_mem.go)
Now with the versioner https://github.com/mudler/luet/pull/82, we can to move everything under the interface specification, so we can swap implementation easily