1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/armadietto_ynh.git synced 2024-09-03 18:06:18 +02:00
Armadietto package for YunoHost, a remoteStorage server written for Node.js.
Find a file
Éric Gaspar 31203cbb6d
Merge pull request #20 from YunoHost-Apps/testing
homogenized description
2023-01-28 08:58:09 +01:00
.github Apply last example_ynh 2022-05-27 17:03:32 +02:00
conf remove https from server 2022-06-01 01:26:13 +02:00
doc remove https from server 2022-06-01 01:26:13 +02:00
scripts Update upgrade 2022-05-30 14:29:55 +02:00
.gitignore Initial commit 2021-12-17 11:38:57 +01:00
check_process Apply last example_ynh 2022-05-27 17:03:32 +02:00
config_panel.toml add config & README update 2022-01-21 04:42:56 +01:00
LICENSE update new template on testing 2021-12-18 14:56:34 +01:00
manifest.json Update manifest.json 2023-01-13 09:52:06 +01:00
README.md Auto-update README 2023-01-13 08:56:18 +00:00
README_fr.md Auto-update README 2023-01-13 08:56:18 +00:00

Armadietto for YunoHost

Integration level Working status Maintenance status
Install Armadietto with YunoHost

Lire ce readme en français.

This package allows you to install Armadietto quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

Armadietto is a remoteStorage server written for Node.js.

Armadietto is maintained by the remoteStorage community, (IRC, forums).

⚠️ 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.

Installation option

User registration is not allowed out of the box. This option can be enabled in the configuration panel.

Application for remoteStorage

Here is a non-exhaustive list of apps that have integrated remoteStorage as a storage/sync option.

Shipped version: 0.2.0~ynh2

Screenshots

Screenshot of Armadietto Screenshot of Armadietto

Disclaimers / important information

⚠️ WARNING

The Armadietto_ynh package is still under development, so you should expect some undocumented changes before it is labeled stable.

Security considerations from Armadietto :

Storage security

In production, we recommend that you restrict access to the files managed by your armadietto server as much as possible. This is particularly true if you host your storage on a machine with other web applications; you need to protect your files in the event that one of those apps is exploited.

You should take these steps to keep your storage safe:

  • Pick a unique Unix user to run your server process; no other process on the box should run as this user: sudo useradd armadietto --system --no-create-home

  • Do not run other applications as root, or as any user that could access files owned by your armadietto user

  • Make sure the directory path/to/storage cannot be read, written or executed by anyone but this user: sudo chmod 0700 /path/to/storage && sudo chown armadietto /path/to/storage

  • Do not run armadietto as root; if you need to bind to port 80 or 443 use a reverse proxy like nginx, Apache2, caddy, lighttpd or enable bind capability: setcap 'cap_net_bind_service=+ep' which armadietto

  • Ideally, run your storage inside a container or on a dedicated machine


Important Notes

  • RemoteStorage requires a dedicated domain, so obtain one and add it using the YunoHost admin panel. Domains -> Add domain.

  • As RemoteStorage uses the full domain and is installed on the root, you can create a subdomain such as remote.domain.tld.

  • Don't forget to update your DNS if you manage them manually.

  • RemoteStorage requires browser-approved SSL certificates. If you have certificates not issued by Let's Encrypt, install them manually as usual.

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/armadietto_ynh/tree/testing --debug
or
sudo yunohost app upgrade armadietto -u https://github.com/YunoHost-Apps/armadietto_ynh/tree/testing --debug

More info regarding app packaging: https://yunohost.org/packaging_apps