filite icon indicating copy to clipboard operation
filite copied to clipboard

Feature Request: Docker

Open meichthys opened this issue 3 years ago • 15 comments

It would be wonderful if it was possible to run this as a docker container!

meichthys avatar Aug 12 '20 01:08 meichthys

This is in progress on next

raftario avatar Aug 12 '20 03:08 raftario

@raftario Awesome! Let me know if/when it's ready and I'll be glad to test it out.

meichthys avatar Aug 12 '20 03:08 meichthys

@raftario Do you envision this being something that we would build, or do you think it might be a container you can post to dockerhub?

meichthys avatar Aug 13 '20 02:08 meichthys

I plan to publish it to Docker Hub or GitHub Packages, yeah

raftario avatar Aug 13 '20 17:08 raftario

Hi! Any updates on this? I'd like to try it out using docker 😃

ioiste avatar Sep 18 '20 15:09 ioiste

With school and work I haven't had much time to put into this but I'll try to push for a release candidate this weekend

raftario avatar Sep 18 '20 16:09 raftario

@raftario Any progress on this? I don't mean to be impatient, but i'm really looking forward to trying this out!

meichthys avatar Sep 28 '20 01:09 meichthys

Still got quite a lot of stuff on my hands at the moment but I've been able to put some time on filite today. I can't really provide a time estimate but hopefully it'll be ready to use sooner than later.

raftario avatar Sep 29 '20 02:09 raftario

I'm waiting like a hawk! image

meichthys avatar Oct 01 '20 18:10 meichthys

@raftario Any update on the docker container?

meichthys avatar Nov 21 '20 18:11 meichthys

Sorry for the late reply, still not able to put much time into this. I should be able to wrap things up in december during my holyday break.

raftario avatar Nov 27 '20 17:11 raftario

Hey @raftario ! Any news? I can work on it if you still don't have the time 😄

Sh4d1 avatar May 03 '21 18:05 Sh4d1

Using this till the docker version is out @raftario ! Cannot wait for the official version https://gist.github.com/adyanth/974114cb8900afbe276503ee45e11226

Also the next version on gcr has the same issue I had trying to write a Dockerfile with alpine, Error: No such file or directory (os error 2) Seems to be some kind of mismatch in the alpine env. Works fine in ubuntu.

adyanth avatar Jul 14 '21 10:07 adyanth

Took a stab at this in Go+VueJS here: https://git.adyanth.site/adyanth/shortpaste DockerHub: https://hub.docker.com/r/adyanth/shortpaste

You can try it out on Play with Docker bu running docker run -p 80:8080 -e SP_NOAUTH= adyanth/shortpaste and then opening the link that it generates for port 80.

Edit: Hosted on heroku here

adyanth avatar Jul 22 '21 17:07 adyanth