2021-05-10 17:52:42 +02:00
<!--
2025-03-04 17:09:48 +01:00
N.B.: This README was automatically generated by < https: / / github . com / YunoHost / apps / tree / master / tools / readme_generator >
2021-05-10 17:52:42 +02:00
It shall NOT be edited by hand.
-->
2018-06-28 22:05:35 +02:00
2025-03-04 17:09:48 +01:00
# My Idlers for YunoHost
2018-06-28 22:05:35 +02:00
2025-03-04 17:09:48 +01:00
[](https://ci-apps.yunohost.org/ci/apps/my_idlers/)


2018-06-28 22:05:35 +02:00
2025-03-04 17:09:48 +01:00
[](https://install-app.yunohost.org/?app=my_idlers)
2018-06-28 22:05:35 +02:00
2025-03-04 17:09:48 +01:00
*[Read this README in other languages. ](./ALL_README.md )*
> *This package allows you to install My Idlers quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
2018-06-28 22:05:35 +02:00
2021-05-10 17:52:42 +02:00
## Overview
2018-06-28 22:05:35 +02:00
2025-03-04 17:09:48 +01:00
If you are the person in your family, group of friends or colleauges that manages the servers, domain names, online accounts and other hosted services, than this app is for you.
2018-06-28 22:05:35 +02:00
2025-03-04 17:09:48 +01:00
My Idlers is a useful register for keeping track of your servers and online hosting accounts.
2018-06-28 22:05:35 +02:00
2025-03-04 17:09:48 +01:00
It is a single-user app; if more than one person wants to use this functionality, it needs to be installed multiple times.
Besides that, for now, it needs a (sub)domain for itself.
2018-06-28 22:05:35 +02:00
2025-03-04 17:09:48 +01:00
This is my first app packaging attempt; there may be some rough edges.
2018-06-28 22:05:35 +02:00
2025-03-04 17:09:48 +01:00
W hat works:
* installing the app and using its features
* uninstalling
* backup
* moving the app to another domain
2018-06-28 22:05:35 +02:00
2025-03-04 17:09:48 +01:00
What does not (yet?) work or is untested:
* installing the app in subfolder
* LDAP integration
* restore from backup
* API access
2018-06-28 22:05:35 +02:00
2025-03-04 17:09:48 +01:00

2018-06-28 22:05:35 +02:00
2025-03-04 17:09:48 +01:00
**Shipped version:** 3.0~ynh1
2018-06-28 22:05:35 +02:00
2025-03-04 17:09:48 +01:00
**Demo:** < https: / / demo . myidlers . com / login >
## Screenshots
2018-06-28 22:05:35 +02:00
2025-03-04 17:09:48 +01:00


2018-06-28 22:05:35 +02:00
2021-05-10 17:52:42 +02:00
## Documentation and resources
2018-06-28 22:05:35 +02:00
2025-03-04 17:09:48 +01:00
- Official user documentation: < https: // lowendspirit . com / discussion / 2449 / my-idlers-self-hosted-web-app-for-your-servers-shared-hosting-and-domains-information />
- Upstream app code repository: < https: // github . com / cp6 / my-idlers #install >
- YunoHost Store: < https: // apps . yunohost . org / app / my_idlers >
- Report a bug: < https: // github . com / YunoHost-Apps / my_idlers_ynh / issues >
2018-06-28 22:05:35 +02:00
2020-08-02 15:41:28 +02:00
## Developer info
2018-06-28 22:05:35 +02:00
2025-03-04 17:09:48 +01:00
Please send your pull request to the [`testing` branch ](https://github.com/YunoHost-Apps/my_idlers_ynh/tree/testing ).
2017-02-03 21:12:24 +01:00
2025-03-04 17:09:48 +01:00
To try the `testing` branch, please proceed like that:
2022-06-06 19:45:13 +02:00
2025-03-04 17:09:48 +01:00
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/my_idlers_ynh/tree/testing --debug
2018-06-28 22:05:35 +02:00
or
2025-03-04 17:09:48 +01:00
sudo yunohost app upgrade my_idlers -u https://github.com/YunoHost-Apps/my_idlers_ynh/tree/testing --debug
2018-06-28 22:05:35 +02:00
```
2021-05-10 17:52:42 +02:00
2022-06-06 19:45:13 +02:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >