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 241 public repositories matching this topic...

appwrite
jbdujardin
jbdujardin commented Jul 8, 2022

👟 Reproduction steps

Go on the documentation at this page : https://appwrite.io/docs/server/databases?sdk=nodejs-default#databasesGet

Or use one of the SDKs.

Example with dart sdk :
Databases(client, databaseId: 'test').get() return Collection object instead of Database object.

👍 Expected behavior

GET and UPDATE method return Database object.

👎 Actual Behavi

bug good first issue
guystreeter
guystreeter commented Feb 28, 2022

Before you create an issue make sure that:

  • Your issue is strictly related to LibrePhotos itself. Questions about setting up a reverse proxy belong in what ever reverse proxy you are using.
  • You have read the documentation thoroughly.
  • You have searched for a similar issue among all the former issues (even closed ones).
  • You have tried to replicate th
bug good first issue frontend
pavlenex
pavlenex commented Jun 29, 2022

We introduced a concept of receipts, a public information any customer can access in #3612.

Currently, it can be visible to the end-user if it's sent over by email via the API, or something along those lines.
Once we're done reconstructing our invoice checkout page in #3567 I think we could add a button somewhere that would simply say receipt similar to what we have with back to store butt

UI / UX good first issue Invoice
photoview
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

enhancement help wanted good first issue hacktoberfest
blocky
PeterDaveHello
PeterDaveHello commented May 17, 2022

This http header is currently not implemented in Blocky DoH server.

Some famous DoH servers like those:

They do return cache-control http header like the example mentioned in [RFC 8484 (DNS Queries over HTTPS (DoH))](https://datatracker.ietf.org/doc/

enhancement good first issue
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

good first issue
Wikipedia
Wikipedia