0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05:00
verdaccio/wiki/README.md

68 lines
2.5 KiB
Markdown
Raw Normal View History

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.
🚀🚨🚨🚨🚨 **<--- Here we will have a fancy logo soon -->** 🚨🚨🚨🚨🚀
You can vote 👍🏻👍🏻👍🏻 or contribute in [this thread](https://github.com/verdaccio/verdaccio/issues/237).
## 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
2017-08-28 15:57:37 -05:00
* [Installation](install.md)
2017-07-04 00:20:13 -05:00
* [Command Line](cli.md)
2017-08-28 15:57:37 -05:00
* [Understand the configuration file](config.md)
2017-07-01 17:11:54 -05:00
* [Setting up *uplinks*](uplinks.md)
* [Packages Access](packages.md)
2017-07-04 01:00:31 -05:00
* [Enable Notifications](notifications.md)
* [Authorization and access](auth.md)
2017-08-29 00:54:43 -05:00
* [Logs](logger.md)
2017-07-01 17:11:54 -05:00
* [Configure the Web](web.md)
2017-07-04 01:00:31 -05:00
2017-07-01 17:11:54 -05:00
## Advanced Configurations
2017-06-24 02:44:37 -05:00
* [SSL Certificates](ssl.md)
2017-08-28 15:57:37 -05:00
* [Installing Plugins](plugins.md)
2017-06-24 02:21:08 -05:00
2017-06-24 02:43:09 -05:00
## Servers
* [Advanced Server Configuration](server.md)
2017-06-24 02:43:09 -05:00
* [Reverse Proxy](reverse-proxy.md)
2017-06-24 02:21:08 -05:00
2017-06-24 02:43:09 -05:00
### Windows Configurations
* [Installing As a Windows Service](windows.md)
* [Installing on IIS server](iis-server.md)
2017-06-24 02:43:09 -05:00
## DevOps
* [Ansible](ansible.md)
* [Docker](docker.md)
2017-08-28 15:57:37 -05:00
## Recipes
* [Learn how to protect your packages](recipes/protect-your-dependencies.md)