0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
verdaccio/wiki/README.md

86 lines
2.7 KiB
Markdown
Raw Normal View History

2017-06-24 02:21:08 -05:00
2017-12-07 02:59:23 -05:00
<p align="center"><img src="https://github.com/verdaccio/verdaccio/raw/master/assets/bitmap/verdaccio%402x.png"></p>
2017-06-24 02:21:08 -05:00
2017-08-28 15:57:37 -05:00
`verdaccio` is a fork of **sinopia** and it's backwards compatible.
## Why should I use verdaccio?👌
* I am/was **sinopia** user and need an **easy migration**.
* I need a lightweight and free solution 🎉 to host my private packages and no license worries 🎊.
* I need long-term support and help when I got stuck.
* I want a product compatible with the newer tools as **Yarn** and **DevOps (Docker, Ansible, Puppet, etc)** tools.
* An evolving plugabble product, not only for **Authentification**, also for **Storage** and more in the future.
* An active community 🙋‍♂️🙋.
* Integration with **Nexus**, **Artifactoy** and any other npm compatible registry.
A bunch more of reasons [you might be interested](https://medium.com/@jotadeveloper/five-use-cases-where-a-npm-private-proxy-fits-in-your-workflow-632a81779c14).
### Why we forked from Sinopia? 🚀
It [appeared that sinopia maintenance had stalled and the author had abandoned it](https://github.com/rlidwka/sinopia/issues/376),
so there was a suggestion that the sinopia-using community would benefit
2017-08-28 15:57:37 -05:00
from a fresh look at the code and the outstanding issues. So here we are 🎉🎉🎉. The last step about the [detach from sinopia](https://github.com/verdaccio/verdaccio/issues/38).
### Near Future 🚧
`verdaccio` aims to be compatible with sinopia along the time preserving the main features, a lightweight app based on local file system and easy installation but being able to be pluggable and built over a modern tool stack.
2017-06-24 02:21:08 -05:00
2017-07-01 17:11:54 -05:00
## Getting Started
### Installation
2017-08-28 15:57:37 -05:00
* [Installation](install.md)
### Usage
2017-07-04 00:20:13 -05:00
* [Command Line](cli.md)
### Configuration
* [The configuration file](config.md)
2017-07-01 17:11:54 -05:00
* [Setting up *uplinks*](uplinks.md)
* [Packages Access](packages.md)
* [Authorization and Access](auth.md)
2017-07-04 01:00:31 -05:00
* [Enable Notifications](notifications.md)
* [Custom Logs](logger.md)
### UI Customization
2017-12-05 15:03:07 -05:00
* [Configure the Web](web.md)
2017-06-24 02:21:08 -05:00
## Server Configurations
2017-06-24 02:43:09 -05:00
* [Advanced Server Configuration](server.md)
2017-06-24 02:43:09 -05:00
* [Reverse Proxy](reverse-proxy.md)
* [SSL Certificates](ssl.md)
2017-06-24 02:21:08 -05:00
### Windows Specific Settings
2017-06-24 02:43:09 -05:00
* [Installing As a Windows Service](windows.md)
* [Installing on IIS server](iis-server.md)
2017-06-24 02:43:09 -05:00
## Extend Verdaccio
* [Installing Plugins](plugins.md)
2017-06-24 02:43:09 -05:00
## DevOps
* [Configure with Ansible](ansible.md)
* [Using Docker Image](docker.md)
2017-12-05 15:03:07 -05:00
* [Using Kubernetes](kubernetes.md)
2017-08-28 15:57:37 -05:00
## Verdaccio Recipes
2017-08-28 15:57:37 -05:00
* [Learn how to protect your packages](recipes/protect-your-dependencies.md)
## Development
* [I want to to contribute](dev/README.md)
* [Build verdaccio](dev/build.md)
* [Create plugins](dev/plugins.md)
* [Repositories](dev/repositories.md)
2017-12-05 15:03:07 -05:00
* [Unit Testing](dev/test.md)