Giter VIP home page Giter VIP logo

nextcloud-dlna's People

Contributors

szaimen avatar thanek avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

nextcloud-dlna's Issues

Add container to AIOs community containers to make configuration for them easier

Hi, I just wanted to mention that AiO has this now: https://github.com/nextcloud/all-in-one/tree/main/community-containers#how-to-add-containers. So the community could potentially add the container
as additional container there. Feel free to ping me if you should need help on this!


Regarding the json, I just leave this here as an example:

{
    "aio_services_v1": [
        {
            "container_name": "nextcloud-aio-dlna",
            "display_name": "DLNA",
            "documentation": "https://github.com/nextcloud/all-in-one/tree/main/community-containers/dlna",
            "image": "thanek/nextcloud-dlna",
            "image_tag": "latest",
            "internal_port": "8200",
            "restart": "unless-stopped",
            "ports": [
                {
                  "ip_binding": "",
                  "port_number": "8200",
                  "protocol": "tcp"
                }
            ],
            "environment": [
                "TZ=%TIMEZONE%",
                "NEXTCLOUD_DLNA_SERVER_PORT=8200",
                "NEXTCLOUD_DLNA_FRIENDLY_NAME=nextcloud-aio",
                "NEXTCLOUD_DATA_DIR=/nextcloud",
                "NEXTCLOUD_DB_HOST=nextcloud-aio-database",
                "NEXTCLOUD_DB_PORT=5432",
                "NEXTCLOUD_DB_NAME=nextcloud_database",
                "NEXTCLOUD_DB_USER=oc_nextcloud",
                "NEXTCLOUD_DB_PASS=%DATABASE_PASSWORD%"
            ],
            "secrets": [
                  "DATABASE_PASSWORD",
            ],
            "volumes": [
                {
                    "source": "%NEXTCLOUD_DATADIR%",
                    "destination": "/nextcloud",
                    "writeable": false
                }
            ]
        }
    ]
}

No Sound on upnp Client

First: Thx for publishing this docker - it is exactly, what I'm searching for ;-)
But: As long as I search & test, I don't find my mistake . . . let me explain.

Nextcloud on Docker compose is hosted at proxmox and so far everything is running fine (No Setup Warning inside NCC)
Data is hosted in /home/nextcloud. Remote Proxy is used for outside connection.

On Clientside all Entries are pesented and can be selected.
But then, Playback does not start.

Can you please have a lok at my docker compose and give me a hint, whats going wrong here?
Thank you so much, Hans.
docker-compose.yml.txt

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.