1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ttrss_ynh.git synced 2024-10-01 13:34:46 +02:00
Commit graph

23 commits

Author SHA1 Message Date
eric_G
33505d27a9
[autopatch] Automatic patch attempt for helpers 2.1 (#168) (#169)
* [autopatch] Automatic patch attempt for helpers 2.1 (#168)

* [autopatch] Automatic patch attempt for helpers 2.1

* cleaning

---------

Co-authored-by: Yunohost-Bot <>
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>

* Auto-update READMEs

* cleaning

* Auto-update READMEs

---------

Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
2024-09-08 13:32:10 +02:00
Éric Gaspar
46abed3d38
Testing (#149)
* Auto-update README

* Upgrade to upstream

* Auto-update README

* Bullseye (#141)

* Fix

* Fix

* Auto-update README

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

* Upgrade

* Auto-update README

* Auto-update README

* Upgrade to upstream

* Auto-update README

* PHP

* Auto-update README

* Update manifest.json

* Auto-update README

* Update config

* Fix

* Auto-update README

* update

* Auto-update README

* Version 2 (#148)

* v2

* v2

* Auto-update README

* Fix

* Auto-update README

* fix

---------

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

* Update tests.toml

* Delete check_process

* Update restore

* Update remove

* Update install

* Update upgrade

* Fix

* Update upgrade

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>
2023-03-11 13:53:38 +01:00
yalh76
8038889f56
Upgrade (#136)
* Apply example_ynh

* Fix #49

* Fix #75

* Auto-update README

* Update check_process

Co-authored-by: yunohost-bot <yunohost@yunohost.org>
2022-07-06 06:41:20 +02:00
Éric Gaspar
3cb4ea773f
Php8 (#129)
* Auto-update README

* PHP8

Co-authored-by: yunohost-bot <yunohost@yunohost.org>
2022-06-06 19:06:50 +02:00
Éric Gaspar
64ba2b6ff1
Upgrade config file (#108)
Patches that allows to connect to the app without authentication are not working anymore.
I see 3 possible solutions:

- rework patches to work with upstream changes
- use built-in authentication
- set authentication to false and protect app access with SSO (as in this PR)
2021-12-28 09:58:39 +01:00
yalh76
332f930a7b
Apply example_ynh (#104) 2021-05-18 09:26:51 +02:00
Éric Gaspar
c6a70e166c
Fix linter warning (#89) 2020-11-20 12:28:18 +01:00
Éric Gaspar
c0545e336a
Add PHP recommended extentions (#86)
- Add recommended PHP extentions : https://git.tt-rss.org/fox/tt-rss/wiki/PhpCompatibilityNotes
    - Upgrade to the rolling upstream version
2020-09-17 11:20:32 +02:00
ericgaspar
0aac1c7c5c
Update _common.sh 2020-08-14 14:14:56 +02:00
ericgaspar
269af38f5f
Update _common.sh 2020-08-14 14:09:47 +02:00
ericgaspar
1e29a50beb
upgrade php 2020-08-14 12:29:45 +02:00
JimboJoe
be720df12e
Merge branch 'testing' into fix_add_dependencies 2019-05-07 19:45:09 +02:00
Maniack Crudelis
6807fd9ec9 Normalization from example_ynh 2019-05-01 20:35:48 +02:00
Jimmy Monin
3c2240a9cd Fix upgrade (don't keep deleted files from older upstream versions) 2019-03-17 12:34:20 +01:00
Jimmy Monin
e420e01039 Add missing php-string and php-xml dependencies 2019-03-16 09:09:09 +01:00
Jimmy Monin
ff9fc6cadb Add change_url script 2018-05-27 21:20:39 +02:00
Maniack Crudelis
6d2a5f88b2 Fix upgrade and use the last commit 2017-08-27 15:34:30 +02:00
Maniack Crudelis
481513180a Update 17.4 & refactoring 2017-08-27 14:42:28 +02:00
Rafi59
605cb92120 Fix upstream source URL and upgrade to latest version (#34)
* [fix] source

* [fix] Archive

* {fix] Version
2017-07-17 07:20:42 +02:00
Sebastian Gumprich
8546471bc9 update tt-rss version, change url (#33) 2017-06-03 12:46:09 +02:00
Jeff
b1334ea409 Fix install
Hello, the folder within the zip does not match the pattern anymore. As a result, the app won't install anymore...
Here is the fix.

Hello,
I have a strange error:

```
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1183) [sender=3.1.1]
rsync: change_dir "/tmp/tmp.n4cxYSWbPh/tt-rss.git" failed: No such file or directory (2)
+ sudo rsync -a '/tmp/tmp.n4cxYSWbPh/tt-rss.git/*' /var/www/ttrss
+ unzip -q /tmp/ttrss.zip -d /tmp/tmp.n4cxYSWbPh
+ wget -q -O /tmp/ttrss.zip 'https://tt-rss.org/gitlab/fox/tt-rss/repository/archive.zip?ref=17.1'
```
2017-04-19 17:51:56 +02:00
Sebastian Gumprich
a00025aa3a fix version in common.sh 2017-02-19 14:06:22 +01:00
Sebastian Gumprich
ff561142fc update ttrss version, add update schema to install
Remove sources from git and install tt-rss from original source.
2017-02-19 13:54:21 +01:00