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

57 commits

Author SHA1 Message Date
Alexandre Aubin
085b9fefe5 This sounds like a very convoluted way to generate a 40-char random string ... 2023-12-21 15:13:24 +01:00
Alexandre Aubin
48435375a8 This sounds like a very convoluted way to generate a 12-char random string ... 2023-12-21 15:02:50 +01:00
Alexandre Aubin
22486a6ac2 Iconsistent ynh_use_logrotate syntax 2023-12-12 23:56:13 +01:00
Éric Gaspar
515bf7a610 cleaning 2023-11-15 11:26:05 +01:00
Éric Gaspar
84b4977180 cleaning 2023-11-15 11:17:59 +01:00
lapineige
0e9dd2e249
fix logrotate rights
https://github.com/YunoHost-Apps/shaarli_ynh/issues/83
2023-05-11 09:56:37 +02:00
Éric Gaspar
da8054894b
Version 2 (#84)
* 0.12.2

* v2

* Auto-update README

* v2

* Auto-update README

* Update manifest.toml

* Auto-update README

* fix

* Update install

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>
2023-03-21 18:14:35 +01:00
Alexandre Aubin
e323036007
Simpler sha1 computation (#80)
* Simple sha1 computation

* Auto-update README

Co-authored-by: yunohost-bot <yunohost@yunohost.org>
2022-09-03 19:26:13 +02:00
yalh76
9c5fe175b1
Apply last example_ynh (#78)
* Apply last example_ynh

* Auto-update README

* removing rafi59

Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
2022-07-22 00:47:28 +02:00
Alexandre Aubin
9d7b7d3dc1 Make sure the log file is owned by shaarli so that php can write to it 2022-01-03 23:03:34 +01:00
Alexandre Aubin
4ace043d3a Moar permission fixes 2021-12-12 18:19:47 +01:00
Alexandre Aubin
728ddf3a69 Attempt to fix weird permission issues 2021-12-12 17:06:13 +01:00
Éric Gaspar
ae67957048
Fix linter (#73)
* Fix linter

* Auto-update README

* Fix

* Auto-update README

* Fix

* Fix

* Update upgrade

* Update install

* Fix

* Update upgrade

* Update restore

Co-authored-by: Yunohost-Bot <>
2021-11-22 19:20:21 +01:00
ericgaspar
06dcc36382
Remove dependencies 2020-12-01 12:05:35 +01:00
ericgaspar
733cfdc207
Fix 2020-12-01 12:03:07 +01:00
ericgaspar
3cadf7cd51
Fix 2020-12-01 11:36:55 +01:00
Éric Gaspar
fe6f94078d
Upgrade to version 0.12.1 (#62) 2020-11-30 17:18:40 +01:00
tituspijean
9a949c1209 Use permissions system 2020-11-25 11:39:30 +01:00
tituspijean
7aed542943 Replace all ynh_print_info with ynh_script_progression 2020-11-25 10:36:44 +01:00
tituspijean
eb7843947b Re-implement automatic post-installation 2020-11-25 10:34:14 +01:00
tituspijean
a5a5ea5e64 Fix NGINX 2020-11-24 23:40:11 +01:00
Éric Gaspar
45640ae344
Small typos (#60) 2020-11-24 18:00:33 +01:00
ericgaspar
03225c748a
Cleaning up 2020-11-11 14:06:42 +01:00
lapineige
384df50bc9
Merge branch 'master' into testing 2020-11-03 09:56:50 +01:00
anmol26s
fa25f18b90
Updated to V0.12.0 and Nginx fix (#57)
* Set file permissions after creating the log (#53) (#54)

Should fix #49

Authored-by: tituspijean <tituspijean@outlook.com>

* Updated to version v0.12.0

* Fix images

* Fixed path in nginx

Co-authored-by: lapineige <lapineige@users.noreply.github.com>
Co-authored-by: anmol <anmol@jswan2.com>
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
2020-11-01 16:00:22 +01:00
lapineige
c492793c68
Set file permissions after creating the log (#53) (#54)
Should fix #49

Authored-by: tituspijean <tituspijean@outlook.com>
2020-04-28 20:38:02 +02:00
tituspijean
1d1e3d85b6
Set file permissions after creating the log (#53)
Should fix #49
2020-04-17 14:44:38 +02:00
Alexandre Aubin
5449171f6a Make the package linter happy : you dun' need sudo because you're already root bruh 2020-03-31 06:22:21 +02:00
Alexandre Aubin
b515e255d3 Fix that damn log issue 2019-09-26 14:21:49 +02:00
lapineige
4a7390447f
Fail2ban fixes (#44)
* fix fail2ban

* fix fail2ban
2019-07-22 16:27:12 +02:00
lapineige
ef69fb503c
Remove useless sudo
The script is run as root
2019-05-22 09:59:07 +02:00
anmol
41a3dc0425 Updated the package according to latest yunohost standards and app updated to version 0.10.3 2019-04-05 15:59:32 +05:30
anmol26s
624201b709 Added dependencies php5-gd 2018-09-30 08:14:42 +05:30
anmol26s
cb6c6a1232 Added dependencies and updated change_url 2018-09-30 07:50:19 +05:30
anmol26s
01cce20693 Added logrotate,fail2ban 2018-09-28 02:14:34 +05:30
anmol26s
d861b1d6c1 Updated is_public according to YNH 3 2018-09-21 23:09:09 +05:30
anmol26s
9b3ad936bc revamp the app 2018-06-25 09:27:41 +05:30
lapineige
bfa6d03f68 Make sure path always end with a "/"
Fix https://github.com/YunoHost-Apps/shaarli_ynh/issues/28 (Nginx configuration for / install broken)
2017-07-24 11:09:55 +02:00
Rafi59
272a6eaef6 Update install 2017-06-17 14:57:23 +02:00
Rafi59
6a3d6c4c6b Update install 2017-06-17 14:42:24 +02:00
Rafi59
67fdea8070 Update install 2017-06-17 13:23:43 +02:00
Rafi59
cc4af956e4 Update install 2017-06-17 12:42:01 +02:00
Rafi59
5b0734b710 Update install 2017-06-17 12:32:10 +02:00
Rafi59
f46cad7a26 Update install 2017-06-17 12:13:14 +02:00
Romain Garbage
0d78874af1 Add the possibility of a private instance and update the README 2017-03-05 10:28:25 +02:00
Romain Garbage
6ceb1b5f1b Fix install script: don't chown to root 2017-03-05 10:28:25 +02:00
Romain Garbage
2a6f053cfb Fix permissions settings in install script 2017-03-05 10:28:25 +02:00
Romain Garbage
d72e85f619 Some clean-up in the install script 2017-03-05 10:26:17 +02:00
Romain Garbage
329c1f774b Add support for multi instances and config at install 2017-03-05 10:26:17 +02:00
lapineige
8e6cea0f87 Update install script for 0.8.3 2017-02-19 23:17:19 +01:00