mirror of
https://github.com/YunoHost-Apps/laverna_ynh.git
synced 2024-09-03 19:36:06 +02:00
ad74bfe782
* Warning * Fix linter warnings * Update README.md * Set SVG badge * Update manifest.json * Update manifest.json * Fix * Fix * Update rights (#11) * Update rights * 4.3 * Version 2 (#13) * v2 * Auto-update README * v2 * Update manifest.toml * Update manifest.toml * Auto-update README --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org> * Delete DISCLAIMER.md * Update nginx.conf * Auto-update READMEs * cleaning * Auto-update READMEs --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org>
56 lines
2.7 KiB
Markdown
56 lines
2.7 KiB
Markdown
<!--
|
|
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.
|
|
-->
|
|
|
|
# Laverna for YunoHost
|
|
|
|
[![Integration level](https://dash.yunohost.org/integration/laverna.svg)](https://dash.yunohost.org/appci/app/laverna) ![Working status](https://ci-apps.yunohost.org/ci/badges/laverna.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/laverna.maintain.svg)
|
|
|
|
[![Install Laverna with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=laverna)
|
|
|
|
*[Read this README in other languages.](./ALL_README.md)*
|
|
|
|
> *This package allows you to install Laverna 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.*
|
|
|
|
## Overview
|
|
|
|
Laverna is an anonymous system, encrypted and without registration required, it is accessible via a web browser (without software installation).
|
|
The data is private because it is stored by default on your machine (InnoDB and localstorage), it is a setting in the settings that will allow you to synchronize it via the cloud on your various devices.
|
|
|
|
|
|
**Shipped version:** 0.7.51~ynh7
|
|
|
|
**Demo:** <https://laverna.cc/app/>
|
|
|
|
## Screenshots
|
|
|
|
![Screenshot of Laverna](./doc/screenshots/laverna.png)
|
|
|
|
## :red_circle: Antifeatures
|
|
|
|
- **Upstream not maintained**: This software is not maintained anymore. Expect it to break down over time, be exposed to unfixed security breaches, etc.
|
|
- **Package not maintained**: This YunoHost package is not actively maintained and needs adoption. This means that minimal maintenance is made by volunteers who don't use the app, so you should expect the app to lose reliability over time. You can [learn how to package](https://yunohost.org/packaging_apps_intro) if you'd like to adopt it.
|
|
|
|
## Documentation and resources
|
|
|
|
- Official app website: <https://laverna.cc/index.html>
|
|
- Official admin documentation: <https://github.com/Laverna/laverna/wiki>
|
|
- Upstream app code repository: <https://github.com/Laverna/laverna>
|
|
- YunoHost Store: <https://apps.yunohost.org/app/laverna>
|
|
- Report a bug: <https://github.com/YunoHost-Apps/laverna_ynh/issues>
|
|
|
|
## Developer info
|
|
|
|
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/laverna_ynh/tree/testing).
|
|
|
|
To try the `testing` branch, please proceed like that:
|
|
|
|
```bash
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/laverna_ynh/tree/testing --debug
|
|
or
|
|
sudo yunohost app upgrade laverna -u https://github.com/YunoHost-Apps/laverna_ynh/tree/testing --debug
|
|
```
|
|
|
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|