| Age | Commit message (Collapse) | Author |
|
this still renames opencloud to opencloud-server
|
|
Which added shell completions
|
|
A change introduced with
https://gitlab.archlinux.org/archlinux/packaging/packages/opencloud/-/merge_requests/1
|
|
Main change: Switch to the opencloud user.
In that regard each package is interchangeably.
Didn't rename any files yet, as I find this nomenclature
more meaningful.
Adopt patch and drop the current one. Also adopt
post_install message.
The patch causes the GOFLAGS line to be dropped as
it is included in the patch.
Binary is still renamed to opencloud-server.
|
|
|
|
https://github.com/opencloud-eu/opencloud/issues/2816
Should be soon fixed
|
|
Makes sense to disable that specific check for a package which is maintained via a package management system.
And it can trivially be enabled again.
|
|
full doc of env vars is now available online
|
|
Wrong assumptions from my side
https://github.com/orgs/opencloud-eu/discussions/823#discussioncomment-13154113
|
|
|
|
Obsolete with
https://github.com/opencloud-eu/opencloud/pull/709
and
https://github.com/opencloud-eu/opencloud/pull/714
|
|
useful if the reverse proxy doesn't support OIDC.
Downloading a file from the web-ui will pop a basic auth in such a case.
And without the env var it cannot be completed.
|
|
paths coming from opencloud-web
|
|
additional information: Default storage driver is now posixfs.
Switching existing installations is not possible.
Either set it up anew or stay with decomposedfs (which may need a change in the config)
|
|
for whatever reasons the documented one-liner broke again
|
|
Update command to avoid moving the config file.
Make note about access rights
|
|
All error logs up to now also appeared without those options set.
Only let ProtectSystem be disabled, as it will cause TLS errors. Although the program itself will still work
|
|
Upstream did consider it as a bug, that make generate didn't work from the subfolder.
|
|
Changes to the Makefile make it necessary to go back to two separate make calls
|
|
|
|
|
|
|
|
Build needs to be run in a specific subfolder.
Add -j1 as the generate part doesn't seem to be threadsafe. My makepkg.conf sets -j4 and then the build fails at varius and differing stages (most of the time due to binary not available which is currently in the process of being (re)installed)
|
|
otherwise it has the potential to conflict with an opencloud-desktop package
|
|
|