mirror of
https://github.com/YunoHost-Apps/snserver_ynh.git
synced 2024-09-03 20:26:22 +02:00
Standard Notes Syncing Server
conf | ||
scripts | ||
sources | ||
.gitignore | ||
check_process | ||
config_panel.toml | ||
LICENSE | ||
manifest.json | ||
pull_request_template.md | ||
README.md |
Standard Notes Syncing Server for YunoHost
This package allow you to install snserver quickly and simply on a YunoHost server. If you don't have YunoHost, please see here to know how to install and enjoy it.
Overview
Standard Notes syncing server
You can run your own Standard Notes server and use it with any Standard Notes app. This allows you to have 100% control of your data.
Shipped version: 3.22.8
- Apps available for free. https://standardnotes.org/
- Desktop (Windows, Mac, Linux)
- Mobile (Android and iOS)
- Web https://app.standardnotes.org/
- Self-Hosted Yunohost - Web-App https://github.com/YunoHost-Apps/snweb_ynh
Change Sync Server Domain during Registation and Sign in
Screenshots
Extensions, Editors, Themes: https://standardnotes.org/extensions
Demo
Configuration
How to configure this app:
- 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
Documentation
- Official documentation: https://docs.standardnotes.org
YunoHost specific features
Multi-users support
- Are LDAP and HTTP auth supported? LDAP=No HTTP=Yes
- Can the app be used by multiple users? Yes
Supported architectures
Limitations
- If users have installed the extensions included in this package. The URL of the server should not be changed anymore. Otherwise the users will have to reinstall the extensions.
Links
- Report a bug: https://github.com/YunoHost-Apps/snserver_ynh/issues
- App website: https://standardnotes.org/
- Upstream app repository: https://github.com/standardnotes/syncing-server
- YunoHost website: https://yunohost.org/
Developers info
Only if you want to use a testing branch for coding, instead of merging directly into master. Please do 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/snserver_ynh/tree/testing --debug
or
sudo yunohost app upgrade snserver -u https://github.com/YunoHost-Apps/snserver_ynh/tree/testing --debug