Hosted version for Reposeed repository base file generation
NOTE: This is a work-in-progress, we do not consider it production ready. Use at your own risk.
Hosted version to simplify usage of Reposeed from a web interface.
go get github.com/okkur/reposeed-server
After installation create an .env file
echo 'PORT=":8080"' >> .env
echo 'STORAGE="./storage/zips/"' >> .env # Path to your storage folder for zip files
To start the server run reposeed-server
.
For Reposeed server to run correctly the .env file is necessary. Take a look at our full documentation.
For detailed information on support options see our support guide.
Best place to start is our contribution guide.
Code is licensed under the Apache License, Version 2.0.
Documentation/examples are licensed under Creative Commons BY-SA 4.0.
Illustrations, trademarks and third-party resources are owned by their respective party and are subject to different licensing.
The Reposeed logo was created by Florin Luca
Copyright 2017 - The RepoSeed-server authors