h3ndrik / flask_tmp_ynh

Flask template for YunoHost

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask template for YunoHost

Integration level
Install Flask Template with YunoHost

This package allow you to install Custom Webapp quickly and simply on a YunoHost server.
If you don't have YunoHost, please see here to know how to install and enjoy it.

Overview

This is a Flask template for YunoHost.

It will setup a basic Hello World app in /var/www/<appname>.

You can then use it to :

  • start developing an app
  • or install an existing app by replacing the appropriate files
  • or package your flask app using this app template

Technologies

  • Python 3
  • Flask
  • SQLAlchemy
  • PostgreSQL or MySQL (optional)
  • Gunicorn

Shipped version: 2.0

Configuration

Documentation

YunoHost specific features

Multi-users support

Supported architectures

  • x86-64 - Build Status
  • ARMv8-A - Build Status

Limitations

Additional information

ToDo

Links


Developers info

Please do your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/flask_ynh/tree/testing --debug
or
sudo yunohost app upgrade flask -u https://github.com/YunoHost-Apps/flask_ynh/tree/testing --debug

About

Flask template for YunoHost

License:Do What The F*ck You Want To Public License


Languages

Language:Shell 90.5%Language:Python 7.4%Language:HTML 2.1%Language:CSS 0.1%