1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gamja_ynh.git synced 2024-09-03 18:36:34 +02:00
This commit is contained in:
ericgaspar 2022-04-18 12:26:56 +02:00
parent 126a52e34b
commit b3abd2550f
No known key found for this signature in database
GPG key ID: 574F281483054D44
5 changed files with 6 additions and 14 deletions

View file

@ -1,9 +1 @@
Some long and extensive description of what the app is and does, lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
### Features
- Ut enim ad minim veniam, quis nostrud exercitation ullamco ;
- Laboris nisi ut aliquip ex ea commodo consequat ;
- Duis aute irure dolor in reprehenderit in voluptate ;
- Velit esse cillum dolore eu fugiat nulla pariatur ;
- Excepteur sint occaecat cupidatat non proident, sunt in culpa."
A simple IRC web client.

View file

@ -7,10 +7,10 @@
"fr": "Simple IRC web client"
},
"version": "1.0~ynh1",
"url": "https://example.com",
"url": "https://web.libera.chat/gamja/",
"upstream": {
"license": "free",
"website": "https://example.com",
"website": "https://web.libera.chat/gamja/",
"demo": "https://web.libera.chat/gamja/",
"code": "https://sr.ht/~emersion/gamja/"
},

View file

@ -147,7 +147,7 @@ ynh_add_systemd_config
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..." --weight=1
yunohost service add $app --description="A short description of the app" --log="/var/log/$app/$app.log"
yunohost service add $app --description="Simple IRC web client" --log="/var/log/$app/$app.log"
#=================================================
# START SYSTEMD SERVICE

View file

@ -85,7 +85,7 @@ systemctl enable $app.service --quiet
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..." --weight=1
yunohost service add $app --description="A short description of the app" --log="/var/log/$app/$app.log"
yunohost service add $app --description="Simple IRC web client" --log="/var/log/$app/$app.log"
#=================================================
# START SYSTEMD SERVICE

View file

@ -160,7 +160,7 @@ ynh_add_systemd_config
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..." --weight=1
yunohost service add $app --description="A short description of the app" --log="/var/log/$app/$app.log"
yunohost service add $app --description="Simple IRC web client" --log="/var/log/$app/$app.log"
#=================================================
# START SYSTEMD SERVICE