Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| windows:chocolatey:setup-self-hosted-choco-repo [2025/02/11 07:38] – Zyzonix | windows:chocolatey:setup-self-hosted-choco-repo [2025/02/11 08:10] (current) – old revision restored (2025/02/11 08:09) Zyzonix | ||
|---|---|---|---|
| Line 51: | Line 51: | ||
| To make the proxy-repository and all local hosted packages available through one URL, add a '' | To make the proxy-repository and all local hosted packages available through one URL, add a '' | ||
| - | === APT Repository === | + | === APT Repository |
| + | - Firstly create a GPG-Key for signing the release file: | ||
| + | - Therefore install '' | ||
| + | - If your key is password-secured enter the passphrase in the field below. | ||
| + | - Then add the name above e.g. '' | ||
| + | - It's then recommended to upload the public-release-key to a RAW storage to make it easy to download. Therefore export the public key with: <code bash>gpg --armor --export < | ||
| + | - Finally add the repo to APT: <code bash> | ||
| + | - And add the key: <code bash> | ||
| + | - Finished! | ||
| ----- | ----- | ||