Unbit

Results 13 issues of Unbit

Maybe ``` php $env->read($amount); ``` will be more than enough

The 9spock project server implements union/stacked support. We can port this code to SpockFS uWSGI plugin. The rule to follow is that the last item in the chain is the...

enhancement

Add --vlan switch, enforcing the server to expect vlan-tagged frames. Broadcast, multicast and direct frames must take in account the vlan tag before forwarding a packet. Thanks to tagged frames,...

it is updated with current datetime whenever a domain metric is updated. This will allow to fast check for a domain and container health

Today a mysql vassal crashed and the customer was not able to detect it promptly. Instead of adding log alarms for every possibile mysql error situation, implement a plugin doing...

Sometime you may want to link containers running on different servers, network or dc. Dealing with ssl/tls could be annoying for some service. Automatic encryption between remote containers would solve...

Currently we have a bunch of internal ansible/fabric scripts to deploy ready-to-use containers (like lamp stacks). Investigate if we can allow users to run orchestration tasks from the api to...

The current "legion" api, should be removed (it showed itself as very unpractical). Customers will be free to buy/get dedicated ip addresses (floating or static) and map the to a...

The following mappings (using rawrouter and udprouter or iptables directly) should be added: smtp 127.0.0.1:25 -> 127.0.0.1:2525 10.x.x.x:25 -> 127.0.0.1:2525 http 127.0.0.1:80 -> 127.0.0.1:8080 10.x.x.x:80 -> 127.0.0.1:8080 https 127.0.0.1:443 ->...

There is no reason to not support ipv6, expecially because every container can get (for free) a dedicated ipv6 address (at least on the supported hardware providers)