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 #11 from YunoHost-Apps/testing

2022.12.16~ynh1
This commit is contained in:
Fabian Wilkens 2022-12-29 18:01:19 +01:00 committed by GitHub
commit c60c3d4c82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 10 additions and 10 deletions

View file

@ -22,7 +22,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:** 2022.01.05~ynh3 **Shipped version:** 2022.12.16~ynh1
**Demo:** https://ifconfig.io **Demo:** https://ifconfig.io
## Documentation and resources ## Documentation and resources

View file

@ -22,7 +22,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 :** 2022.01.05~ynh3 **Version incluse :** 2022.12.16~ynh1
**Démo :** https://ifconfig.io **Démo :** https://ifconfig.io
## Documentations et ressources ## Documentations et ressources

View file

@ -15,8 +15,8 @@
setup_private=0 setup_private=0
setup_public=1 setup_public=1
upgrade=1 upgrade=1
# 2021.02.16~ynh2 # 2022.01.05~ynh3
upgrade=1 from_commit=708eaeab27f4ce47036a712c7452d916c5b741a8 upgrade=1 from_commit=4980c6868671f1aef796d890b77d43ec7ecbf25f
backup_restore=1 backup_restore=1
multi_instance=1 multi_instance=1
port_already_use=0 port_already_use=0
@ -25,6 +25,6 @@
Email= Email=
Notification=none Notification=none
;;; Upgrade options ;;; Upgrade options
; commit=708eaeab27f4ce47036a712c7452d916c5b741a8 ; commit=4980c6868671f1aef796d890b77d43ec7ecbf25f
name=2021.02.16~ynh2 name=2022.01.05~ynh3
manifest_arg=domain=DOMAIN&path=PATH manifest_arg=domain=DOMAIN&path=PATH

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/georgyo/ifconfig.io/archive/0395b2024d26ffa92cede56f456e4a784c45c4de.tar.gz SOURCE_URL=https://github.com/georgyo/ifconfig.io/archive/c2d3e4302166573003ce8ace4042f4a977133c31.tar.gz
SOURCE_SUM=8314375a4558d059eff6d45751c9b13429e720894a26b2b166ab0342489198e7 SOURCE_SUM=6a51296513c890b8f13726a730aff16f2a7426ed583f18e285d27ddbc904d7ff
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

@ -5,7 +5,7 @@
"description": { "description": {
"en": "IP API service to get their public IP address." "en": "IP API service to get their public IP address."
}, },
"version": "2022.01.05~ynh3", "version": "2022.12.16~ynh1",
"url": "https://github.com/georgyo/ifconfig.io/", "url": "https://github.com/georgyo/ifconfig.io/",
"upstream": { "upstream": {
"license": "MIT", "license": "MIT",

View file

@ -7,7 +7,7 @@
# dependencies used by the app # dependencies used by the app
pkg_dependencies="" pkg_dependencies=""
GO_VERSION="1.18" GO_VERSION="1.19"
#================================================= #=================================================
# PERSONAL HELPERS # PERSONAL HELPERS