bagetter / BaGetter

A lightweight NuGet and symbol server

Home Page:https://www.bagetter.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

For more information, please refer to the documentation.

πŸ“¦ Features

  • Cross-platform: runs on Windows, macOS, and Linux!
  • ARM (64bit) support. You can host your NuGets on a device like Raspberry Pi!
  • Cloud native: supports Docker, AWS, Google Cloud, Alibaba Cloud
  • Offline support: Mirror a NuGet server to speed up builds and enable offline downloads

🀝 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!

About

A lightweight NuGet and symbol server

https://www.bagetter.com

License:MIT License


Languages

Language:C# 94.4%Language:HTML 3.9%Language:CSS 1.0%Language:JavaScript 0.5%Language:Dockerfile 0.2%