bacchus
Advanced tools
+1
-1
| Metadata-Version: 2.1 | ||
| Name: bacchus | ||
| Version: 0.1.32 | ||
| Version: 0.1.33 | ||
| Summary: Home Server solution based on docker | ||
@@ -5,0 +5,0 @@ License: MIT |
+1
-1
| [tool.poetry] | ||
| name = "bacchus" | ||
| version = "0.1.32" | ||
| version = "0.1.33" | ||
| description = "Home Server solution based on docker" | ||
@@ -5,0 +5,0 @@ authors = ["David Francos <opensource@davidfrancos.net>"] |
+1
-1
@@ -25,3 +25,3 @@ # -*- coding: utf-8 -*- | ||
| 'name': 'bacchus', | ||
| 'version': '0.1.32', | ||
| 'version': '0.1.33', | ||
| 'description': 'Home Server solution based on docker', | ||
@@ -28,0 +28,0 @@ 'long_description': None, |
@@ -9,6 +9,8 @@ from cleo import Command | ||
| """Installs bacchus. | ||
| Requires: | ||
| - Valid DNS hostname registered in a supported provider | ||
| - NAT or direct exposure of the given machine's openvpn port (1194) | ||
| Requires | ||
| - Valid DNS hostname registered in a supported provider | ||
| - NAT or direct exposure of the given machine's openvpn port (1194) | ||
| install | ||
@@ -24,3 +26,3 @@ {dns-domain? : Domain (FQDN) for virtualhosts} | ||
| """Handle command""" | ||
| setup = HomeServerSetup(domain=self.argument('domain'), | ||
| setup = HomeServerSetup(domain=self.argument('dns-domain'), | ||
| nextcloud_username=self.argument('username'), | ||
@@ -27,0 +29,0 @@ nextcloud_password=self.argument('password'), |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
55142
-0.01%