A

Results 11 issues of A

Images that fill the entire screen are rendered under the notch hiding the top of the image

We could probably expand this list to include all the other hidden service TLDs but I'll leave that to the next person.

wontfix

### Steps to reproduce the problem Assets such as headers, avatars, and uploads are served through the https:// + LOCAL_DOMAIN address rather than over the Tor hidden service and http....

bug
security

In attempting to run a new instance of Torflow I found that you likely used an old commit of https://github.com/dgoulet/tor-parser to get the CSV files. The bundled data is very...

### Describe the bug This issue is following up on https://github.com/FOSSBilling/FOSSBilling/pull/2146#pullrequestreview-1886599937 and #2141 Periods are not allowed in the SLD field, and with the changes in the linked MR, subdomains...

enhancement
feature request

The version of signal-cli in ghcr.io/dadevel/signal-receiver:latest is too old to send messages. There was also a switch to jre21 which means the Debian container needs to be updated as well

### Description: Offline message email alerts sent with either "Send only plain text emails" enabled or when rendered in a plain/text email client are missing a link to for the...

Tasked

https://github.com/ansible-middleware/keycloak/blob/910a2aa5d43a5003cab16deb68e65e7bd5fe20dc/roles/keycloak_realm/tasks/manage_client_roles.yml#L5 Hit an error using a different client name and client id. Shouldn't this be `{{ client.client_id }}`?

documentation
good first issue
hacktoberfest

### Summary Fine-grained admin permissions were introduced in Keycloak 26.2, allowing delegation of admin actions to certain users and groups. Docs: https://www.keycloak.org/docs/latest/server_admin/index.html#_fine_grained_permissions At present none of the Keycloak roles support...

feature
has_pr
docs_fragments
plugins

When this option is set to the default `yes` it will cause database backups like below to error: ``` postgresql_databases: pg_dump_command: sudo -u postgres pg_dump pg_restore_command: sudo -u postgres pg_restore...