Paweł Bogusławski

Results 111 issues of Paweł Bogusławski

Hello, Is it possible to authenticate from agola to gitea using HTTPS https://git-scm.com/book/en/v2/Git-on-the-Server-Smart-HTTP and client certificates only (without messing with passwords, tokens, ssh keys, oauth2)? If not - please consider...

Go 1.18 throws an error like below when trying to install ghostunnel using go install - consired removing replace from public repo: ``` $ GOBIN=~/tmp go install -v github.com/ghostunnel/ghostunnel@latest go:...

### ⚠️ This issue respects the following points: ⚠️ - [X] This is a **bug**, not a question or a configuration/webserver/proxy issue. - [X] This issue is **not** already reported...

bug
0. Needs triage

There is [hardcoded running as root requirement](https://github.com/fusiondirectory/schema2ldif/blob/1.3-fixes/bin/ldap-schema-manager#L128) in ldap-schema-manager. This disallows one to use it for schema management of rootless slapd (i.e. when slapd is configured in container to run...

bug

Related: https://github.com/getgrav/grav/pull/3596 Author-Change-Id: IB#1120629

User with `admin.pages.read` and `admin.pages.update` privileges cannot see page preview while browsing/changing page markdown (403 is returned as /admin/media/contact.json/task:processmarkdown POST result). Adding whole `admin.pages` privilege makes preview to work ok....

Would be nice to allow editing site menu from admin plugin: https://github.com/getgrav/grav-theme-antimatter/issues/95

When one configures manually session options in system.yaml i.e. ``` session: [...] options: cache_limiter: private ``` like in https://github.com/getgrav/grav/issues/1081#issuecomment-377124103 then saving configuration in admin resets it to ``` session: [...]...

**Describe the bug** When you build athens using `go install`, no version nor build time is set: ``` $ GOBIN=/tmp go install github.com/gomods/athens/cmd/proxy@latest go: downloading github.com/gomods/athens v0.11.0 [...] $ /tmp/proxy...

enhancement

**Is your feature request related to a problem? Please describe.** According to https://github.com/gomods/athens/issues/1506#issuecomment-581123728 Athens does not cache checksums just packages. > The idea behind having a checksum server is that...