-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide instructions on changing apikey versus what setapikey does #25
Comments
Hi @pravincarvalho Perhaps it would be good for us to draw that out in the instructions. NOTE: If that was your actual apikey, you might change it. |
@bcurran3 fyi |
Don't forget to put in the docs viewing Chocolatey Simple Server with Internet Explorer or Firefox versus Chrome. Set expectations and head off the support questions. :) (I'd love to find a Chrome "fix" to view the feed correctly - I'm sure there's an extension....) |
@ferventcoder Thanks for the explanation! On the landing page, you could just modify the line
to say something like
and that should make it clear. |
This is completed for 0.2.3 |
- Clean up sections and separate them nicely - Explain how to use install.ps1 to install Chocolatey internally - Show how to add source with choco source command - Links to push package docs - Note how to manage install of Chocolatey from this repo with different configuration management items and point to issues for Ansible and Salt that don't support offline installation of Chocolatey itself. - Explain the api key and how to set it - Explain basic authentication and how to enable it - Add docs surrounding packages and how big they can be, timeouts surrounding larger packages, how to delist/delete, and package version immutability. - Explain the package cache and what it means to clear it. - Add docs for building packages and the best way to get started. Explain why Package Builder is awesome. - Explain the difference between caching and internalizing. Point to Package Internalizer.
version: 0.2.2
I've used the following command to set the api key on my chocolatey server. I've run this command from an administrative powershell on the same machine.
choco setapikey --source="http://<<myserver>>/chocolatey" --api-key=oYyDQXtsNQjPMUUUMtkE3YhJ
which returns
Updated ApiKey for http://<<my server>>/chocolatey
However, when I try pushing a package I get a 403 forbidden error and if I try pushing a package with the default "chocolateyrocks" API key, the package is uploaded successfully.
The text was updated successfully, but these errors were encountered: