raftario / filite

A simple, light and standalone pastebin, URL shortener and file-sharing service
MIT License
190 stars 16 forks source link

Feature Request: Docker #26

Open meichthys opened 4 years ago

meichthys commented 4 years ago

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

raftario commented 4 years ago

This is in progress on next

meichthys commented 4 years ago

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

meichthys commented 4 years ago

@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?

raftario commented 4 years ago

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

ioiste commented 4 years ago

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

raftario commented 4 years ago

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

meichthys commented 4 years ago

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

raftario commented 4 years ago

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 commented 3 years ago

Getting closer and closer

meichthys commented 3 years ago

I'm waiting like a hawk! image

meichthys commented 3 years ago

@raftario Any update on the docker container?

raftario commented 3 years ago

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.

Sh4d1 commented 3 years ago

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

adyanth commented 3 years ago

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 commented 3 years ago

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