Skip to content
#

self-hosted

Here are 668 public repositories matching this topic...

AngelGuerra
AngelGuerra commented Apr 16, 2020

Thumbor is an open-source photo thumbnail service

I'm only have read about it, I never have used it so I open a issue instead of pull request, maybe someone can give us a feedback, but it looks good.

Maybe it can be in "Photo and Video Galleries" section?

acarboni71
acarboni71 commented Mar 20, 2020

I'm using kanboard 1.2.13 inside a container. I created the following local folders:

mkdir /srv/kanboard/
db
data
plugins
nginx

Then I created a mysql instance:

docker run -d
--name kanboard-db
-e MYSQL_ROOT_PASSWORD=xxx
-e MYSQL_DATABASE=kanboard
-e MYSQL_USER=xxx
-e MYSQL_PASSWORD=xxx
-v /srv/kanboard/db:/var/lib/mysql
-p 3307:3306

garrett
garrett commented Aug 1, 2018

Right now, I either need to navigate using Files (Nautilus) to the correct folder, or view the history (presumably — it isn't working for me right now, so I can't test this).

It would be nice to be able to open the project folder directly from SparkleShare's menu.

I'm on the Flatpak version of SparkleShare on Fedora. Perhaps being in Flatpak might be different — with portals, for example — b

fayak
fayak commented Mar 12, 2020

Hi !

I believe the SENTRY_WEB_HOST in sentry.conf.py does not behave exactly like I thought it would.
As I want to have sentry accessible only through my nginx, I chose to bind on 127.1. However, as it runs in a docker container, it makes the web interface not accessible even on localhost.

What I had to do is to bind to 0.0.0.0 and edit the docker-compose.yml:140 to tell docker to

MrJohnZoidberg
MrJohnZoidberg commented Apr 19, 2020

Currently, clicking the "open" button in the consume window ignores tare weight handling.

The example with flour: It has 2000g in stock. If I enter 500g as amount and open it, I expect the stock being empty because of the tare weight calculation. But instead the amount is 500g less than before.

I wonder if it makes sense to have the "open" action with products with tare weight handling enabl

christopher-wilson
christopher-wilson commented Jan 26, 2020

I've just installed this through docker on a Synology NAS, so it may be more apparent when hosted on another platform, so apologies in advance if that is the case.

Going through everything, and getting it working, I've found warts and some general usability issues. There is no documentation on how to create a theme, where they are uploaded, or what can be themed, as far as I can tell.

It wo

ghost
ghost commented Jun 18, 2017

I think it would be helpful in the "Use" section to add how long it takes an average user to get a result.

I have it taking down about 120KiB/s which is not a ton but also have zero results after 20 minutes.

It would be a helpful guideline so people know when it's time to report errors.

Just for curiousity it would be interesting to know the bandwidth to result ratio. I bet nobody has th

Improve this page

Add a description, image, and links to the self-hosted 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 self-hosted topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.