2020-01-18 10:28:47 +01:00
|
|
|
|
2021-01-24 21:36:24 +01:00
|
|
|
|
2021-05-12 04:22:52 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
<!--
|
|
|
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
|
|
|
It shall NOT be edited by hand.
|
|
|
|
-->
|
|
|
|
|
|
|
|
# Standard Notes Server for YunoHost
|
|
|
|
|
|
|
|
[![Integration level](https://dash.yunohost.org/integration/snserver.svg)](https://dash.yunohost.org/appci/app/snserver) ![](https://ci-apps.yunohost.org/ci/badges/snserver.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/snserver.maintain.svg)
|
|
|
|
[![Install snserver with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=snserver)
|
|
|
|
|
2021-05-11 20:31:32 +02:00
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
2020-01-18 10:28:47 +01:00
|
|
|
|
2021-05-11 20:31:32 +02:00
|
|
|
> *This package allows you to install snserver 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.*
|
2020-01-18 10:28:47 +01:00
|
|
|
|
2021-05-12 04:22:52 +02:00
|
|
|
## Overview
|
2020-12-20 15:48:48 +01:00
|
|
|
|
2021-05-12 04:22:52 +02:00
|
|
|
The Standard Notes syncing server. An end-to-end encrypted note-taking app.
|
2020-01-18 10:28:47 +01:00
|
|
|
|
2021-05-12 04:22:52 +02:00
|
|
|
**Shipped version:** 3.22.8~ynh2
|
2020-12-20 15:48:48 +01:00
|
|
|
|
2021-05-12 04:22:52 +02:00
|
|
|
**Demo:** https://standardnotes.org/demo
|
2020-01-18 10:28:47 +01:00
|
|
|
|
2020-12-20 15:02:54 +01:00
|
|
|
|
2020-01-18 10:28:47 +01:00
|
|
|
|
|
|
|
|
2021-05-12 04:22:52 +02:00
|
|
|
## Disclaimers / important information
|
2020-01-18 10:28:47 +01:00
|
|
|
|
2021-05-11 20:31:32 +02:00
|
|
|
* Any known limitations, constrains or stuff not working, such as (but not limited to):
|
|
|
|
* No single-sign on or LDAP integration
|
|
|
|
* The app requires up 600MB of RAM to install
|
|
|
|
* The app requires at least 110MB of RAM to work properly. And will increase with use.
|
2021-05-12 04:22:52 +02:00
|
|
|
* The app requires around 300MB of disk.
|
2020-01-18 10:28:47 +01:00
|
|
|
|
2021-05-11 20:31:32 +02:00
|
|
|
* Other infos that people should be aware of, such as:
|
|
|
|
* The config-file is stored under "/opt/yunohost/$app/live/.env"
|
|
|
|
* You can find additional config features under https://your-domain.tld/yunohost/admin/#/apps/$app/config-panel
|
|
|
|
* You can change the url of this app, but than all useres have to reinstall the extensions.
|
2020-01-18 10:28:47 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
2021-05-12 04:22:52 +02:00
|
|
|
## Documentation and resources
|
2020-01-18 10:28:47 +01:00
|
|
|
|
2021-05-12 04:22:52 +02:00
|
|
|
* Official app website: https://standardnotes.org/
|
|
|
|
* Official user documentation: https://docs.standardnotes.org/
|
|
|
|
* Official admin documentation: https://docs.standardnotes.org/
|
|
|
|
* Upstream app code repository: https://github.com/standardnotes/syncing-server
|
|
|
|
* YunoHost documentation for this app: https://yunohost.org/app_snserver
|
|
|
|
* Report a bug: https://github.com/YunoHost-Apps/snserver_ynh/issues
|
2020-01-18 10:28:47 +01:00
|
|
|
|
2021-05-12 04:22:52 +02:00
|
|
|
## Developer info
|
2020-01-18 10:28:47 +01:00
|
|
|
|
2021-05-12 04:22:52 +02:00
|
|
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/snserver_ynh/tree/testing).
|
2020-01-18 10:28:47 +01:00
|
|
|
|
2021-05-12 04:22:52 +02:00
|
|
|
To try the testing branch, please proceed like that.
|
2020-01-18 10:28:47 +01:00
|
|
|
```
|
2021-03-14 21:58:37 +01:00
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/snserver_ynh/tree/testing --debug
|
2020-01-18 10:28:47 +01:00
|
|
|
or
|
2021-03-14 21:58:37 +01:00
|
|
|
sudo yunohost app upgrade snserver -u https://github.com/YunoHost-Apps/snserver_ynh/tree/testing --debug
|
2020-01-18 10:28:47 +01:00
|
|
|
```
|
2021-05-11 20:31:32 +02:00
|
|
|
|
2021-05-12 04:22:52 +02:00
|
|
|
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|