mirror of
https://github.com/YunoHost-Apps/ttrss_ynh.git
synced 2024-10-01 13:34:46 +02:00
add skipped url
This commit is contained in:
parent
8507135dfa
commit
ea50e1f6e2
2 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
"id": "ttrss",
|
"id": "ttrss",
|
||||||
"description": {
|
"description": {
|
||||||
"en": "A PHP and Ajax feed reader",
|
"en": "A PHP and Ajax feed reader",
|
||||||
"fr": "Lecteur de flux PHP et Ajax"
|
"fr": "Lecteur de flux en PHP et Ajax"
|
||||||
},
|
},
|
||||||
"developer": {
|
"developer": {
|
||||||
"name": "titoko",
|
"name": "titoko",
|
||||||
|
|
|
@ -54,3 +54,4 @@ sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/ttrss.conf
|
||||||
# Reload Nginx and regenerate SSOwat conf
|
# Reload Nginx and regenerate SSOwat conf
|
||||||
sudo service nginx reload
|
sudo service nginx reload
|
||||||
sudo yunohost app ssowatconf
|
sudo yunohost app ssowatconf
|
||||||
|
yunohost app setting ttrss skipped_uris "/public.php"
|
||||||
|
|
Loading…
Reference in a new issue