mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2026-02-04 08:51:49 +01:00
Nextcloud package for YunoHost
* 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
|
||
|---|---|---|
| .github | ||
| conf | ||
| doc | ||
| hooks | ||
| patches | ||
| scripts | ||
| .gitignore | ||
| config_panel.toml | ||
| LICENSE | ||
| manifest.toml | ||
| README.md | ||
| tests.toml | ||
Nextcloud, packaged for YunoHost
Online storage, file sharing platform and various other applications
Screenshots
📦 Developer info
🛠️ 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.
