JustSKY
JustSKY
@tryffel here you go https://github.com/Just5KY/virtualpaper/actions/runs/3453475839/jobs/5764098977
Yup `justsky/virtualpaper`
I have never used DroneCI, but did a little searching and found this post. https://oscarchou.com/posts/howto/droneci-multiarch-image-for-private-registry/
Yup, i can re-upload the file for you
Just FYI, Logstash has JSON filter plugin which will parse it out ```yml input { } filter { json { source => "message" } } output { }
try changing the SSH server on Pi 
@ptichalouf can you test this container `ghcr.io/just5ky/reiverr:latest` Edit: i tested it, not working yet. Need to change a few things from my side.
I based this commit thinking you were building the container from DOCKERFILE, but after I created the pull request I noticed that you are using docker-compose.yml to build it, by...
@aleksilassila can you explain to me why you are building using `docker compose` instead of `docker build` or `docker buildx build` I'm a confused why there are two different sections...
It would be better to separate out the dockerfiles for dev and prod Thats what was causing me to end up with development env. In the final container. And its...