General
-
Allow to do a reset of the environment from the MMC
If something goes wrong when installing a tint the hex might end up in an inconsistent state. There should be some command to run or a button in the MMC to bring the hex back to a known state.
1 votebb system purge
-
Add an option to use a proxy
In some companies, proxies are still used. It should be able to specify an HTTP proxy in the web interface which then is used for Docker (enabled in /etc/default/docker.io) and Git
1 votebb network proxy is implemented. Still needs documentation though
-
make sure the bb command is not run using sudo
if you run bb using sudo you will get strange results. We should check for it in our scripts
0 votesImplemented on feniks release
-
Prevent the version switch command from being ran without version
Right now if you don't add a version identifier (feniks or genesis) to the version switch command, the command will fail, which is quite irritating.
1 voteExtra check on bb version switch implemented on feniks
-
Stop all task and destroy all containers
One click to stop any running task and to destroy any container.
This would be helpful if you need an emergency recovery.3 votesbb system purge is rolled out
-
Get detailed insight in the LXC containers
Due to a bug in a specific patch, tints can fail to install with the error ''. The problem is that when a Hex boots, due to the bug the template LXC containers are auto-started. This prevents them from being cloned to create a fresh container to install a Tint in.
To be able to proceed with the installation, you can use following commands from user bb's home directory (/opt/bb).
To list and get the status of the LXC containers on all nodes: ansible host -i hosts -m shell -a 'sudo lxc-ls --fancy'
To stop all bb-template containers ansible host…
0 votes -
Have a shell integrated into the web console
There are a lot of occasions when you need to execute commandline commands. An integrated web console would allow us to connect to any node and invoke shell commands.
5 votesRe-integrated in the dashboard as of feniks release
- Don't see your idea?