2
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2026-02-04 08:51:49 +01:00
Nextcloud package for YunoHost
Find a file
eric_G f6d1bb0dec
Testing (#853)
* Update ADMIN.md: update advice to open shell + add a note on how to promote a user to admin

* Update ADMIN.md: markdown tweak

* Update ADMIN_fr.md: propagate changes to fr doc

* fix settings enable_mail_forward in install and upgrade scripts

* try fix ldap_email-attribute

* unused value settings

* Update manifest.toml

* There's no point in having a setting for 'enable_forward_email' and 'system_addressbook_exposed'. Those aren't used anywhere, the source of truth being Nextcloud's conf itself

* Update manifest.toml

* Update manifest.toml

* Update manifest.toml

* Auto-update READMEs

* Fix syntax error in config script

a missing space in notify push systemd service removal was causing an error

* Update manifest.toml

* Auto-update READMEs

* Update config

* fix linter warnings (#827)

* fix linter warnings

* Update tests.toml

* Update systemd.service

* Update manifest.toml

* Auto-update READMEs

* Update manifest.toml

* Update watcher.service

* Update watcher.service

* revert

* revert changes made to make the linter happy

* Update manifest.toml

* Auto-update READMEs

* 0 Bytes chunks bug : configuration fix (#832)

* Testing (#829)

* Update ADMIN.md: update advice to open shell + add a note on how to promote a user to admin

* Update ADMIN.md: markdown tweak

* Update ADMIN_fr.md: propagate changes to fr doc

* fix settings enable_mail_forward in install and upgrade scripts

* try fix ldap_email-attribute

* unused value settings

* Update manifest.toml

* There's no point in having a setting for 'enable_forward_email' and 'system_addressbook_exposed'. Those aren't used anywhere, the source of truth being Nextcloud's conf itself

* Update manifest.toml

* Update manifest.toml

* Update manifest.toml

* Auto-update READMEs

* Fix syntax error in config script

a missing space in notify push systemd service removal was causing an error

* Update manifest.toml

* Auto-update READMEs

* Update config

* fix linter warnings (#827)

* fix linter warnings

* Update tests.toml

* Update systemd.service

* Update manifest.toml

* Auto-update READMEs

* Update manifest.toml

* Update watcher.service

* Update watcher.service

* revert

* revert changes made to make the linter happy

* Update manifest.toml

* Auto-update READMEs

---------

Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
Co-authored-by: Rodolphe Robles <rodinux07@rodinux.fr>
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: Mohamed Tita <46422846+mdtita@users.noreply.github.com>

* 0 Bytes chunks bug config fix

---------

Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com>
Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
Co-authored-by: Rodolphe Robles <rodinux07@rodinux.fr>
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: Mohamed Tita <46422846+mdtita@users.noreply.github.com>

* Update manifest.toml

* Auto-update READMEs

* Update manifest.toml

* Auto-update READMEs

* Eradicate legacy FPM settings...

* upgrade: Simplify notify push setting backward-compat init

* Symetrize setting initialization compared to upgrade, using ynh_app_setting_set_default

* 32.0.3 (#831)

* [autopatch] Automatic patch to simplify `proxy_pass`/`fastcgi_pass` options in nginx.conf (PLEASE DOUBLE CHECK BEFORE MERGING) (#845)

Co-authored-by: Yunohost-Bot <>

* Warning unary operator expected (#847)

* [: -eq: unary operator expected

* [: -eq: unary operator expected

* Revert "Warning unary operator expected (#847)"

This reverts commit 6cff728607.

* 32.0.4

* Update manifest.toml

* Auto-update READMEs

---------

Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
Co-authored-by: Rodolphe Robles <rodinux07@rodinux.fr>
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: Mohamed Tita <46422846+mdtita@users.noreply.github.com>
Co-authored-by: Yarkane <45920565+Yarkane@users.noreply.github.com>
Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com>
Co-authored-by: Taekiro <taekiro@gmail.com>
2026-01-16 19:18:08 +01:00
.github [autopatch] Update issue and PR templates 2021-05-13 17:50:19 +02:00
conf Testing (#848) 2026-01-15 17:38:20 +01:00
doc Testing (#823) 2025-07-30 08:09:41 +02:00
hooks Testing (#814) 2025-07-07 11:55:46 +02:00
patches Testing (#814) 2025-07-07 11:55:46 +02:00
scripts Testing / 32.0 (#844) 2026-01-01 00:02:23 +01:00
.gitignore Testing | 30.0.4 (#752) 2024-12-19 07:43:05 +01:00
config_panel.toml Testing | 30.0.4 (#752) 2024-12-19 07:43:05 +01:00
LICENSE [enh] Add LICENSE and some manifest keys 2016-05-09 21:43:56 +02:00
manifest.toml Testing (#853) 2026-01-16 19:18:08 +01:00
README.md Testing (#853) 2026-01-16 19:18:08 +01:00
tests.toml Testing (#828) 2025-09-11 18:06:26 +02:00

Logo of Nextcloud Nextcloud, packaged for YunoHost

Online storage, file sharing platform and various other applications

🌐 Official app website App Demo Version: 32.0.5~ynh1

Screenshots

Screenshot of Nextcloud

📦 Developer info

Automatic tests level

🛠️ Upstream Nextcloud repository: https://github.com/nextcloud/server

Pull request are welcome and should target the testing branch.

The testing branch can be tested using:

# fresh install:
sudo yunohost app install https://github.com/YunoHost-Apps/nextcloud_ynh/tree/testing

# upgrade an existing install:
sudo yunohost app upgrade nextcloud -u https://github.com/YunoHost-Apps/nextcloud_ynh/tree/testing

📚 App packaging documentation

Please see https://doc.yunohost.org/packaging_apps for more information.