ce58c792c7
Full revamp of ihatemoney_ynh:
...
* Use example_ynh as a template
* Implement change_url
* Use the new yunohost permissions system
* Use a python3 venv
* Use a systemd service + gunicorn
* Allow multiple instances (stop installing in /opt/yunohost/ihatemoney)
2021-11-10 11:45:14 +01:00
Jocelyn Delalande
87df116166
Handle Python version change on upgrade
...
Whispers: Actually that is to handle Jessie → Strech upgrade, that switches
from Py 3.4 to 3.5.
2018-12-18 18:28:00 +01:00
Jocelyn Delalande
ca79fcdbdd
Upgrade to 2.x upstream
...
Huge change in package, mainly because we switch from a tarball-based install to a
pip-based install (which is the default install method).
It require quite some refactor to common.sh and a more consistent and clear
migration handing in upgrade script.
Fix #19 #16
2018-06-24 02:22:25 +02:00
Jocelyn Delalande
d738df4875
Switchs to python3
...
rebuilds the venv from scratch on upgrade.
2018-04-03 00:21:10 +02:00
opi
feafe46c18
Force redirection to https
2017-08-02 14:13:41 +02:00
Jocelyn Delalande
e04ee9c0f2
[fix] fix static path for nginx conf
...
Was broken since 00243d4
2017-06-21 17:10:26 +02:00
Jocelyn Delalande
bb40c91db7
[fix] Adapt to new ihatemoney settings behaviour
...
Since v1.0 ihatemoney reads its settings from /etc/ihatemoney/ihatemoney.cfg
See https://github.com/spiral-project/ihatemoney/pull/193
2017-06-21 17:10:26 +02:00
Jocelyn Delalande
00243d4a5c
Normalize path
2017-06-18 17:11:10 +02:00
Jocelyn Delalande
231bb6e47b
Fix http path
...
Thanks to Maniack C.
2017-06-17 12:59:40 +02:00
Jocelyn Delande
96b92b6ee6
socket is now in /tmp/ as /var/run/ihatemoney gets rm on each reboot
...
fixes #3
2015-06-10 00:13:01 +02:00
Jocelyn Delande
6bc8770aa5
Added yunohost logo
2015-05-02 12:47:02 +02:00
Jocelyn Delande
167414f3dd
Effective prefix configuration, using patched ihatemoney
2015-05-01 23:27:08 +02:00
Jocelyn Delande
eea29d89c8
That config key was wrong
...
btw, fixed upstream : https://github.com/spiral-project/ihatemoney/pull/121
2015-05-01 23:25:20 +02:00
Jocelyn Delande
7062aa7cff
Fixed path of static media
2015-05-01 23:23:44 +02:00
Jocelyn Delande
14c1789a26
Work in progress : installation is working but upstream app lacks url prefix support
2015-05-01 14:30:09 +02:00
Jocelyn Delande
3192681226
Imperted upstream code at 42dd9d54a8
(upstream is not tagged) inside a the sources dir
2015-04-26 14:06:33 +02:00
Alexis Metaireau
ef353d643c
Refactor the application to use blueprints.
...
This allows to isolate some behavior in the context of the web application so
the API and the web application can behave in different ways.
2011-09-09 21:21:37 +02:00
Alexis Metaireau
83a59fba10
update the path to the app for all conf files
2011-03-10 17:37:10 +00:00
Alexis Metaireau
044ccd2d47
update the names in the nginx conf
2011-03-10 17:33:48 +00:00
Alexis Metaireau
de708ce3ef
reshape the folder structure. Add conf files
2011-03-10 17:32:53 +00:00