Age | Commit message (Collapse) | Author |
|
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
|
|
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
|
|
|