summarylogtreecommitdiffstats
path: root/.SRCINFO
AgeCommit message (Collapse)Author
2025-05-25opencloud-git: correct description for basic auth env varNarrat
Wrong assumptions from my side https://github.com/orgs/opencloud-eu/discussions/823#discussioncomment-13154113
2025-05-19opencloud-git: fix conflicts line...Narrat
2025-04-24opencloud-git: remove -j restriction for generateNarrat
Obsolete with https://github.com/opencloud-eu/opencloud/pull/709 and https://github.com/opencloud-eu/opencloud/pull/714
2025-04-10opencloud-git: document PROXY_ENABLE_BASIC_AUTHNarrat
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.
2025-04-10opencloud-git: prefill paths for separate web-uiNarrat
paths coming from opencloud-web
2025-03-27opencloud-git: document some env varsNarrat
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)
2025-03-16opencloud-git: update build instructions againNarrat
for whatever reasons the documented one-liner broke again
2025-03-11opencloud-git: enable systemd sandboxing optionsNarrat
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
2025-03-07opencloud-git: go back to the onelinerNarrat
Upstream did consider it as a bug, that make generate didn't work from the subfolder.
2025-03-06opencloud-git: Split build instructionsNarrat
Changes to the Makefile make it necessary to go back to two separate make calls
2025-03-06opencloud-git: only provide basename opencloudNarrat
2025-03-06opencloud-git: revert an upstream commit that may cause breakageNarrat
2025-03-05opencloud-git: adjust make callNarrat
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)
2025-03-04opencloud-git: rename binaryNarrat
otherwise it has the potential to conflict with an opencloud-desktop package
2025-03-04opencloud-git: initial commitNarrat