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

Merge pull request #19 from YunoHost-Apps/testing

Upgrade to 0.2.0
This commit is contained in:
yalh76 2022-09-22 20:09:13 +02:00 committed by GitHub
commit 24bbff266d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 16 additions and 12 deletions

View file

@ -36,11 +36,13 @@ This option can be enabled in the configuration panel.
[Here](https://remotestorage.io/apps/) is a non-exhaustive list of apps that have integrated remoteStorage as a storage/sync option. [Here](https://remotestorage.io/apps/) is a non-exhaustive list of apps that have integrated remoteStorage as a storage/sync option.
**Shipped version:** 0.1.5~ynh1 **Shipped version:** 0.2.0~ynh1
## Screenshots ## Screenshots
![Screenshot of Armadietto](./doc/screenshots/armadietto.png) ![Screenshot of Armadietto](./doc/screenshots/armadietto-welcome.png)
![Screenshot of Armadietto](./doc/screenshots/armadietto-signup.png)
## Disclaimers / important information ## Disclaimers / important information

View file

@ -36,11 +36,13 @@ Cette option peut être activée via le panneau de configutration.
[Cliquez ici](https://remotestorage.io/apps/) pour voir une liste non exhaustive d'applications ayant intégré remoteStorage comme option de stockage/synchronisation. [Cliquez ici](https://remotestorage.io/apps/) pour voir une liste non exhaustive d'applications ayant intégré remoteStorage comme option de stockage/synchronisation.
**Version incluse :** 0.1.5~ynh1 **Version incluse :** 0.2.0~ynh1
## Captures d'écran ## Captures d'écran
![Capture d'écran de Armadietto](./doc/screenshots/armadietto.png) ![Capture d'écran de Armadietto](./doc/screenshots/armadietto-welcome.png)
![Capture d'écran de Armadietto](./doc/screenshots/armadietto-signup.png)
## Avertissements / informations importantes ## Avertissements / informations importantes

View file

@ -12,12 +12,12 @@ server = new Armadietto({
http: { http: {
port: __PORT__ port: __PORT__
}, },
https: { // https: {
force: true, // force: true,
port: __PORT__, // port: __PORT__,
cert: '/etc/yunohost/certs/__DOMAIN__/crt.pem', // cert: '/etc/yunohost/certs/__DOMAIN__/crt.pem',
key: '/etc/yunohost/certs/__DOMAIN__/key.pem' // key: '/etc/yunohost/certs/__DOMAIN__/key.pem'
}, // },
allow: { allow: {
signup: __IS_SIGNUP__ signup: __IS_SIGNUP__
}, },

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

View file

@ -6,10 +6,10 @@
"en": "A remoteStorage server running as a nodejs web service with systemd", "en": "A remoteStorage server running as a nodejs web service with systemd",
"fr": "Un serveur remoteStorage excécuté en tant que service web nodejs par systemd" "fr": "Un serveur remoteStorage excécuté en tant que service web nodejs par systemd"
}, },
"version": "0.1.5~ynh1", "version": "0.2.0~ynh1",
"url": "https://github.com/remotestorage/armadietto", "url": "https://github.com/remotestorage/armadietto",
"upstream": { "upstream": {
"license": "MIT", "license": "WTFPL",
"website": "https://remotestorage.io/", "website": "https://remotestorage.io/",
"code": "https://github.com/remotestorage/armadietto" "code": "https://github.com/remotestorage/armadietto"
}, },