1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/freshrss_ynh.git synced 2024-09-03 18:36:33 +02:00
Commit graph

212 commits

Author SHA1 Message Date
OniriCorpe
8d51003b97
Fail2ban (#171)
* fix SC2086 linter alerts

* tidying up

* add fail2ban

* add fail2ban

* fix install: "Have not found any log file for freshrss jail"

* sigh I'm dumdum... / fix touch path while installing fail2ban

* while upgrading, create the logfile for fail2ban if it doesn't exist

* reduce warns that freshrss returns and which may worry users
2023-11-01 16:57:59 +01:00
Éric Gaspar
e604af215f cleaning 2023-09-29 18:53:41 +02:00
Éric Gaspar
dcdbeb73a5
Version 2 (#163)
* v2

* v2

* Auto-update README

* Update manifest.toml

* cleaning

* Update upgrade

* manifest: we probably want actual bools for permissions auth_header / show_tile / protected

* "additional_urls" should be a list

* Update manifest.toml

* cleaning

* PHP 8.1 (security fixes) (#165)

* Update to php8.1

* Auto-update README

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
Co-authored-by: lapineige <lapineige@users.noreply.github.com>
2023-06-29 19:08:38 +02:00
XoD
161971e34c set app as owner of log folder
This fix problem of writing log from php actualize_script runed by cron.
Issue #148
2022-11-01 19:52:58 +01:00
yalh76
5e8a2104ab Move logs in /var/log 2022-10-03 00:00:06 +02:00
yalh76
857a3a89cb Update change_url 2022-10-02 23:12:34 +02:00
yalh76
18bb441ea3 Apply last example_ynh 2022-10-02 23:03:44 +02:00
ericgaspar
83bb09373b
4.3 2021-11-21 23:15:26 +01:00
ericgaspar
f62af27651 Update restore 2021-11-13 16:54:52 +01:00
Alexandre Aubin
5bf623c629
Fix change_url : $domain or $path may be unbound... 2021-10-24 22:59:18 +02:00
Clément
e8367627d7
Merge pull request #128 from YunoHost-Apps/fix/cron-permissions
fix cron permissions
2021-08-28 16:04:27 +02:00
Clément
e7db10baac
Merge branch 'master' into testing 2021-08-28 11:59:28 +02:00
Clément
b17c7909cc cron owner should be root 2021-08-28 10:54:58 +02:00
ericgaspar
ce6a520bbb fix 2021-08-24 08:01:56 +02:00
ericgaspar
47ca88ad5e Update upgrade 2021-08-23 23:53:06 +02:00
ericgaspar
eaf4f577c9 Update install 2021-08-23 23:33:35 +02:00
ericgaspar
5e874f46fc fix 2021-08-23 23:21:24 +02:00
Éric Gaspar
c08e526816
Testing (#122)
- Upgrade to 1.18.1
2021-08-15 09:22:47 +02:00
Alexandre Aubin
58b42e1357
Remove old commented pieces of code 2021-08-15 00:45:40 +02:00
Éric Gaspar
4ca0bb3af5
Fix linter warnings (#120)
- Upgrade to 1.18.1
2021-06-28 22:23:04 +02:00
ericgaspar
d01a959541
Fix #113 2021-06-10 13:33:26 +02:00
Jules Bertholet
e6b8ecfd66 More tweaks to permissions 2021-04-17 13:26:50 -04:00
Jules Bertholet
0ecb02b072 Harden permissions 2021-03-23 00:34:33 -04:00
Jules-Bertholet
19c04fb697 Add PHP SQLite dependency
Works around https://github.com/FreshRSS/FreshRSS/issues/3528
2021-03-19 22:51:48 -04:00
ericgaspar
665c6a8f2b
Cleaning up 2020-11-13 14:55:16 +01:00
ericgaspar
220e16dbab
Add mysql php extention #105 2020-11-08 10:27:32 +01:00
Éric Gaspar
f9d4fb3e2e
Update scripts/restore
Co-authored-by: yalh76 <yalh@yahoo.com>
2020-11-06 14:48:05 +01:00
ericgaspar
81f623543d
Replace PHP version in cron 2020-10-18 22:21:30 +02:00
ericgaspar
bee2a79b90
Update restore 2020-10-02 08:35:32 +02:00
ericgaspar
b1bf235f72
Update _common.sh 2020-10-01 22:42:21 +02:00
ericgaspar
c861955c1d
Upgrade to v.1.17.0 2020-10-01 22:19:32 +02:00
ericgaspar
df47834de7
fix php 2020-09-04 22:39:46 +02:00
ericgaspar
9b713b904d
php as variable 2020-09-04 22:24:17 +02:00
Clément
92588aec77 fix api check 2020-04-05 09:48:43 +02:00
Clément
a4cb702ff3 replace tags in hooks on install 2020-04-02 21:28:46 +02:00
Clément
8d8ebfd453 remove old cron log and have per app log to fix permission 2019-11-17 11:00:54 +01:00
yalh76
574a57f301 Fix upgrade 2019-11-13 01:03:28 +01:00
Clément
4f1294ed4e add more dependencies 2019-11-06 22:20:54 +01:00
Clément
653f682c75 add sqlite as dependency 2019-11-06 22:13:59 +01:00
Clément
8fcacc5e6b add php-gmp dependency 2019-10-24 20:09:10 +02:00
Clément
a87fb85e6e fix api access 2019-10-24 20:02:48 +02:00
Clément
06a8d8b56d fix api access 2019-10-22 21:16:46 +02:00
Clément
db12c853b2 remove logs 2019-07-27 16:48:33 +02:00
yalh76
06f42c0923 Apply example_ynh 2019-07-27 14:43:05 +02:00
Clément
d69ade0585 fix cron permissions 2019-07-27 14:43:05 +02:00
Clément
9436601b6f fix legacy parameter admin_user and base url in reconfigure 2019-07-27 14:43:05 +02:00
Clément
c80a2bc938 reconfigure app after upgrade / change url 2019-07-27 14:43:05 +02:00
Clément
6a446dcca3 fix user creation 2019-07-27 14:43:05 +02:00
Clément
d86c6bc903 remove unused log rotate 2019-07-27 14:43:05 +02:00
Clément
af05b5ff9f change nginx setup and reload method 2019-07-27 14:43:05 +02:00