mirror of
https://github.com/ThomasGsp/HyperProxmox.git
synced 2025-03-09 15:40:18 +00:00
deleted: core/modules/mod_instance.py
deleted: core/modules/mod_package.py deleted: core/modules/mod_ssl.py deleted: core/modules/mod_varnish.py deleted: core/modules/mod_vhost.py
This commit is contained in:
parent
4ce6fb0af4
commit
d23ad2ebd1
5 changed files with 0 additions and 34 deletions
|
@ -1,34 +0,0 @@
|
|||
import requests
|
||||
|
||||
"""
|
||||
VHOST Management
|
||||
"""
|
||||
|
||||
class Nginx:
|
||||
def __init__(self, clientid):
|
||||
"""
|
||||
:param clientid:
|
||||
"""
|
||||
|
||||
class Apache:
|
||||
def __init__(self, siteid):
|
||||
"""
|
||||
:param name: Cluster Proxmox
|
||||
"""
|
||||
self.siteid = siteid
|
||||
|
||||
def get_vhost(self):
|
||||
"""
|
||||
List all vhost available
|
||||
:return:
|
||||
"""
|
||||
return
|
||||
|
||||
def create_vhost(self):
|
||||
return
|
||||
|
||||
def delete_vhost(self):
|
||||
return
|
||||
|
||||
def update_vhost(self):
|
||||
return
|
Loading…
Add table
Add a link
Reference in a new issue