1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/wiki/README.md

45 lines
1.0 KiB
Markdown
Raw Normal View History

2017-06-24 09:21:08 +02: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
from a fresh look at the code and the outstanding issues. So here we are 🎉🎉🎉.
2017-07-02 00:11:54 +02:00
## Getting Started
<!---
* [Understand the configuration file](config.md)
-->
2017-07-04 07:20:13 +02:00
* [Command Line](cli.md)
2017-07-02 00:11:54 +02:00
* [Setting up *uplinks*](uplinks.md)
* [Packages Access](packages.md)
2017-07-04 08:00:31 +02:00
* [Enable Notifications](notifications.md)
2017-07-05 20:20:30 +02:00
* [Installing Plugins](plugins.md)
* [Authorization and access](auth.md)
2017-07-02 14:39:46 +02:00
<!---
2017-07-02 00:11:54 +02:00
* [Logs](logs.md)
* [Configure the Web](web.md)
2017-07-04 08:00:31 +02:00
2017-07-02 00:11:54 +02:00
* [Understand the storage](storage.md)
-->
2017-06-24 09:44:37 +02:00
2017-07-02 00:11:54 +02:00
## Advanced Configurations
2017-06-24 09:44:37 +02:00
* [SSL Certificates](ssl.md)
2017-06-24 09:21:08 +02:00
2017-06-24 09:43:09 +02:00
## Servers
* [Advanced Server Configuration](server.md)
2017-06-24 09:43:09 +02:00
* [Reverse Proxy](reverse-proxy.md)
2017-06-24 09:21:08 +02:00
2017-06-24 09:43:09 +02:00
### Windows Configurations
* [Installing As a Windows Service](windows.md)
2017-06-24 09:21:08 +02:00
* [Installing on IIS server](iss-server.md)
2017-06-24 09:43:09 +02:00
## DevOps
* [Ansible](ansible.md)
* [Docker](docker.md)