mirror of
https://github.com/YunoHost-Apps/rss-bridge_ynh.git
synced 2024-09-03 20:25:51 +02:00
Add templates
This commit is contained in:
parent
46d246f44e
commit
57b2f4e7a0
4 changed files with 10 additions and 5 deletions
|
@ -10,11 +10,11 @@
|
|||
setup_private=0
|
||||
setup_public=0
|
||||
upgrade=1
|
||||
upgrade=1 from_commit=7a99e018f12d91876c84efd04e0a4e7f178fdd80
|
||||
upgrade=1 from_commit=3fbb92322907780bcda40792d6ddc652b1c9ff5c
|
||||
backup_restore=1
|
||||
multi_instance=1
|
||||
change_url=1
|
||||
;;; Upgrade options
|
||||
; commit=7a99e018f12d91876c84efd04e0a4e7f178fdd80
|
||||
name=Upgrade to upstream version 2018-04-06
|
||||
; commit=3fbb92322907780bcda40792d6ddc652b1c9ff5c
|
||||
name=Merge pull request #35
|
||||
manifest_arg=domain=DOMAIN&path=PATH&
|
||||
|
|
BIN
doc/screenshots/screenshot_rss-bridge_welcome.png
Normal file
BIN
doc/screenshots/screenshot_rss-bridge_welcome.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 72 KiB |
|
@ -8,6 +8,13 @@
|
|||
},
|
||||
"version": "2021-04-25~ynh1",
|
||||
"url": "https://github.com/RSS-Bridge/rss-bridge",
|
||||
"upstream": {
|
||||
"license": "Unlicense",
|
||||
"website": "https://github.com/RSS-Bridge/rss-bridge",
|
||||
"demo": "https://wtf.roflcopter.fr/rss-bridge/",
|
||||
"admindoc": "https://github.com/RSS-Bridge/rss-bridge/wiki",
|
||||
"code": "https://github.com/RSS-Bridge/rss-bridge"
|
||||
},
|
||||
"license": "Unlicense",
|
||||
"maintainer": {
|
||||
"name": "JimboJoe",
|
||||
|
|
|
@ -75,8 +75,6 @@ chown -R $app:www-data "$final_path"
|
|||
#=================================================
|
||||
ynh_script_progression --message="Configuring NGINX web server..." --weight=1
|
||||
|
||||
### `ynh_add_nginx_config` will use the file conf/nginx.conf
|
||||
|
||||
# Create a dedicated NGINX config
|
||||
ynh_add_nginx_config
|
||||
|
||||
|
|
Loading…
Reference in a new issue