Giter Site home page Giter Site logo

docker-documentation's Introduction

Introduction

Welcome to the home of the LinuxServer.io documentation! It is our goal to ensure that all of our images are properly documented with all of the relevant information, in order to help our users get started. In addition to individual set up guides for each image, there is also general information, and best practices, pertaining to running Docker containers.

Want to get hold of the team?

The team resides primarily in our Discord server. We also have a forum if chat isn't your thing.

Where Link
Discord https://discord.gg/YWrKVTn
Forum https://discourse.linuxserver.io

For those interested in our CI environment via Jenkins: https://ci.linuxserver.io/

docker-documentation's People

Contributors

aptalca avatar bockiii avatar chbmb avatar chriscn avatar darkmattercoder avatar dependabot[bot] avatar discduck avatar drizuid avatar homerr avatar ironicbadger avatar j0nnymoe avatar joshstark avatar kaysond avatar kodestar avatar mrhotio avatar nemchik avatar pagdot avatar probot-auto-merge[bot] avatar quietsy avatar rastacalavera avatar raycadle avatar roxedus avatar solsmed avatar thelamer avatar thespad avatar thomascwells avatar tijs-b avatar tobbenb avatar tokugero avatar tyron avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

docker-documentation's Issues

Jellyfin Display Language

I am using QNAP Container Station for Jellyfin runnig. In general everything works fine except language changing doesnt work. I am choosing my native language but english still exist. How can I change display language?

SWAG missing `lsio` network example from docker-compose examples

The CLI examples mostly use --net=lsio to demonstrate an existing bridge network, but none of the docker-compose files have it. Was that intentional? I believe this is the correct syntax for that if you wish to include it. If not, no worries.

---
version: "2.1"
services:
  swag:
    image: ghcr.io/linuxserver/swag
    container_name: swag
    cap_add:
      - NET_ADMIN
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/London
      - URL=linuxserver-test.com
      - SUBDOMAINS=www,ombi
      - VALIDATION=http
    volumes:
      - /home/aptalca/appdata/swag:/config
    networks:
      lsio:
    ports:
      - 443:443
      - 80:80
    restart: unless-stopped

networks:
  lsio:
    external: true

Booksonic Documentation should have Java options added.

Like the airsonic documentation, booksonic should have the Java options included in the docs.

This part from the application setup...

Extra java options can be passed with the JAVA_OPTS environment variable, eg -e JAVA_OPTS="-Xmx256m -Xms256m". For some reverse proxies, you may need to pass JAVA_OPTS=-Dserver.use-forward-headers=true for airsonic to generate the proper URL schemes.

as well as the compose and CLI examples.

- JAVA_OPTS=<options> #optional

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.