Skip to content
#

selfhosted

Here are 149 public repositories matching this topic...

appwrite
budibase
Leopere
Leopere commented Oct 9, 2019

https://material.io/resources/color/#!/?view.left=1&view.right=0 readability needs to be possible almost universally ideally. This means avoiding all caps strings in titles as screen readers read every letter and other nonsense like this however the first and foremost concern is just simply that we ship with a default that is visible for our sighted users who may have issues with color blindness

photoview
viktorstrate
viktorstrate commented Mar 31, 2021

Add environment variables to make it possible to disable the following features:

  • Face Recognition: PHOTOVIEW_DISABLE_FACE_RECOGNITION=1
    completely disable face recognition and hide the icon from the side menu

  • Video encoding: PHOTOVIEW_DISABLE_VIDEO_ENCODING=1
    disable ffmpeg encoding, but still allow web compatiable videos that doesn't need encoding.

  • **RAW processing:

verymilan
verymilan commented May 24, 2021

Hi there, i couldn't find a matching issue about this, and since it is affecting multiple areas/apps of Nextcloud, i went with this repo.

In apps that use tags or other elements with selectable colors, i always find myself annoyed by the bad contrast due to late switching of the foreground color.
For example when moving from Google Calendar to Nextcloud, the default blue and red colors would

darkcloud784
darkcloud784 commented Apr 24, 2021

As mentioned in discord I would recommend adding the following to your k3s deployment. I see multiple pages about the k3s deployment and each are missing the following which will make sure the nodes stay alive even if you over provision pods.

INSTALL_K3S_EXEC= ........ --kubelet-arg system-reserved=cpu=100m,memory=100Mi --kubelet-arg kube-reserved=cpu=200m,memory=400Mi

jonyrock
jonyrock commented Jun 14, 2020

If we can't open port, then lets do something like:

nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Addr

Improve this page

Add a description, image, and links to the selfhosted topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the selfhosted topic, visit your repo's landing page and select "manage topics."

Learn more