No description
Find a file
2020-10-21 19:10:11 +02:00
conf Change group permission to ynh_app_name 2020-10-21 19:10:11 +02:00
scripts Fix install on buster 2020-10-21 19:05:18 +02:00
sources Adding basic db / SQL stuff 2017-12-10 03:13:18 +01:00
manifest.json Fix install on buster 2020-10-21 19:05:18 +02:00
README.md Added choice between postgresql/sqlite3 database type at install 2018-07-27 11:15:59 +02:00

Flask template for YunoHost

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
  • Postgresql (sqlite, but should be able to choose postgres vs. sqlite at install)
  • Gunicorn
  • SQLAlchemy

Todo

  • Really set app label
  • Handle public/private option
  • Enhance database setting and helpers
  • Document how to launch a dev server
  • ???
  • Be able to choose between sqlite and postgres