https://github.com/yunohost-apps/flask_ynh
Flask template for YunoHost
https://github.com/yunohost-apps/flask_ynh
flask flask-template yunohost yunohost-apps
Last synced: about 1 year ago
JSON representation
Flask template for YunoHost
- Host: GitHub
- URL: https://github.com/yunohost-apps/flask_ynh
- Owner: YunoHost-Apps
- Archived: true
- Created: 2017-12-09T21:32:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-05T16:55:02.000Z (about 2 years ago)
- Last Synced: 2025-03-22T19:23:48.414Z (about 1 year ago)
- Topics: flask, flask-template, yunohost, yunohost-apps
- Language: Shell
- Homepage:
- Size: 67.4 KB
- Stars: 6
- Watchers: 5
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Flask template for YunoHost
===========================
This is a Flask template for YunoHost.
It will setup a basic Hello World app in `/var/www/`.
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
- [ ] ???
- [x] Be able to choose between sqlite and postgres