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

Testing
This commit is contained in:
Fabian Wilkens 2023-04-16 08:46:25 +02:00 committed by GitHub
commit d365406c2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 21 additions and 19 deletions

View file

@ -5,7 +5,8 @@ It shall NOT be edited by hand.
# ifconfig-io for YunoHost # ifconfig-io for YunoHost
[![Integration level](https://dash.yunohost.org/integration/ifconfig-io.svg)](https://dash.yunohost.org/appci/app/ifconfig-io) ![Working status](https://ci-apps.yunohost.org/ci/badges/ifconfig-io.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/ifconfig-io.maintain.svg) [![Integration level](https://dash.yunohost.org/integration/ifconfig-io.svg)](https://dash.yunohost.org/appci/app/ifconfig-io) ![Working status](https://ci-apps.yunohost.org/ci/badges/ifconfig-io.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/ifconfig-io.maintain.svg)
[![Install ifconfig-io with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=ifconfig-io) [![Install ifconfig-io with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=ifconfig-io)
*[Lire ce readme en français.](./README_fr.md)* *[Lire ce readme en français.](./README_fr.md)*
@ -22,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:** 2022.12.16~ynh1 **Shipped version:** 2023.03.26~ynh1
**Demo:** https://ifconfig.io **Demo:** https://ifconfig.io
## Documentation and resources ## Documentation and resources

View file

@ -5,15 +5,16 @@ It shall NOT be edited by hand.
# ifconfig-io pour YunoHost # ifconfig-io pour YunoHost
[![Niveau d'intégration](https://dash.yunohost.org/integration/ifconfig-io.svg)](https://dash.yunohost.org/appci/app/ifconfig-io) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/ifconfig-io.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/ifconfig-io.maintain.svg) [![Niveau dintégration](https://dash.yunohost.org/integration/ifconfig-io.svg)](https://dash.yunohost.org/appci/app/ifconfig-io) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/ifconfig-io.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/ifconfig-io.maintain.svg)
[![Installer ifconfig-io avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=ifconfig-io) [![Installer ifconfig-io avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=ifconfig-io)
*[Read this readme in english.](./README.md)* *[Read this readme in english.](./README.md)*
> *Ce package vous permet d'installer ifconfig-io rapidement et simplement sur un serveur YunoHost. > *Ce package vous permet dinstaller ifconfig-io rapidement et simplement sur un serveur YunoHost.
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.* Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
## Vue d'ensemble ## Vue densemble
Inspired by ifconfig.me, but designed for pure speed. A single server can do 18,000 requests per seconds while only consuming 50megs of ram. Inspired by ifconfig.me, but designed for pure speed. A single server can do 18,000 requests per seconds while only consuming 50megs of ram.
@ -22,15 +23,15 @@ 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.12.16~ynh1 **Version incluse :** 2023.03.26~ynh1
**Démo :** https://ifconfig.io **Démo :** https://ifconfig.io
## Documentations et ressources ## Documentations et ressources
* Site officiel de l'app : <https://ifconfig.io/> * Site officiel de lapp : <https://ifconfig.io/>
* Documentation officielle utilisateur : <https://github.com/georgyo/ifconfig.io/> * Documentation officielle utilisateur : <https://github.com/georgyo/ifconfig.io/>
* Documentation officielle de l'admin : <https://github.com/georgyo/ifconfig.io/> * Documentation officielle de ladmin : <https://github.com/georgyo/ifconfig.io/>
* Dépôt de code officiel de l'app : <https://github.com/georgyo/ifconfig.io/> * Dépôt de code officiel de lapp : <https://github.com/georgyo/ifconfig.io/>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_ifconfig-io> * Documentation YunoHost pour cette app : <https://yunohost.org/app_ifconfig-io>
* Signaler un bug : <https://github.com/YunoHost-Apps/ifconfig-io_ynh/issues> * Signaler un bug : <https://github.com/YunoHost-Apps/ifconfig-io_ynh/issues>
@ -46,4 +47,4 @@ ou
sudo yunohost app upgrade ifconfig-io -u https://github.com/YunoHost-Apps/ifconfig-io_ynh/tree/testing --debug sudo yunohost app upgrade ifconfig-io -u https://github.com/YunoHost-Apps/ifconfig-io_ynh/tree/testing --debug
``` ```
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps> **Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>

View file

@ -15,8 +15,8 @@
setup_private=0 setup_private=0
setup_public=1 setup_public=1
upgrade=1 upgrade=1
# 2022.01.05~ynh3 # 2022.12.16~ynh1
upgrade=1 from_commit=4980c6868671f1aef796d890b77d43ec7ecbf25f upgrade=1 from_commit=cbfc1c97552baf502de72232d7467d9f168e4749
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=4980c6868671f1aef796d890b77d43ec7ecbf25f ; commit=cbfc1c97552baf502de72232d7467d9f168e4749
name=2022.01.05~ynh3 name=2022.12.26~ynh1
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/c2d3e4302166573003ce8ace4042f4a977133c31.tar.gz SOURCE_URL=https://github.com/georgyo/ifconfig.io/archive/3feb4d428dfa7881c60849b16167beccc73994e8.tar.gz
SOURCE_SUM=6a51296513c890b8f13726a730aff16f2a7426ed583f18e285d27ddbc904d7ff SOURCE_SUM=b1144fc5c394ae2bda5a2d0bf3cdf7586e863187b833ed5a9265fbd62a81f7fe
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

@ -7,7 +7,7 @@ Type=simple
User=__APP__ User=__APP__
Group=__APP__ Group=__APP__
Environment=PORT=__PORT__ Environment=PORT=__PORT__
Environment=HOSTNAME=__DOMAIN__ Environment=HOSTNAME=https://__DOMAIN____PATH_URL__
Environment=GIN_MODE=release Environment=GIN_MODE=release
Environment=FORWARD_IP_HEADER=X-Forwarded-For Environment=FORWARD_IP_HEADER=X-Forwarded-For
Environment="__YNH_GO_LOAD_PATH__" Environment="__YNH_GO_LOAD_PATH__"

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