1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ifconfig-io_ynh.git synced 2024-09-03 20:36:27 +02:00

Merge pull request #25 from YunoHost-Apps/testing

Testing
This commit is contained in:
Salamandar 2024-06-21 14:28:05 +02:00 committed by GitHub
commit 7abc609382
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 9 additions and 11 deletions

View file

@ -23,7 +23,7 @@ I used the gin framework as it does several things to ensure that there are no m
Tested to handle 15,000 requests persecond on modest hardware with an average response time of 130ms.
**Shipped version:** 2024.01.06~ynh1
**Shipped version:** 2024.04.20~ynh1
**Demo:** <https://ifconfig.io>
## Documentation and resources

View file

@ -23,7 +23,7 @@ I used the gin framework as it does several things to ensure that there are no m
Tested to handle 15,000 requests persecond on modest hardware with an average response time of 130ms.
**Versión actual:** 2024.01.06~ynh1
**Versión actual:** 2024.04.20~ynh1
**Demo:** <https://ifconfig.io>
## Documentaciones y recursos

View file

@ -23,7 +23,7 @@ I used the gin framework as it does several things to ensure that there are no m
Tested to handle 15,000 requests persecond on modest hardware with an average response time of 130ms.
**Paketatutako bertsioa:** 2024.01.06~ynh1
**Paketatutako bertsioa:** 2024.04.20~ynh1
**Demoa:** <https://ifconfig.io>
## Dokumentazioa eta baliabideak

View file

@ -23,7 +23,7 @@ I used the gin framework as it does several things to ensure that there are no m
Tested to handle 15,000 requests persecond on modest hardware with an average response time of 130ms.
**Version incluse:** 2024.01.06~ynh1
**Version incluse:** 2024.04.20~ynh1
**Démo:** <https://ifconfig.io>
## Documentations et ressources

View file

@ -23,7 +23,7 @@ I used the gin framework as it does several things to ensure that there are no m
Tested to handle 15,000 requests persecond on modest hardware with an average response time of 130ms.
**Versión proporcionada:** 2024.01.06~ynh1
**Versión proporcionada:** 2024.04.20~ynh1
**Demo:** <https://ifconfig.io>
## Documentación e recursos

View file

@ -23,7 +23,7 @@ I used the gin framework as it does several things to ensure that there are no m
Tested to handle 15,000 requests persecond on modest hardware with an average response time of 130ms.
**分发版本:** 2024.01.06~ynh1
**分发版本:** 2024.04.20~ynh1
**演示:** <https://ifconfig.io>
## 文档与资源

View file

@ -5,7 +5,7 @@ name = "ifconfig-io"
description.en = "IP API service to get their public IP address"
description.fr = "Service API IP pour obtenir leur adresse IP publique"
version = "2024.01.06~ynh1"
version = "2024.04.20~ynh1"
maintainers = ["Fabian Wilkens"]
@ -44,8 +44,8 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
url = "https://github.com/georgyo/ifconfig.io/archive/3233adac9a7ce721c1a0237788eb84237b0632b4.tar.gz"
sha256 = "4722bb0d360cc897b6b51c7f51e2651231deedcdb5c7982ca4fc2d5b0b6c26a7"
url = "https://github.com/georgyo/ifconfig.io/archive/6c13119b0b9cbf21143e4ca912dae26521dce8ae.tar.gz"
sha256 = "c61e36a3123c5fe48c0bd8c17b2a25f6af6f650ef4b5887df32096f4c5ce547e"
autoupdate.strategy = "latest_github_commit"
[resources.system_user]

View file

@ -22,8 +22,6 @@ ynh_remove_nginx_config
ynh_remove_go
ynh_secure_remove --file="/var/log/$app"
#=================================================
# END OF SCRIPT
#=================================================