2022-01-15 21:13:11 +01:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2021-02-21 21:01:45 +01:00
2022-05-01 09:31:08 +02:00
# ifconfig-io for YunoHost
2021-02-21 21:01:45 +01:00
2023-03-24 21:27:24 +01:00
[![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 )
2022-05-01 09:31:08 +02:00
[![Install ifconfig-io with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=ifconfig-io)
2021-02-21 21:01:45 +01:00
2022-01-15 21:13:11 +01:00
*[Lire ce readme en français.](./README_fr.md)*
2021-02-21 21:01:45 +01:00
2022-05-01 09:31:08 +02:00
> *This package allows you to install ifconfig-io quickly and simply on a YunoHost server.
2022-01-15 21:13:11 +01:00
If you don't have YunoHost, please consult [the guide ](https://yunohost.org/#/install ) to learn how to install it.*
2021-02-21 21:01:45 +01:00
2022-01-15 21:13:11 +01:00
## Overview
2021-02-21 21:01:45 +01:00
2022-01-15 21:13:11 +01:00
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.
2021-02-21 21:01:45 +01:00
2022-01-15 21:13:11 +01:00
I used the gin framework as it does several things to ensure that there are no memory allocations on each request, keeping the GC happy and preventing unnessary allocations.
2021-02-21 21:01:45 +01:00
2022-01-15 21:13:11 +01:00
Tested to handle 15,000 requests persecond on modest hardware with an average response time of 130ms.
2021-02-21 21:01:45 +01:00
2023-06-16 20:34:31 +02:00
**Shipped version:** 2023.06.07~ynh1
2021-02-21 21:01:45 +01:00
2022-01-15 21:13:11 +01:00
**Demo:** https://ifconfig.io
## Documentation and resources
2021-02-21 21:01:45 +01:00
2022-05-25 17:14:41 +02:00
* Official app website: < https: // ifconfig . io />
* Official user documentation: < https: // github . com / georgyo / ifconfig . io />
* Official admin documentation: < https: // github . com / georgyo / ifconfig . io />
* Upstream app code repository: < https: // github . com / georgyo / ifconfig . io />
2023-10-31 15:16:12 +01:00
* YunoHost Store: < https: // apps . yunohost . org / app / ifconfig-io >
2022-05-25 17:14:41 +02:00
* Report a bug: < https: // github . com / YunoHost-Apps / ifconfig-io_ynh / issues >
2021-02-21 21:01:45 +01:00
## Developer info
2022-01-15 21:13:11 +01:00
Please send your pull request to the [testing branch ](https://github.com/YunoHost-Apps/ifconfig-io_ynh/tree/testing ).
2021-02-21 21:01:45 +01:00
To try the testing branch, please proceed like that.
2022-05-25 17:14:41 +02:00
``` bash
2022-01-15 21:13:11 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/ifconfig-io_ynh/tree/testing --debug
2021-02-21 21:01:45 +01:00
or
2022-01-15 21:13:11 +01:00
sudo yunohost app upgrade ifconfig-io -u https://github.com/YunoHost-Apps/ifconfig-io_ynh/tree/testing --debug
2021-02-21 21:01:45 +01:00
```
2022-01-15 21:13:11 +01:00
2022-05-25 17:14:41 +02:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >