mirror of
https://github.com/bagetter/BaGetter
synced 2025-09-29 23:43:16 +02:00
No description
![]() Changes as requested by @Regenhardt Signed-off-by: cniccolo <niccolo.camponovo@trebeco.ch> |
||
---|---|---|
.devcontainer | ||
.github | ||
.vscode | ||
deployment templates/chart/bagetter | ||
docs | ||
samples | ||
src | ||
tests | ||
.dockerignore | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
BaGetter.sln | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
Directory.Packages.props | ||
Dockerfile | ||
global.json | ||
LICENSE | ||
nuget.config | ||
readme.md |
BaGetter 🥖🛒
BaGetter is a lightweight NuGet and symbol server, written in C#. It's forked from BaGet for progressive and community driven development.
🚀 Getting Started
With Docker:
docker run -p 5000:8080 -v ./bagetter-data:/data bagetter/bagetter:latest
- Browse
http://localhost:5000/
in your browser
With .NET:
- Install the .NET SDK
- Download and extract BaGetter's latest release
- Start the service with
dotnet BaGetter.dll
- Browse
http://localhost:5000/
in your browser
With IIS (official microsoft documentation):
- Install the hosting bundle
- Download the zip release of BaGetter
- Unpack the zip file contents to a folder of your choice
- 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
- 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,Tencent 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!