mirror of
https://github.com/YunoHost-Apps/lstu_ynh.git
synced 2024-09-03 19:36:12 +02:00
commit
4d7e188447
7 changed files with 11 additions and 5 deletions
|
@ -15,9 +15,10 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
URL Shortener
|
Lstu means Let's Shorten That URL.
|
||||||
|
|
||||||
**Shipped version:** 0.26.0~ynh1
|
|
||||||
|
**Shipped version:** 0.26.0~ynh2
|
||||||
|
|
||||||
**Demo:** https://lstu.fr
|
**Demo:** https://lstu.fr
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,8 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
||||||
|
|
||||||
Raccourcisseur d'URL
|
Raccourcisseur d'URL
|
||||||
|
|
||||||
**Version incluse :** 0.26.0~ynh1
|
|
||||||
|
**Version incluse :** 0.26.0~ynh2
|
||||||
|
|
||||||
**Démo :** https://lstu.fr
|
**Démo :** https://lstu.fr
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,7 @@ After=network.target
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
User=__APP__
|
User=__APP__
|
||||||
|
Group=__APP__
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=10
|
RestartSec=10
|
||||||
WorkingDirectory=__FINALPATH__
|
WorkingDirectory=__FINALPATH__
|
||||||
|
|
1
doc/DESCRIPTION.md
Normal file
1
doc/DESCRIPTION.md
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Lstu means Let's Shorten That URL.
|
1
doc/DESCRIPTION_fr.md
Normal file
1
doc/DESCRIPTION_fr.md
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Raccourcisseur d'URL
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "URL Shortener",
|
"en": "URL Shortener",
|
||||||
"fr": "Raccourcisseur d'URL"
|
"fr": "Raccourcisseur d'URL"
|
||||||
},
|
},
|
||||||
"version": "0.26.0~ynh1",
|
"version": "0.26.0~ynh2",
|
||||||
"url": "https://lstu.fr",
|
"url": "https://lstu.fr",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "WTFPL",
|
"license": "WTFPL",
|
||||||
|
|
|
@ -152,7 +152,8 @@ fi
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Starting a systemd service..."
|
ynh_script_progression --message="Starting a systemd service..."
|
||||||
|
|
||||||
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Server available at"
|
# Start a systemd service
|
||||||
|
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Server available at"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# RELOAD NGINX
|
# RELOAD NGINX
|
||||||
|
|
Loading…
Reference in a new issue