mirror of
https://github.com/YunoHost-Apps/ifconfig-io_ynh.git
synced 2024-09-03 20:36:27 +02:00
commit
d365406c2e
6 changed files with 21 additions and 19 deletions
|
@ -5,7 +5,8 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
# ifconfig-io for YunoHost
|
# ifconfig-io for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/ifconfig-io)  
|
[](https://dash.yunohost.org/appci/app/ifconfig-io)  
|
||||||
|
|
||||||
[](https://install-app.yunohost.org/?app=ifconfig-io)
|
[](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
|
||||||
|
|
19
README_fr.md
19
README_fr.md
|
@ -5,15 +5,16 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
# ifconfig-io pour YunoHost
|
# ifconfig-io pour YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/ifconfig-io)  
|
[](https://dash.yunohost.org/appci/app/ifconfig-io)  
|
||||||
|
|
||||||
[](https://install-app.yunohost.org/?app=ifconfig-io)
|
[](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 d’installer 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 n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.*
|
||||||
|
|
||||||
## Vue d'ensemble
|
## Vue d’ensemble
|
||||||
|
|
||||||
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 l’app : <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 l’admin : <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 l’app : <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 d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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__"
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue