mirror of
https://github.com/YunoHost-Apps/armadietto_ynh.git
synced 2024-09-03 18:06:18 +02:00
Merge pull request #17 from YunoHost-Apps/upgrade-to-0.2.0
Upgrade to 0.2.0
This commit is contained in:
commit
1df2efe226
7 changed files with 13 additions and 11 deletions
|
@ -36,11 +36,12 @@ 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.
|
||||
|
||||
|
||||
**Shipped version:** 0.1.5~ynh1
|
||||
**Shipped version:** 0.2.0~ynh1
|
||||
|
||||
## 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
|
||||
|
||||
|
|
|
@ -36,11 +36,12 @@ 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.
|
||||
|
||||
|
||||
**Version incluse :** 0.1.5~ynh1
|
||||
**Version incluse :** 0.2.0~ynh1
|
||||
|
||||
## 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
|
||||
|
||||
|
|
|
@ -12,12 +12,12 @@ server = new Armadietto({
|
|||
http: {
|
||||
port: __PORT__
|
||||
},
|
||||
https: {
|
||||
force: true,
|
||||
port: __PORT__,
|
||||
cert: '/etc/yunohost/certs/__DOMAIN__/crt.pem',
|
||||
key: '/etc/yunohost/certs/__DOMAIN__/key.pem'
|
||||
},
|
||||
// https: {
|
||||
// force: true,
|
||||
// port: __PORT__,
|
||||
// cert: '/etc/yunohost/certs/__DOMAIN__/crt.pem',
|
||||
// key: '/etc/yunohost/certs/__DOMAIN__/key.pem'
|
||||
// },
|
||||
allow: {
|
||||
signup: __IS_SIGNUP__
|
||||
},
|
||||
|
|
BIN
doc/screenshots/armadietto-signup.png
Normal file
BIN
doc/screenshots/armadietto-signup.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
BIN
doc/screenshots/armadietto-welcome.png
Normal file
BIN
doc/screenshots/armadietto-welcome.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 59 KiB |
Binary file not shown.
Before Width: | Height: | Size: 72 KiB |
|
@ -6,7 +6,7 @@
|
|||
"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"
|
||||
},
|
||||
"version": "0.1.5~ynh1",
|
||||
"version": "0.2.0~ynh1",
|
||||
"url": "https://github.com/remotestorage/armadietto",
|
||||
"upstream": {
|
||||
"license": "MIT",
|
||||
|
|
Loading…
Reference in a new issue