66 API
|
@ -1,2 +1,2 @@
|
|||
from SWSCloudCore.application import app
|
||||
|
||||
from SWSCloudCore.config import config
|
||||
|
|
|
@ -9,7 +9,7 @@ from SWSCloudCore.controllers.tasks.server import ControllerTasksServer
|
|||
from SWSCloudCore.controllers.containers.server import ControllerContainersServer
|
||||
|
||||
api_auth = HTTPBasicAuth()
|
||||
viewServerAPI = Blueprint('server_api', __name__, url_prefix='/server_api')
|
||||
viewServerAPI = Blueprint('ServerAPI', __name__, url_prefix='/server_api')
|
||||
|
||||
|
||||
@api_auth.get_password
|
|
@ -1,25 +1,23 @@
|
|||
# coding: utf-8
|
||||
|
||||
from flask import Flask, g, render_template, request
|
||||
from flask import Flask, g, render_template
|
||||
from flask_babel import Babel
|
||||
from flaskext.markdown import Markdown
|
||||
|
||||
from SWSCloudCore.views import viewHomepage
|
||||
from SWSCloudCore.views.account import viewAccount
|
||||
from SWSCloudCore.views.administrator import viewAdministrator
|
||||
from SWSCloudCore.views.api import viewAPI
|
||||
from SWSCloudCore.views.containers import viewContainers
|
||||
from SWSCloudCore.views.vms import viewVMs
|
||||
from SWSCloudCore.views.documents import viewDocuments
|
||||
from SWSCloudCore.views.kb import viewKB
|
||||
from SWSCloudCore.views.server_api import viewServerAPI
|
||||
from SWSCloudCore.views.support import viewSupport
|
||||
from SWSCloudCore.views.tasks import viewTasks
|
||||
from SWSCloudCore.views.payments import viewPayments
|
||||
|
||||
from SWSCloudCore import models
|
||||
from SWSCloudCore.models import database
|
||||
from SWSCloudCore.config import config
|
||||
from SWSCloudCore.models import database
|
||||
from SWSCloudServerAPI.ServerAPI import viewServerAPI
|
||||
from SWSCloudWeb.views import viewHomepage
|
||||
from SWSCloudWeb.views.account import viewAccount
|
||||
from SWSCloudWeb.views.administrator import viewAdministrator
|
||||
from SWSCloudWeb.views.containers import viewContainers
|
||||
from SWSCloudWeb.views.documents import viewDocuments
|
||||
from SWSCloudWeb.views.kb import viewKB
|
||||
from SWSCloudWeb.views.payments import viewPayments
|
||||
from SWSCloudWeb.views.support import viewSupport
|
||||
from SWSCloudWeb.views.tasks import viewTasks
|
||||
from SWSCloudWeb.views.vms import viewVMs
|
||||
|
||||
app = Flask(__name__, static_folder='static', static_url_path='')
|
||||
# app.config['SERVER_NAME'] = settings.get('Application', 'SERVER_NAME')
|
||||
|
@ -34,7 +32,6 @@ app.register_blueprint(viewHomepage)
|
|||
app.register_blueprint(viewSupport)
|
||||
app.register_blueprint(viewKB)
|
||||
app.register_blueprint(viewDocuments)
|
||||
app.register_blueprint(viewAPI)
|
||||
# /tasks
|
||||
app.register_blueprint(viewTasks)
|
||||
# /containers
|
Before Width: | Height: | Size: 263 B After Width: | Height: | Size: 263 B |
Before Width: | Height: | Size: 107 B After Width: | Height: | Size: 107 B |
Before Width: | Height: | Size: 259 B After Width: | Height: | Size: 259 B |
Before Width: | Height: | Size: 302 B After Width: | Height: | Size: 302 B |
Before Width: | Height: | Size: 332 B After Width: | Height: | Size: 332 B |
Before Width: | Height: | Size: 291 B After Width: | Height: | Size: 291 B |
Before Width: | Height: | Size: 105 B After Width: | Height: | Size: 105 B |
Before Width: | Height: | Size: 145 B After Width: | Height: | Size: 145 B |
Before Width: | Height: | Size: 241 B After Width: | Height: | Size: 241 B |
Before Width: | Height: | Size: 382 B After Width: | Height: | Size: 382 B |
Before Width: | Height: | Size: 209 B After Width: | Height: | Size: 209 B |
Before Width: | Height: | Size: 448 B After Width: | Height: | Size: 448 B |
Before Width: | Height: | Size: 98 B After Width: | Height: | Size: 98 B |
Before Width: | Height: | Size: 228 B After Width: | Height: | Size: 228 B |
Before Width: | Height: | Size: 182 B After Width: | Height: | Size: 182 B |
Before Width: | Height: | Size: 121 B After Width: | Height: | Size: 121 B |
Before Width: | Height: | Size: 267 B After Width: | Height: | Size: 267 B |
Before Width: | Height: | Size: 355 B After Width: | Height: | Size: 355 B |
Before Width: | Height: | Size: 159 B After Width: | Height: | Size: 159 B |
Before Width: | Height: | Size: 211 B After Width: | Height: | Size: 211 B |
Before Width: | Height: | Size: 102 B After Width: | Height: | Size: 102 B |
Before Width: | Height: | Size: 166 B After Width: | Height: | Size: 166 B |
Before Width: | Height: | Size: 103 B After Width: | Height: | Size: 103 B |
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 129 B |
Before Width: | Height: | Size: 454 B After Width: | Height: | Size: 454 B |
Before Width: | Height: | Size: 106 B After Width: | Height: | Size: 106 B |
Before Width: | Height: | Size: 539 B After Width: | Height: | Size: 539 B |
Before Width: | Height: | Size: 321 B After Width: | Height: | Size: 321 B |
Before Width: | Height: | Size: 518 B After Width: | Height: | Size: 518 B |
Before Width: | Height: | Size: 236 B After Width: | Height: | Size: 236 B |
Before Width: | Height: | Size: 432 B After Width: | Height: | Size: 432 B |
Before Width: | Height: | Size: 171 B After Width: | Height: | Size: 171 B |
Before Width: | Height: | Size: 449 B After Width: | Height: | Size: 449 B |
Before Width: | Height: | Size: 108 B After Width: | Height: | Size: 108 B |
Before Width: | Height: | Size: 151 B After Width: | Height: | Size: 151 B |
Before Width: | Height: | Size: 337 B After Width: | Height: | Size: 337 B |
Before Width: | Height: | Size: 177 B After Width: | Height: | Size: 177 B |
Before Width: | Height: | Size: 259 B After Width: | Height: | Size: 259 B |
Before Width: | Height: | Size: 432 B After Width: | Height: | Size: 432 B |
Before Width: | Height: | Size: 162 B After Width: | Height: | Size: 162 B |
Before Width: | Height: | Size: 152 B After Width: | Height: | Size: 152 B |
Before Width: | Height: | Size: 100 B After Width: | Height: | Size: 100 B |
Before Width: | Height: | Size: 100 B After Width: | Height: | Size: 100 B |
Before Width: | Height: | Size: 331 B After Width: | Height: | Size: 331 B |
Before Width: | Height: | Size: 150 B After Width: | Height: | Size: 150 B |
Before Width: | Height: | Size: 163 B After Width: | Height: | Size: 163 B |
Before Width: | Height: | Size: 310 B After Width: | Height: | Size: 310 B |
Before Width: | Height: | Size: 108 B After Width: | Height: | Size: 108 B |
Before Width: | Height: | Size: 110 B After Width: | Height: | Size: 110 B |
Before Width: | Height: | Size: 215 B After Width: | Height: | Size: 215 B |
Before Width: | Height: | Size: 138 B After Width: | Height: | Size: 138 B |
Before Width: | Height: | Size: 191 B After Width: | Height: | Size: 191 B |
Before Width: | Height: | Size: 390 B After Width: | Height: | Size: 390 B |
Before Width: | Height: | Size: 364 B After Width: | Height: | Size: 364 B |
Before Width: | Height: | Size: 221 B After Width: | Height: | Size: 221 B |
Before Width: | Height: | Size: 102 B After Width: | Height: | Size: 102 B |
Before Width: | Height: | Size: 228 B After Width: | Height: | Size: 228 B |
Before Width: | Height: | Size: 106 B After Width: | Height: | Size: 106 B |
Before Width: | Height: | Size: 333 B After Width: | Height: | Size: 333 B |
Before Width: | Height: | Size: 142 B After Width: | Height: | Size: 142 B |
Before Width: | Height: | Size: 309 B After Width: | Height: | Size: 309 B |
Before Width: | Height: | Size: 264 B After Width: | Height: | Size: 264 B |
Before Width: | Height: | Size: 102 B After Width: | Height: | Size: 102 B |
Before Width: | Height: | Size: 199 B After Width: | Height: | Size: 199 B |
Before Width: | Height: | Size: 248 B After Width: | Height: | Size: 248 B |
Before Width: | Height: | Size: 421 B After Width: | Height: | Size: 421 B |
Before Width: | Height: | Size: 221 B After Width: | Height: | Size: 221 B |
Before Width: | Height: | Size: 420 B After Width: | Height: | Size: 420 B |
Before Width: | Height: | Size: 316 B After Width: | Height: | Size: 316 B |
Before Width: | Height: | Size: 103 B After Width: | Height: | Size: 103 B |
Before Width: | Height: | Size: 387 B After Width: | Height: | Size: 387 B |
Before Width: | Height: | Size: 344 B After Width: | Height: | Size: 344 B |