Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maveonair/sur
Solus User Repository
https://github.com/maveonair/sur
Last synced: 27 days ago
JSON representation
Solus User Repository
- Host: GitHub
- URL: https://github.com/maveonair/sur
- Owner: maveonair
- License: mit
- Created: 2020-03-14T19:18:33.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-11-06T07:17:05.000Z (about 1 year ago)
- Last Synced: 2024-06-20T20:52:40.862Z (6 months ago)
- Language: Go
- Homepage:
- Size: 1.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SUR (Solus User Repository)
Self-hosted Solus repository.
## Configuration
### Environment variables
| Variable | Description | Example |
| ---------------- | ----------------------- | --------------------- |
| SUR_BASE_URL | Base URL of running app | http://localhost:8080 |
| SUR_PACKAGES_DIR | Packages directory | /packages |## Developer Setup
### Run tests
```
$ make test
```### Run application
1. Run the make dev command
```
$ make dev
```2. Open [http://localhost:8080](http://localhost)