Jimmy Monin
46947632f8
Fix missing LDAP plugin configuration
2017-11-19 19:42:54 +01:00
Jimmy Monin
5e28392c61
Backup PHP-FPM conf and fix data restoration ( fixes #14 )
2017-11-19 19:10:47 +01:00
Jimmy Monin
f7a6d6ca2d
Take more official review comments into account
2017-10-19 21:06:34 +02:00
Jimmy Monin
0b68168935
Use ynh_abort_if_errors instead of set-eu in backup/restore scripts
2017-10-17 19:45:45 +02:00
Jimmy Monin
2c824f4be8
Remove sleep statements (can't reproduce initial issues on ARM...)
2017-10-02 18:11:50 +02:00
Jimmy Monin
7812409128
Move actual data directories to /home/yunohost.app (used to move galleries directory instead of _data directory)
2017-10-01 21:59:40 +02:00
Jimmy Monin
7b2e320b00
Add php5-gd dependency
2017-09-23 10:25:23 +02:00
Jimmy Monin
90d3303b28
Remove unwanted services reload and pauses
2017-09-22 21:47:50 +02:00
Jimmy Monin
b927abb98b
Fix restore on failed upgrade
2017-09-22 21:34:28 +02:00
Jimmy Monin
89eddb9e13
Add comments and spacings in upgrade
2017-09-22 21:21:52 +02:00
Jimmy Monin
6780bd4a75
Remove "set -u" and avoidable services restarts from remove
2017-09-22 21:19:18 +02:00
Jimmy Monin
8d061f1651
Add "big" comments in install
2017-09-22 21:18:40 +02:00
Jimmy Monin
81247871f7
Use final_path setting in backup script
2017-09-22 21:18:12 +02:00
Jimmy Monin
9fb7809c73
Remove ldap plugin sources and fetch from the Internet
2017-09-22 18:34:38 +02:00
Jimmy Monin
a4faa89fec
Use ynh_string_random helper
2017-09-16 12:34:25 +02:00
Jimmy Monin
2195a749e1
Refactor to latest YunoHost 2.7.2 standards
2017-09-11 22:00:57 +02:00
Jimmy Monin
5346ec8f4a
Add change_url script
2017-09-10 09:25:22 +02:00
Jimmy Monin
922ef648cc
Fix administrator's mail
2017-09-10 09:22:44 +02:00
Jimmy Monin
10520c164c
Upgrade to upstream version 2.9.1
2017-06-18 19:09:46 +02:00
JimboJoe
829a1f16d9
Protect with fail2ban ( closes #8 ) ( #9 )
...
Create and use ynh_add_fail2ban_config helper
2017-06-18 18:24:10 +02:00
Jimmy Monin
fcc493af42
Use extra_files feature of ynh_setup_source
2017-06-10 21:38:32 +02:00
Jimmy Monin
76fc701a4b
Major refactoring & complete Piwigo upgrade process:
...
- refactoring to comply with packaging latest standards/helpers
- use Piwigo internal upgrade process via a curl command
2017-06-03 18:13:29 +02:00
Jimmy Monin
750d11f06d
Validate quality level 4
2017-02-16 07:57:36 +01:00
Jimmy Monin
7561686a38
Use a dedicated php-fpm process ( closes #3 )
2017-02-08 18:32:46 +01:00
Jimmy Monin
4adda14d45
Fix upgrade when installed on domain root
2017-01-28 12:42:43 +01:00
Jimmy Monin
3cbb80be30
Upgrade Piwigo upstream version to 2.8.6
2017-01-28 10:59:40 +01:00
Jimmy Monin
ce71f1950a
Fix incorrect destination path
2017-01-28 10:58:14 +01:00
Jimmy Monin
77f8bbda34
Fix upgrade when set-up at domain root
2017-01-08 14:24:58 +01:00
Jimmy Monin
c8a7c4f7f8
Fix symbolic links to /home/yunohost.app
2017-01-08 14:16:28 +01:00
Jimmy Monin
86d4bc2833
Upgrade to Piwigo 2.8.5
2017-01-03 20:08:29 +01:00
Jimmy Monin
c5d7cfdbf3
Comply with new package_linter rules
2016-12-30 17:32:19 +01:00
Jimmy Monin
c4c7645890
Remove sources from YNH package and download them during installation
2016-12-27 14:41:45 +01:00
Jimmy Monin
dd76f1415b
upgrade Piwigo to version 2.8.3
...
add upgrade script
2016-11-26 16:25:18 +01:00
Jimmy Monin
c87adbf214
Add backup/restore functionality and a nicer README.md
2016-09-17 12:07:12 +02:00
Jimmy Monin
a429d2cee9
Revamped conf files and scripts to comply with packaging newest best practices
2016-09-11 10:15:45 +02:00
Jimmy Monin
c901e35f5a
fix install log output
2016-09-07 18:00:40 +02:00
Jimmy Monin
9d624bf772
Use SSO in private AND public mode. In public mode, the user will be authenticated if logged in Yunohost portal. Depending of piwigo configuration, the user could otherwise log in as a guest, or via a specific piwigo-only account.
2016-09-07 07:23:00 +02:00
Développeur égaré
590d09db82
Merge branch 'master' of https://github.com/monsieur-a/piwigo_ynh into patch-1
2015-02-17 09:51:00 +01:00
aymhce
e6b7ded29d
Update install
...
oups little correction
2014-12-28 22:36:35 +01:00
aymhce
c32af3afed
replace sed -i on /etc/hosts by simple sed with cp
...
Hello, there is a problem on Docker to use "sed -i" on /etc/hosts file, because it's mouted on other fs.
However, it's possible to use simple sed with tempory file and cp / rm.
Thanks
Ref from Docker documentation : https://docs.docker.com/v1.3/userguide/dockervolumes/
Note: Many tools used to edit files including vi and sed --in-place may result in an inode change. Since Docker v1.1.0, this will produce an error such as "sed: cannot rename ./sedKdJ9Dy: Device or resource busy". In the case where you want to edit the mounted file, it is often easiest to instead mount the parent directory.
2014-12-28 22:29:56 +01:00
matanya
4311562c90
check if admin exists in case insensetive
...
This supports pre-beta V2 installations.
2014-11-27 23:35:22 +02:00
monsieur-a
c57a123983
Update install
2014-07-14 08:54:42 +02:00
Beudbeud
da32a2e524
clean repo and add auth-http
2014-07-13 13:44:32 +02:00
monsieur-a
1ee77fbd24
ajout conf php
2014-07-07 19:07:36 +02:00
monsieur-a
d001a2c32d
Revert "test conf php"
...
This reverts commit 232f8945af
.
2014-07-07 18:59:15 +02:00
monsieur-a
174ecaa78e
Revert "php"
...
This reverts commit 60c3c8ef55
.
2014-07-07 18:59:07 +02:00
monsieur-a
ff1ca4078e
Revert "test php"
...
This reverts commit 727e29d5cb
.
2014-07-07 18:59:01 +02:00
monsieur-a
727e29d5cb
test php
2014-07-07 18:48:34 +02:00
monsieur-a
60c3c8ef55
php
2014-07-06 19:35:23 +02:00
monsieur-a
232f8945af
test conf php
2014-07-06 19:26:39 +02:00
monsieur-a
977fca9553
gestion des droits
2014-07-06 18:20:53 +02:00
monsieur-a
5a62f74c7e
correction
2014-07-06 15:49:09 +02:00
monsieur-a
46ebca4380
correction pour envoi photo
2014-07-06 15:43:16 +02:00
monsieur-a
4531099f87
gestion des droits
2014-07-06 15:38:46 +02:00
monsieur-a
677d1bffff
initial commit
2014-07-06 13:21:10 +02:00