No description
Find a file
cniccolo c8e59e9745 Update docker.md
Changes as requested by @Regenhardt

Signed-off-by: cniccolo <niccolo.camponovo@trebeco.ch>
2025-06-25 08:19:05 +02:00
.devcontainer (Re-)Enable development inside of dev container (#53) 2024-01-30 16:56:53 +01:00
.github Create release-helm.yml 2025-05-04 13:13:46 -04:00
.vscode Update BaGet to Bagetter (#6) 2023-09-23 00:02:00 -04:00
deployment templates/chart/bagetter ci: Create helm chart for BaGetter (#117) 2024-07-13 14:35:09 +02:00
docs Update docker.md 2025-06-25 08:19:05 +02:00
samples Simplyfy code (#79) 2024-02-26 16:10:49 +01:00
src Fix PostgreSql connection sometimes being open after migrations 2025-03-19 18:40:15 +01:00
tests chore: Add trailing slashes to package and registration v3 endpoints 2025-02-12 23:42:31 +01:00
.dockerignore Create smaller docker image (#54) 2024-02-12 18:44:17 +01:00
.editorconfig Add throw helpers and tests (#74) 2024-03-01 21:16:47 +01:00
.gitattributes Add gitattributes file 2018-11-04 11:49:33 -08:00
.gitignore ci: Create helm chart for BaGetter (#117) 2024-07-13 14:35:09 +02:00
BaGetter.sln add tencent cloud ocs support (#178) 2024-09-06 13:01:33 +02:00
CODE_OF_CONDUCT.md Add Contributor Covenant code of conduct 2020-06-27 12:19:56 -07:00
CONTRIBUTING.md Using data folder in Docker (#22) 2023-12-04 23:46:24 +01:00
Directory.Packages.props Update all nuget packages to latest versions (#179) 2024-09-07 12:22:40 +02:00
Dockerfile feat(Docker): Enabled support for Linux ARM based Docker images (Issue https://github.com/bagetter/BaGetter/issues/134). 2024-05-21 15:37:06 +02:00
global.json New MaxVersionsPerPackage to clean packages (#180) 2024-09-06 23:23:00 +02:00
LICENSE Using data folder in Docker (#22) 2023-12-04 23:46:24 +01:00
nuget.config Update to ASP.NET Core 3.0 (#444) 2020-01-20 18:38:33 -08:00
readme.md add tencent cloud ocs support (#178) 2024-09-06 13:01:33 +02:00

BaGetter 🥖🛒

BaGetter is a lightweight NuGet and symbol server, written in C#. It's forked from BaGet for progressive and community driven development.

Build status Docker image version Discord

🚀 Getting Started

With Docker:

  1. docker run -p 5000:8080 -v ./bagetter-data:/data bagetter/bagetter:latest
  2. Browse http://localhost:5000/ in your browser

With .NET:

  1. Install the .NET SDK
  2. Download and extract BaGetter's latest release
  3. Start the service with dotnet BaGetter.dll
  4. Browse http://localhost:5000/ in your browser

With IIS (official microsoft documentation):

  1. Install the hosting bundle
  2. Download the zip release of BaGetter
  3. Unpack the zip file contents to a folder of your choice
  4. Create a new or configure an existing IIS site to point its physical path to the folder where you unpacked the zip file

For more information, please refer to the documentation.

📦 Features

🤝 Contributing

We welcome contributions! Check out the Contributing Guide to get started.

📄 License

This project is licensed under the MIT License.

📞 Contact

If you have questions, feel free to open an issue or join our Discord Server for discussions.

🤝🏼 Contributors

Thanks to everyone who helps to make BaGetter better!