wantguns / bin

highly opinionated, minimal pastebin
https://basedbin.fly.dev
GNU Lesser General Public License v3.0
194 stars 20 forks source link

Doesn't accept client description #26

Open foostuff opened 7 months ago

foostuff commented 7 months ago

Hi, I am using portainer and pulled the latest bin. I must say that I am pretty new to docker, so it might just be me: I can't get the exchange of the placeholder to work.

Out of desperation (I really don't know what I am doing), I tried adding the --client-desc flag and put another env-variable without the bin_ prefix: bin Still the greeting page is unchanged. Any help would be appreciated.

(also: your docker compose example show port 6163 instead of 6162)

foostuff commented 7 months ago

Also I cuts my files off after 100MB, even though i put a 16000 MB limit :)

semliki commented 7 months ago

Also I cuts my files off after 100MB, even though i put a 16000 MB limit :)

forgive me, but did you make sure to raise the upload limit in the other parts of your web stack? I'm not going to be much help for this, but I just thought about that since I've made that mistake quite a few times lol

foostuff commented 7 months ago

I wouldn't know where to be honest. Doesn't the binary/docker container bring it's own? My Caddy just forwards the traffic to the container, if I'm not mistaken.