1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/armadietto_ynh.git synced 2024-09-03 18:06:18 +02:00
armadietto_ynh/README.md

71 lines
2.9 KiB
Markdown
Raw Normal View History

2021-12-17 11:38:57 +01:00
<!--
2024-04-11 12:33:35 +02:00
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
2021-12-17 11:38:57 +01:00
It shall NOT be edited by hand.
-->
2022-01-01 16:14:00 +01:00
# Armadietto for YunoHost
2021-12-17 11:38:57 +01:00
2024-08-30 13:52:24 +02:00
[![Integration level](https://dash.yunohost.org/integration/armadietto.svg)](https://ci-apps.yunohost.org/ci/apps/armadietto/) ![Working status](https://ci-apps.yunohost.org/ci/badges/armadietto.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/armadietto.maintain.svg)
2023-03-31 21:40:34 +02:00
[![Install Armadietto with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=armadietto)
2021-12-17 11:38:57 +01:00
2024-04-11 12:33:35 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2021-12-17 11:38:57 +01:00
2024-04-11 12:33:35 +02:00
> *This package allows you to install Armadietto 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.*
2021-12-17 11:38:57 +01:00
2022-01-01 16:14:00 +01:00
## Overview
[Armadietto](https://github.com/remotestorage/armadietto/) is a [remoteStorage](https://remotestorage.io) server written for Node.js.
2021-12-17 11:38:57 +01:00
Armadietto is maintained by the remoteStorage community, ([IRC](https://web.libera.chat/#remotestorage), [forums](https://community.remotestorage.io/)).
2021-12-17 11:38:57 +01:00
> ### :warning: WARNING
> Please do not consider `armadietto` production ready, this project is still
> considered experimental. As with any alpha-stage storage technology, you
> MUST expect that it will eat your data and take precautions against this. You
> SHOULD expect that its APIs and storage schemas will change before it is
> labelled stable.
2021-12-17 11:38:57 +01:00
### Installation option
User registration is not allowed out of the box.
This option can be enabled in the configuration panel.
2022-01-01 16:14:00 +01:00
### Application for remoteStorage
2022-01-01 16:14:00 +01:00
[Here](https://remotestorage.io/apps/) is a non-exhaustive list of apps that have integrated remoteStorage as a storage/sync option.
2022-01-01 16:14:00 +01:00
2024-08-30 13:52:24 +02:00
**Shipped version:** 0.6.0~ynh1
2021-12-17 11:38:57 +01:00
2022-01-01 16:14:00 +01:00
## Screenshots
2024-06-23 14:29:34 +02:00
![Screenshot of Armadietto](./doc/screenshots/armadietto-signup.png)
2024-06-23 14:46:11 +02:00
![Screenshot of Armadietto](./doc/screenshots/armadietto-welcome.png)
2021-12-17 11:38:57 +01:00
2024-04-11 12:33:35 +02:00
## :red_circle: Antifeatures
- **Alpha software**: Early development stage. May contain changing or unstable features, bugs, and security vulnerability.
2021-12-17 11:38:57 +01:00
## Documentation and resources
2024-04-11 12:33:35 +02:00
- Official app website: <https://remotestorage.io/>
- Upstream app code repository: <https://github.com/remotestorage/armadietto>
- YunoHost Store: <https://apps.yunohost.org/app/armadietto>
- Report a bug: <https://github.com/YunoHost-Apps/armadietto_ynh/issues>
2021-12-17 11:38:57 +01:00
## Developer info
2024-04-11 12:33:35 +02:00
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/armadietto_ynh/tree/testing).
2021-12-17 11:38:57 +01:00
2024-04-11 12:33:35 +02:00
To try the `testing` branch, please proceed like that:
2022-05-27 17:03:37 +02:00
2024-04-11 12:33:35 +02:00
```bash
2022-01-01 16:14:00 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/armadietto_ynh/tree/testing --debug
2021-12-17 11:38:57 +01:00
or
2022-01-01 16:14:00 +01:00
sudo yunohost app upgrade armadietto -u https://github.com/YunoHost-Apps/armadietto_ynh/tree/testing --debug
2021-12-17 11:38:57 +01:00
```
2022-01-01 16:14:00 +01:00
2022-05-27 17:03:37 +02:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>