Git Product home page Git Product logo

Comments (5)

kuzi-moto avatar kuzi-moto commented on June 21, 2024 1

Note for @lachlan-00, I believe the docket compose file needs to be updated for Ampache 5.

from ampache-docker.

kuzi-moto avatar kuzi-moto commented on June 21, 2024

Hey @vinceTheProgrammer,

I have not been able to test out Ampache since the update to 5 but I believe that the themes directory should be found at /var/www/themes within the container. However, with the release to Ampache 5 this has changed to /var/www/public/themes. If you have updated then you will want to use the latter path.

You may map this to a volume by adding the following line under the volume: section in your docker-compose.yml file (with the currently available docker-compose file which needs an update to version 5):

    volumes:
      - ./data/config:/var/www/config
      - ./data/log:/var/log/ampache
      - ./data/media:/media
      - ./data/mysql:/var/lib/mysql
      - ./data/themes:/var/www/themes

I am not able to test this out, but I believe that Docker should populate this directory on starting the container if the path on the host machine is empty. But, the default theme will not receive any updates if the image updates in the future. I may recommend copying the default theme "reborn" and make a new folder then mount the path to that folder instead. I can elaborate is needed.

from ampache-docker.

lachlan-00 avatar lachlan-00 commented on June 21, 2024

Note for @lachlan-00, I believe the docket compose file needs to be updated for Ampache 5.

ah, crap. you'll be right. i definitely haven't run from compose....

from ampache-docker.

vinceTheProgrammer avatar vinceTheProgrammer commented on June 21, 2024

@kuzi-moto I added the line to my docker-compose file, made the folder, and copied the reborn theme folder to that newly created folder, and it worked! I now have the themes folder accessible from outside the container! Tysm!

from ampache-docker.

lachlan-00 avatar lachlan-00 commented on June 21, 2024

Note for @lachlan-00, I believe the docket compose file needs to be updated for Ampache 5.

i think it's okay, i don't see anything obvious that needs changing for it so should actually be good

from ampache-docker.

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.