Coder Social home page Coder Social logo

Comments (6)

madiele avatar madiele commented on July 22, 2024

I don't offer images for arm v6, you need to build it, do a sudo docker compose build on your pi instead, don't use pull. Let me know if it works, I don't have an armv6 to test it out so I'm not sure the dockerfile will work as it is, it should but I'm not 100% certain

Be prepared for a pretty long build time

from vod2pod-rss.

madiele avatar madiele commented on July 22, 2024

After you did the build command successfully, the up command should work

from vod2pod-rss.

madiele avatar madiele commented on July 22, 2024

Sorry, just noticed I did not put the build section in the docker compose, you will have to add it yourself (I'm not near a pc to do it right now sorry)

build:
  dockerfile: ./Dockerfile
  context: https://github.com/madiele/vod2pod-rss.git

Adding something like this to the vod2pod section and then doing a docker compose build vod2pod should do the trick. Mess around with it and report back if you manage to make it work, chatgpt should be able to help you with the syntax if you need.

When I can get to a pc in the next few days I'll add the section commented out to make it easier

from vod2pod-rss.

primeapple avatar primeapple commented on July 22, 2024

Thanks for your advice. I tried it and it looks the following

 => [vod2pod internal] load git source https://github.com/madiele/vod2pod-rss.git                                                                                                                                                         30.8s
 => CANCELED [vod2pod internal] load metadata for docker.io/library/debian:bookworm-slim                                                                                                                                                   4.6s 
 => ERROR [vod2pod internal] load metadata for docker.io/library/rust:1.74                                                                                                                                                                 4.4s 
------                                                                                                                                                                                                                                          
 > [vod2pod internal] load metadata for docker.io/library/rust:1.74:                                                                                                                                                                            
------                                                                                                                                                                                                                                          
failed to solve: rust:1.74: no match for platform in manifest sha256:fd45a543ed41160eae2ce9e749e5b3c972625b0778104e8962e9bfb113535301: not found                                                                                                

No rust container for old raspberries, I guess?

from vod2pod-rss.

madiele avatar madiele commented on July 22, 2024

Well that sucks, I guess you could try to edit the vod2pod-rss Dockerfile to use ubuntu as a base instead (hoping that that has a armv6 image ready 😂) of rust and run the rustup script before anything else, you will have to thinker a little sorry.

It also mean I cannot support armv6 officially, if you manage to get it working maybe I'll link this issue in the Readme.

Let me know if you get something working ✌️

from vod2pod-rss.

madiele avatar madiele commented on July 22, 2024

@primeapple just had an idea:

I do support building vod2pod outside the container (I only do it for development purpose so it's documented only inside the CONTRIBUTING.md), maybe that would work for you

cd inside the folder where you cloned vod2pod-rss

then run
make install-ubuntu-deps
followed by
make run

does that work? if it does you will find a .env file generated where you can set your api keys.

this will run vod2pod on port 8080 on your host, there is no way to change the port at the moment but I can add one if someone needs it.

you can then ask chatgpt to make you a Dockerfile to automate those tasks based on an ubuntu image that supports armv6 and just overwrite the Dockerfile that is present in the repo, note that of course this will not be an official way to deploy vod2pod supported by me (to many variables that could go wrong 😅 )

from vod2pod-rss.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.