1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pgadmin_ynh.git synced 2024-09-03 19:56:38 +02:00
Commit graph

124 commits

Author SHA1 Message Date
Josué Tille
993243306e
fix arm install 2024-03-12 21:37:45 +01:00
Josué Tille
dc5a2ecf77
Fix path change detection and patch path 2024-03-12 12:13:11 +01:00
Josué Tille
b9a63629fb
Fix linter warning 2024-03-12 08:24:57 +01:00
Josué Tille
293a61bb99
Correcly cleanup legacy uwsgi 2024-03-11 23:09:23 +01:00
Josué Tille
a6e9912a46
Cleanup venv also if path change 2024-03-11 23:02:05 +01:00
Josué Tille
72c3a867da
Full rework of package following PR #35
- Fix regression #35 - python dependancy
- Fix regression #35 - armv7 support
- Fix regression #35 - bad install dir
- Fix DB setup and don't request password to user
- Fix data storage path
- Add SSO support
- Update app to 8.3 (will be updated to 8.4 by auto update)
- Add mail support
- Remove legacy uwsig and use gunicorn instead
- Remove expect dependancy
- Set permission explicitly
- Add multi instance support
- Simplify again restore script
2024-03-11 12:18:35 +01:00
549cc67e58 Remove sleep 10 2024-01-31 20:28:33 +01:00
b182b42dcb oops 2024-01-31 19:57:10 +01:00
4ea1a2262e Add script progression weights 2024-01-31 19:46:18 +01:00
Félix Piédallu
a169185d9d setup.py changed 2024-01-31 17:36:53 +01:00
Félix Piédallu
b5b880e467 Adapt expect script to the new setup.py script 2024-01-31 17:36:53 +01:00
Félix Piédallu
a28c297f10 Fix \list command 2024-01-31 17:36:47 +01:00
Félix Piédallu
466207902b Move /var/lib/pgadmin to install_dir/data 2024-01-31 16:42:28 +01:00
Félix Piédallu
f0965a67c3 Bump to v7.8. automatically use upstream version in scripts. 2024-01-31 16:22:29 +01:00
Félix Piédallu
6ee06b09d8 do one request to unblock user? 2024-01-31 15:56:14 +01:00
Félix Piédallu
dbb8b4dacb fix install missing dir 2024-01-31 15:31:53 +01:00
Félix Piédallu
334d0d0e01 Cleanup requirements 2024-01-31 14:53:27 +01:00
Félix Piédallu
66d63af2db Cleanup permissions 2024-01-31 14:52:39 +01:00
Félix Piédallu
61ab529897 reorder steps 2024-01-31 14:44:14 +01:00
Félix Piédallu
e9907e2263 fix server.json, cleanup 2024-01-31 14:38:11 +01:00
Félix Piédallu
a79663c1ca fix install 2024-01-31 14:06:03 +01:00
Félix Piédallu
b74f74013a Use json file to configure servers to pgadmin 2024-01-31 12:23:49 +01:00
Félix Piédallu
670a55b632 do not overwrite db_pwd 2024-01-31 12:17:37 +01:00
c3912a4858 Don't save the password. dump the hashed password on backup. 2024-01-31 00:09:54 +01:00
59bd4bc0ce pip direct 2024-01-30 23:07:51 +01:00
d76552994e oops 2024-01-30 22:54:29 +01:00
38661e133b Try with the requirements.txt from the sources 2024-01-30 22:50:25 +01:00
4db7bc7f7f fix upgrade 2024-01-30 19:29:30 +01:00
9ae52eee75 don't instal psycopg manually 2024-01-30 18:40:43 +01:00
fa88c45505 Add systemd description 2024-01-30 18:24:56 +01:00
6c607fbcd9 fix calls to add_uwsgi_config 2024-01-30 18:01:57 +01:00
bce58021f7 fix upgrade 2024-01-30 18:01:12 +01:00
fa5931243b Add description to uwsgi systemd service 2024-01-30 17:38:42 +01:00
1838024e42 handle psql user differently 2024-01-30 17:20:58 +01:00
2f1835664d Update packagingv2 2024-01-30 17:03:58 +01:00
463bea48fd fix permission, continue 2024-01-30 16:48:42 +01:00
701094e25b fix permission 2024-01-30 16:37:46 +01:00
bbc3f1a0ea cleanup install 2024-01-30 16:22:11 +01:00
6f9a12342c venv dir 2024-01-30 16:00:07 +01:00
6356ba687a useless activate venv 2024-01-30 15:50:21 +01:00
eae63a74cf fix permissions 2024-01-30 15:36:17 +01:00
71c55c4aab continue cleanup 2024-01-30 15:32:09 +01:00
295864a24d fix uwsgi 2024-01-30 15:12:37 +01:00
0ac8cbb574 fix install_dir 2024-01-30 15:02:44 +01:00
3998221bd1 fix missing email 2024-01-30 13:23:29 +01:00
4c627be6b2 fix var name 2024-01-30 13:14:52 +01:00
c8f1c327b4 fix 2024-01-30 11:38:11 +01:00
bb3b233539 fix 2024-01-30 11:37:53 +01:00
205b0028dc update packagingv2 2024-01-30 11:36:14 +01:00
Josué Tille
48e271f41a
Install psycopg binary for psycopg3 2023-04-28 00:19:12 +02:00