VYOS Web interface

Hi,

I’m trying to get a web frontend, I have been using the vycontrol but can’t seem to install this via centos.
There is docker but I would need docker to communicate with my vyos VM when trying to retrieve a bash from docker there isn’t one.

Ideally Centos I would like to have vycontrol working from here to manage vyos routers.

I am receiving the following errors from vycontrol when trying to install it:

Traceback (most recent call last):
File “manage.py”, line 21, in
main()
File “manage.py”, line 17, in main
execute_from_command_line(sys.argv)
File “/home/p/Desktop/vycontrol-master/env/lib/python3.6/site-packages/django/core/management/init.py”, line 419, in execute_from_command_line
utility.execute()
File “/home/p/Desktop/vycontrol-master/env/lib/python3.6/site-packages/django/core/management/init.py”, line 413, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File “/home/p/Desktop/vycontrol-master/env/lib/python3.6/site-packages/django/core/management/base.py”, line 367, in run_from_argv
connections.close_all()
File “/home/p/Desktop/vycontrol-master/env/lib/python3.6/site-packages/django/db/utils.py”, line 208, in close_all
for alias in self:
File “/home/p/Desktop/vycontrol-master/env/lib/python3.6/site-packages/django/utils/connection.py”, line 73, in iter
return iter(self.settings)
File “/home/p/Desktop/vycontrol-master/env/lib/python3.6/site-packages/django/utils/functional.py”, line 48, in get
res = instance.dict[self.name] = self.func(instance)
File “/home/p/Desktop/vycontrol-master/env/lib/python3.6/site-packages/django/utils/connection.py”, line 45, in settings
self._settings = self.configure_settings(self._settings)
File “/home/p/Desktop/vycontrol-master/env/lib/python3.6/site-packages/django/db/utils.py”, line 144, in configure_settings
databases = super().configure_settings(databases)
File “/home/p/Desktop/vycontrol-master/env/lib/python3.6/site-packages/django/utils/connection.py”, line 50, in configure_settings
settings = getattr(django_settings, self.settings_name)
File “/home/p/Desktop/vycontrol-master/env/lib/python3.6/site-packages/django/conf/init.py”, line 82, in getattr
self._setup(name)
File “/home/p/Desktop/vycontrol-master/env/lib/python3.6/site-packages/django/conf/init.py”, line 69, in _setup
self._wrapped = Settings(settings_module)
File “/home/p/Desktop/vycontrol-master/env/lib/python3.6/site-packages/django/conf/init.py”, line 170, in init
mod = importlib.import_module(self.SETTINGS_MODULE)
File “/home/p/Desktop/vycontrol-master/env/lib64/python3.6/importlib/init.py”, line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File “”, line 994, in _gcd_import
File “”, line 971, in _find_and_load
File “”, line 953, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'vycontrol.settings_available.production

You would probably be better served to post your issue on the VyControl GitHub page.