mirror of
https://github.com/YunoHost-Apps/uptime-kuma_ynh.git
synced 2024-10-01 13:34:58 +02:00
linter
This commit is contained in:
parent
8a23a12cda
commit
24dbc5f0cb
7 changed files with 4 additions and 43 deletions
13
README.md
13
README.md
|
@ -44,19 +44,6 @@ It is a self-hosted monitoring tool like "Uptime Robot".
|
|||
- This app needs a manual post-install
|
||||
- Uses N to install specific nodejs version
|
||||
- We could pre-configure mail notifications with YunoHost mail server as an improvement.
|
||||
<!-- * Any known limitations, constrains or stuff not working, such as (but not limited to):
|
||||
* requiring a full dedicated domain ?
|
||||
* architectures not supported ?
|
||||
* not-working single-sign on or LDAP integration ?
|
||||
* the app requires an important amount of RAM / disk / .. to install or to work properly
|
||||
* etc...
|
||||
|
||||
|
||||
- Other infos that people should be aware of, such as:
|
||||
- any specific step to perform after installing (such as manually finishing the install, specific admin credentials, ...)
|
||||
- how to configure / administrate the application if it ain't obvious
|
||||
- upgrade process / specificities / things to be aware of ?
|
||||
- security considerations ? -->
|
||||
|
||||
## Documentation and resources
|
||||
|
||||
|
|
13
README_fr.md
13
README_fr.md
|
@ -40,19 +40,6 @@ It is a self-hosted monitoring tool like "Uptime Robot".
|
|||
- This app needs a manual post-install
|
||||
- Uses N to install specific nodejs version
|
||||
- We could pre-configure mail notifications with YunoHost mail server as an improvement.
|
||||
<!-- * Any known limitations, constrains or stuff not working, such as (but not limited to):
|
||||
* requiring a full dedicated domain ?
|
||||
* architectures not supported ?
|
||||
* not-working single-sign on or LDAP integration ?
|
||||
* the app requires an important amount of RAM / disk / .. to install or to work properly
|
||||
* etc...
|
||||
|
||||
|
||||
- Other infos that people should be aware of, such as:
|
||||
- any specific step to perform after installing (such as manually finishing the install, specific admin credentials, ...)
|
||||
- how to configure / administrate the application if it ain't obvious
|
||||
- upgrade process / specificities / things to be aware of ?
|
||||
- security considerations ? -->
|
||||
|
||||
## Documentations et ressources
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[Unit]
|
||||
Description=Uptime Kuma
|
||||
Description=Uptime Kuma, a fancy monitoring tool
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
|
|
|
@ -3,16 +3,3 @@
|
|||
- This app needs a manual post-install
|
||||
- Uses N to install specific nodejs version
|
||||
- We could pre-configure mail notifications with YunoHost mail server as an improvement.
|
||||
<!-- * Any known limitations, constrains or stuff not working, such as (but not limited to):
|
||||
* requiring a full dedicated domain ?
|
||||
* architectures not supported ?
|
||||
* not-working single-sign on or LDAP integration ?
|
||||
* the app requires an important amount of RAM / disk / .. to install or to work properly
|
||||
* etc...
|
||||
|
||||
|
||||
- Other infos that people should be aware of, such as:
|
||||
- any specific step to perform after installing (such as manually finishing the install, specific admin credentials, ...)
|
||||
- how to configure / administrate the application if it ain't obvious
|
||||
- upgrade process / specificities / things to be aware of ?
|
||||
- security considerations ? -->
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"id": "uptime-kuma",
|
||||
"packaging_format": 1,
|
||||
"description": {
|
||||
"en": " A fancy self-hosted monitoring tool like Uptime-Robot",
|
||||
"en": "A fancy self-hosted monitoring tool like Uptime-Robot",
|
||||
"fr": "Un joli outil similaire à Uptime-Robot pour vérifier que des sites restent joignables"
|
||||
},
|
||||
"version": "1.0~ynh1",
|
||||
|
|
|
@ -342,7 +342,7 @@ ynh_script_progression --message="Integrating service in YunoHost..." --weight=1
|
|||
### - As well as the section "INTEGRATE SERVICE IN YUNOHOST" in the restore script
|
||||
### - And the section "INTEGRATE SERVICE IN YUNOHOST" in the upgrade script
|
||||
|
||||
yunohost service add $app --description="Uptime Kuma" --log="/var/log/$app/$app.log"
|
||||
yunohost service add $app --description="Uptime Kuma, a fancy monitoring tool" --log="/var/log/$app/$app.log"
|
||||
|
||||
### Additional options starting with 3.8:
|
||||
###
|
||||
|
|
|
@ -197,7 +197,7 @@ ynh_use_logrotate --non-append
|
|||
#=================================================
|
||||
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="Uptime Kuma, a fancy monitoring tool" --log="/var/log/$app/$app.log"
|
||||
|
||||
#=================================================
|
||||
# START SYSTEMD SERVICE
|
||||
|
|
Loading…
Reference in a new issue