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

45 lines
1 KiB
Markdown
Raw Normal View History

2017-06-24 02:21:08 -05:00
# Welcome to the verdaccio wiki!
`verdaccio` is a fork of `sinopia`.
It appeared that sinopia maintenance had stalled and the author had abandoned it,
so there was a suggestion that the sinopia-using community would benefit
2017-06-24 02:21:08 -05:00
from a fresh look at the code and the outstanding issues. So here we are 🎉🎉🎉.
2017-07-01 17:11:54 -05:00
## Getting Started
<!---
* [Understand the configuration file](config.md)
-->
2017-07-04 00:20:13 -05:00
* [Command Line](cli.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)
2017-07-05 13:20:30 -05:00
* [Installing Plugins](plugins.md)
* [Authorization and access](auth.md)
2017-07-02 07:39:46 -05:00
<!---
2017-07-01 17:11:54 -05:00
* [Logs](logs.md)
* [Configure the Web](web.md)
2017-07-04 01:00:31 -05:00
2017-07-01 17:11:54 -05:00
* [Understand the storage](storage.md)
-->
2017-06-24 02:44:37 -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-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)