1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/baikal_ynh.git synced 2024-09-03 18:16:11 +02:00
baikal_ynh/README.md
eric_G eda7fea485
Testing (#91)
* 0.9.3

* Auto-update README

* Update baikal.yaml

* Php (#74)

* set php

* Fix

* Update upgrade

* Auto-update README

* cleaning

* Update manifest.json

* Auto-update README

* Update manifest.json

* Update upgrade

* remove old link

* Auto-update README

* Update nginx.conf

* Update upgrade

* fix

* Auto-update README

* Update upgrade

* Update check_process

* Update manifest.json

* Auto-update README

* Update baikal.yaml

* Update upgrade (#83)

* Version 2 (#79)

* v2

* v2

* fix

* Update manifest.toml

* fix

* Auto-update README

* fix

* Auto-update README

* Update manifest.toml

* Update manifest.toml

* Update manifest.toml

* Update upgrade

* cleaning

* Update manifest.toml

* Update upgrade

* Auto-update README

* Update manifest.toml

* Auto-update README

* Update install

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>

* cleaning

* Auto-update README

* Update manifest.toml

* Update manifest.toml

* Auto-update README

* Update manifest.toml

* rename 'app' -> 'main' (#89)

'main' is the new default source_id. This re-enables the extra
sources and the patch, which in turn re-enables the LDAP
authentication.

* Auto-update README

* Update manifest.toml

* Auto-update README

* Update manifest.toml

* Auto-update README

* cleaning

* Add fail2ban (#92)

* fail2ban for LDAP authentication errors

* fix log file path

* fix regex

* cleaning

---------

Co-authored-by: ericgaspar <junk.eg@free.fr>

* Add explaining help text

So far it is not obvious that the app needs to be set to public for
CalDAV/CardDAV clients to work.

* Update install: typo...

* Update upgrade: typo again

* enable anonymous access by default (#95)

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: Toromtomtom <Toromtomtom@users.noreply.github.com>
Co-authored-by: Tom Warnke <tom@toromtomtom.com>
Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
2024-02-04 15:51:52 +01:00

50 lines
2.4 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.
-->
# Baïkal for YunoHost
[![Integration level](https://dash.yunohost.org/integration/baikal.svg)](https://dash.yunohost.org/appci/app/baikal) ![Working status](https://ci-apps.yunohost.org/ci/badges/baikal.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/baikal.maintain.svg)
[![Install Baïkal with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=baikal)
*[Lire ce readme en français.](./README_fr.md)*
> *This package allows you to install Baïkal 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
Baïkal is a lightweight CalDAV+CardDAV server. It offers an extensive web interface with easy management of users, address books and calendars. It is fast and simple to install and only needs a basic PHP capable server. The data are stored in a MySQL database. Baïkal allows to seamlessly access your contacts and calendars from every device. It is compatible with iOS, macOS, DAVx5 on Android, Mozilla Thunderbird and every other CalDAV and CardDAV capable application. Protect your privacy by hosting calendars and contacts yourself with Baïkal.
**Shipped version:** 0.9.4~ynh1
**Demo:** https://demo.yunohost.org/baikal/admin/
## Screenshots
![Screenshot of Baïkal](./doc/screenshots/baikal-in-use.png)
## Documentation and resources
* Official app website: <https://sabre.io/baikal/>
* Official user documentation: <https://github.com/AlexandreMonroche/BaikalGuide>
* Official admin documentation: <https://sabre.io/dav/>
* Upstream app code repository: <https://github.com/sabre-io/Baikal>
* YunoHost Store: <https://apps.yunohost.org/app/baikal>
* Report a bug: <https://github.com/YunoHost-Apps/baikal_ynh/issues>
## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/baikal_ynh/tree/testing).
To try the testing branch, please proceed like that.
``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/baikal_ynh/tree/testing --debug
or
sudo yunohost app upgrade baikal -u https://github.com/YunoHost-Apps/baikal_ynh/tree/testing --debug
```
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>