Skip to content

Personal Cloud Webpanel with Python (Flask) and SQLite3

Notifications You must be signed in to change notification settings

teraprath/cloud-web

Repository files navigation

Personal Cloud

Simple Cloud Webpanel with Python (Flask) and SQLite3 using my CSS Framework SimpleUI (BETA)

Installation

Required libraries

Use the package manager pip to install all libaries.

pip install -r requirements.txt

Start

Development Server (Local)

  1. Start app.py file
  2. Connect to webserver via localhost:5500

Deployment on Linux Server (Public)

  1. Start the WSGI-Server
chmod 777 start.sh
./start.sh
  1. Connect to webserver on port *:3000 (Changeable in config.py)