Giter VIP home page Giter VIP logo

docker-nuget-klondike's Introduction

NuGet Server with Klondike for Docker

Show your support for this project by signing up for a free Bitrise account!

Provides a clean and easy way to run your own public/private NuGet repository with Klondike as the frontend, all inside a Docker container.

This image is based on docker-klondike, adding easier configuration, volume mounting and optional authentication.


Basic Usage

Sample usage:

docker run -p 8080:80 -v /my/host/klondike/Settings.config:/app/Settings.config -v /my/host/klondike/data:/data --name nuget-klondike -d didstopia/nuget-klondike:latest

The first time this image runs, it will create a Settings.config file under the /data folder, which you can customize and restart to apply your changes.

You can additionally add authentication like this (remove -c if the file exists):

docker exec nuget-klondike htpasswd -b -c /data/klondike_users user password

To disable authentication, simply delete /data/klondike_users. Enabling and disabling authentication happens automatically, so you don't need to restart your container.

NOTE: If you enable authentication, everything is protected except for GET/HEAD requests to /api/packages/*, for obvious reasons.


Licenses

This project is provided under the MIT License.

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.