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 #20 from YunoHost-Apps/ci-auto-update-2024.01.06

Upgrade to v2024.01.06
This commit is contained in:
eric_G 2024-02-16 11:14:42 +01:00 committed by GitHub
commit a536f152ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 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. Tested to handle 15,000 requests persecond on modest hardware with an average response time of 130ms.
**Shipped version:** 2023.06.07~ynh1 **Shipped version:** 2024.01.06~ynh1
**Demo:** https://ifconfig.io **Demo:** https://ifconfig.io
## Documentation and resources ## 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. Tested to handle 15,000 requests persecond on modest hardware with an average response time of 130ms.
**Version incluse :** 2023.06.07~ynh1 **Version incluse :** 2024.01.06~ynh1
**Démo :** https://ifconfig.io **Démo :** https://ifconfig.io
## Documentations et ressources ## Documentations et ressources

View file

@ -4,7 +4,7 @@ id = "ifconfig-io"
name = "ifconfig-io" name = "ifconfig-io"
description.en = "IP API service to get their public IP address." description.en = "IP API service to get their public IP address."
version = "2023.06.07~ynh1" version = "2024.01.06~ynh1"
maintainers = ["Fabian Wilkens"] maintainers = ["Fabian Wilkens"]
@ -43,8 +43,8 @@ ram.runtime = "50M"
[resources] [resources]
[resources.sources.main] [resources.sources.main]
url = "https://github.com/georgyo/ifconfig.io/archive/4c3a38aec0523d95cd8bb9a9fdcbae019763f009.tar.gz" url = "https://github.com/georgyo/ifconfig.io/archive/3233adac9a7ce721c1a0237788eb84237b0632b4.tar.gz"
sha256 = "aa92565aba3cb2ce88808793c450b93c4dbd008e952f5cfe7c4c2fa677a6c226" sha256 = "4722bb0d360cc897b6b51c7f51e2651231deedcdb5c7982ca4fc2d5b0b6c26a7"
autoupdate.strategy = "latest_github_commit" autoupdate.strategy = "latest_github_commit"
[resources.system_user] [resources.system_user]