1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pyinventory_ynh.git synced 2024-09-03 20:16:09 +02:00
Commit graph

29 commits

Author SHA1 Message Date
JensDiemer
f52c90c7ec Fix restore by calling chown for log file 2020-12-23 08:52:02 +01:00
JensDiemer
25a25c2277 Bugfix #20 use $new_domain and $new_path in change_url for settings.py 2020-12-22 18:00:10 +01:00
JensDiemer
3b8b01f73f Authenticate via SSO and nginx 'HTTP_REMOTE_USER' header 2020-12-22 17:12:26 +01:00
JensDiemer
1dca606c11 Bugfix change url: "__PUBLIC_PATH__" was not replaced 2020-12-22 08:22:32 +01:00
JensDiemer
7e56fe2f48 Fix change_url syntax error, see:
https://ci-apps.yunohost.org/ci/job/599

see also: https://github.com/YunoHost/package_linter/issues/90
2020-12-21 18:21:30 +01:00
Jens Diemer
017cc4f9d1
Merge branch 'testing' into update 2020-12-20 19:00:48 +01:00
JensDiemer
898e072126 update: PyInventory v0.8.2 2020-12-20 18:59:52 +01:00
JensDiemer
63a8914139 Fix #20
Just renew the settings.py
2020-12-16 17:35:27 +01:00
Jens Diemer
ab7ed3f143
Merge pull request #15 from ericgaspar/patch
Missing python3-venv
2020-12-12 18:46:35 +01:00
Jens Diemer
a74d0c1481
Update _common.sh 2020-12-12 18:46:07 +01:00
JensDiemer
93ec538d44 Bugfix #16 by including the public path to backup/restore
Seems to be the only missing part?!?
2020-12-12 18:26:07 +01:00
ericgaspar
cda2bfd050
Update _common.sh 2020-12-12 17:26:38 +01:00
JensDiemer
4a81c8dec5 SSO: Bugfix new user creations and permissions 2020-12-12 14:36:36 +01:00
JensDiemer
12739d04d7 Support SSO authentication via django-auth-ldap
Other changes:

* Bugfix Redis cache backend
* remove "virtualenv" and use "python3 -m venv"
2020-12-12 13:55:14 +01:00
Jens Diemer
e1c197f663
Merge pull request #8 from YunoHost-Apps/update-req
pyinventory_version="0.8.1"
2020-12-09 20:33:01 +01:00
JensDiemer
ced368925b pyinventory_version="0.8.1" 2020-12-09 20:32:00 +01:00
JensDiemer
76785f5f78 Bugfix update superuser
The "update superuser" part in "scripts/upgrade" doesn't work. Because it tries to create a new
superuser and doesn't handle a existing one.

We have conf/create_superuser.py that handle this: Use it in install/upgrade
2020-12-09 20:25:01 +01:00
ericgaspar
b59b200f32
add port variable for NGINX regen config 2020-12-09 18:44:04 +01:00
ericgaspar
9cc0952612
Set new permissions 2020-12-09 17:59:17 +01:00
ericgaspar
70676e7fb3
Add description to service 2020-12-09 17:58:19 +01:00
ericgaspar
874cf00deb
Update upgrade 2020-12-09 17:54:22 +01:00
ericgaspar
83f4ee4a1d
Use ynh_exec_as instead of sudo 2020-12-09 17:49:11 +01:00
ericgaspar
eeb294dceb
Remove sudo 2020-12-09 17:41:43 +01:00
ericgaspar
28a64f3af9
Remove systemd stop/start 2020-12-09 17:39:51 +01:00
JensDiemer
cb94da4684 Bugfix restore script: missing "port" for nginx.conf 2020-12-09 13:52:32 +01:00
JensDiemer
6adbe3eaef bugfix $YNH_APP_ARG_PATH handling 2020-12-09 13:31:25 +01:00
JensDiemer
1d13378171 Use own urls.py to support $YNH_APP_ARG_PATH 2020-12-09 12:05:24 +01:00
JensDiemer
aa6c3f7d89 bugfixes 2020-12-08 19:43:24 +01:00
JensDiemer
ba39fc8bf7 init 2020-12-08 09:06:25 +01:00