Skip to content
#

selfhosted

There are two distinct, commonly used definitions of self-hosted:

  • A network service that is run on a server that is controlled by the user of that service.
  • A computer program that can produce new versions of that same program (e.g. a compiler that can compile its own source code or an operating system that can be used to compile itself).

Here are 190 public repositories matching this topic...

appwrite
budibase
recipes
0utl4w
0utl4w commented Feb 10, 2022

Tandoor Version

1.0.8

Setup

Docker / Docker-Compose

Reverse Proxy

No reverse proxy

Other

No response

Bug description

When adding a meal to the meal plan and let it also add to the shopping list the recipe is added twice to the shopping list and you have 2 entries under the recipes tab
[Bug_Meal_plan_shopping_list.pdf](https://github.com/TandoorRecipes/recipes/files/

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
sabinM1
sabinM1 commented Nov 15, 2021

Describe the bug
After scanning all the users and confirming that photos appear in the timeline and facial recognition is working I went to the People tab. Faces are recognized with minor errors, but I cannot rename any face from the default Unlabeled.

To Reproduce
Steps to reproduce the behavior:

  1. Go to the People tab
  2. Click on any Unlabeled item in order to change the
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
Wikipedia
Wikipedia