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 #3 from YunoHost-Apps/20220105

Upadte to 2022.01.05
This commit is contained in:
Fabian Wilkens 2022-05-01 13:42:54 +02:00 committed by GitHub
commit 5152ba9936
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 5 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:** 2021.02.16~ynh2 **Shipped version:** 2022.01.05~ynh1
**Demo:** https://ifconfig.io **Demo:** https://ifconfig.io

View file

@ -18,7 +18,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 :** 2021.02.16~ynh2 **Version incluse :** 2022.01.05~ynh1
**Démo :** https://ifconfig.io **Démo :** https://ifconfig.io

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/georgyo/ifconfig.io/archive/45d46592cf1dd12f2163f2dfed617f6f9d75d637.tar.gz SOURCE_URL=https://github.com/georgyo/ifconfig.io/archive/0395b2024d26ffa92cede56f456e4a784c45c4de.tar.gz
SOURCE_SUM=7559DA2F3BDF8EDFA8338786E985F785551AE70F860223CC2A587C447D558ADB SOURCE_SUM=8314375a4558d059eff6d45751c9b13429e720894a26b2b166ab0342489198e7
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

@ -9,6 +9,7 @@ Group=__APP__
Environment=PORT=__PORT__ Environment=PORT=__PORT__
Environment=HOSTNAME=__DOMAIN__ Environment=HOSTNAME=__DOMAIN__
Environment=GIN_MODE=release Environment=GIN_MODE=release
Environment=FORWARD_IP_HEADER=X-Forwarded-For
WorkingDirectory=__APP_PATH__/ WorkingDirectory=__APP_PATH__/
ExecStart=__APP_PATH__/ifconfig.io ExecStart=__APP_PATH__/ifconfig.io
StandardOutput=append:/var/log/__APP__/__APP__.log StandardOutput=append:/var/log/__APP__/__APP__.log

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": "2021.02.16~ynh2", "version": "2022.01.05~ynh1",
"url": "https://github.com/georgyo/ifconfig.io/", "url": "https://github.com/georgyo/ifconfig.io/",
"upstream": { "upstream": {
"license": "MIT", "license": "MIT",