1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00
Nextcloud package for YunoHost
Find a file
eric_G 9bef6d077b
Testing (#718)
* Update manifest.toml

* Auto-update READMEs

* add pre upgrade warning for NC 29

* update to PHP8.3

* Auto-update READMEs

* Update manifest.toml

* Auto-update READMEs

* Fix space splitting in phpflags on install (#690)

* Auto-update READMEs

* Update upgrade

* Update manifest.toml

* Auto-update READMEs

* Fix phpflags (#691)

* Fix upgrade: php version is 8.3 starting from 29.x ? (#692)

* Update manifest.toml

* Auto-update READMEs

* Update tests.toml

* [autopatch] Do not delete logs on app removal (#697)

* [autopatch] Do not delete logs on app removal (#698)

Co-authored-by: Yunohost-Bot <>

* 29.0.3

* Auto-update READMEs

* Update remove

* Indent

* Fix again upgrade ending with Nextcloud being in PHP 8.2 ?

* Auto-update READMEs

* Update nginx.conf

* Update manifest.toml

* Auto-update READMEs

* Rework DESCRIPTION.md (#707)

* Update DESCRIPTION_fr.md

* Auto-update READMEs

* Update DESCRIPTION.md

* Auto-update READMEs

* Update DESCRIPTION_fr.md

* Auto-update READMEs

---------

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

* bump all old versions

* oupsie

* Auto-update READMEs

* system_addressbook_exposed is a boolean

* Auto-update READMEs

* migrate system_addressbook_exposed to boolean, fix upgrade test

* another fix for system_addressbook_exposed, update the dav conf accordingly

* zblerg, do not modify system_addressbook_exposed config value in the upgrade script

* add redis-server as deps

* find files before chown them

* chown the root folder too

* fix find condition

* find ... chmod is not faster, at least avoid to chown -R the data_dir in the upgrade script

* add a button in the config panel to run chown/chmod on data_dir

* we can avoid this chmod too i guess?

* only nextcloud is allowed to read the config file

* zblerg, the config file doesn't exist before install

* wait until nginx has actually remove the nextcloud conf during upgrade before checking the url_handled

* create a function for that

* fix change-url dav detection

* only if domain has changed...

* Update scripts/_common.sh

* moar sleep

* oups

* minor typos

* Update backup

* minor typos

* Update manifest.toml

* Auto-update READMEs

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: OniriCorpe <oniricorpe@disroot.org>
Co-authored-by: lyyn <79758863+lyynd@users.noreply.github.com>
Co-authored-by: tituspijean <titus+yunohost@pijean.ovh>
Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com>
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
Co-authored-by: Kayou <pierre@kayou.io>
2024-08-20 21:48:20 +02:00
.github [autopatch] Update issue and PR templates 2021-05-13 17:50:19 +02:00
conf Testing (#693) 2024-07-30 15:39:48 +02:00
doc Testing (#693) 2024-07-30 15:39:48 +02:00
hooks Update post_user_delete 2023-11-10 16:00:55 +01:00
scripts Testing (#713) 2024-08-08 17:20:30 +02:00
sources [fix] redirect logout (#636) 2024-04-24 22:31:50 +02:00
.gitignore [enh] Rewrite install/remove script for ownCloud 9.0 2016-04-02 11:43:48 +02:00
ALL_README.md Testing (#718) 2024-08-20 21:48:20 +02:00
config_panel.toml Testing (#713) 2024-08-08 17:20:30 +02:00
LICENSE [enh] Add LICENSE and some manifest keys 2016-05-09 21:43:56 +02:00
manifest.toml Testing (#718) 2024-08-20 21:48:20 +02:00
README.md Testing (#718) 2024-08-20 21:48:20 +02:00
README_es.md Testing (#718) 2024-08-20 21:48:20 +02:00
README_eu.md Testing (#718) 2024-08-20 21:48:20 +02:00
README_fr.md Testing (#718) 2024-08-20 21:48:20 +02:00
README_gl.md Testing (#718) 2024-08-20 21:48:20 +02:00
README_id.md Testing (#718) 2024-08-20 21:48:20 +02:00
README_it.md Auto-update READMEs 2024-03-28 15:02:42 +00:00
README_ru.md Testing (#718) 2024-08-20 21:48:20 +02:00
README_zh_Hans.md Testing (#718) 2024-08-20 21:48:20 +02:00
tests.toml Testing (#693) 2024-07-30 15:39:48 +02:00

Nextcloud for YunoHost

Integration level Working status Maintenance status

Install Nextcloud with YunoHost

Read this README in other languages.

This package allows you to install Nextcloud quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

Nextcloud lets you access and synchronize data, files, contacts and calendars between different devices (PCs or mobiles), or share them with other people (with or without accounts), and also offers advanced communication and collaborative working features. Nextcloud features its own application mechanism (see also Nextcloud's app store) for specific functionalities.

In the context of YunoHost, Nextcloud integrates with the SSO / user portal (YunoHost accounts are automatically connected to Nextcloud).

The /.well-known address will be automatically configured for CalDAV and CardDAV synchronization if no other service such as Baïkal is already using it.

Shipped version: 29.0.5~ynh1

Demo: https://demo.nextcloud.com/

Screenshots

Screenshot of Nextcloud

Documentation and resources

Developer info

Please send 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/nextcloud_ynh/tree/testing --debug
or
sudo yunohost app upgrade nextcloud -u https://github.com/YunoHost-Apps/nextcloud_ynh/tree/testing --debug

More info regarding app packaging: https://yunohost.org/packaging_apps