summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2026-06-06opencloud-git: fix install messageNarrat
this still renames opencloud to opencloud-server
2026-06-06opencloud-git: sync with extra/opencloudNarrat
Which added shell completions
2026-06-02opencloud-git: use system sqliteNarrat
A change introduced with https://gitlab.archlinux.org/archlinux/packaging/packages/opencloud/-/merge_requests/1
2026-06-02opencloud-git: somewhat sync with extra/opencloudNarrat
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.
2026-05-27opencloud-git: drop patch for build failureNarrat
2026-05-21opencloud-git: add patch for build failureNarrat
https://github.com/opencloud-eu/opencloud/issues/2816 Should be soon fixed
2026-01-04opencloud-git: add env to disable update checker in web frontendNarrat
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.
2025-05-28opencloud-git: update env fileNarrat
full doc of env vars is now available online
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-12opencloud-git: update installNarrat
Update command to avoid moving the config file. Make note about access rights
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-06opencloud-git: remove +x from the env varNarrat
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